Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flashsvenc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -25/+28 |
| | |||||
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
| | | | | | | | Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | flashsvenc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -11/+15 |
| | |||||
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
| | |||||
* | Fix av_dlog invocations with wrong or missing logging context. | Diego Biurrun | 2011-09-21 | 1 | -1/+1 |
| | | | | This fixes build failures with -DDEBUG in CPPFLAGS. | ||||
* | flashsvenc: replace bitstream description by a link to the specification | Diego Biurrun | 2011-07-16 | 1 | -14/+5 |
| | | | | | An official specification now exists and it is both more detailed and easier to understand than the incomplete notes available here. | ||||
* | flashsvenc: drop unnecessary cast | Diego Biurrun | 2011-07-16 | 1 | -1/+1 |
| | |||||
* | flashsvenc: improve some variable names and fix corresponding comments | Diego Biurrun | 2011-07-16 | 1 | -7/+9 |
| | |||||
* | flashsvenc: merge two consecutive if-conditions | Diego Biurrun | 2011-07-16 | 1 | -4/+3 |
| | |||||
* | flashsvenc: merge variable declarations and initializations | Diego Biurrun | 2011-07-16 | 1 | -10/+3 |
| | |||||
* | flashsvenc: convert some debug av_log() to av_dlog() | Diego Biurrun | 2011-07-16 | 1 | -2/+2 |
| | |||||
* | flashsvenc: whitespace cosmetics | Diego Biurrun | 2011-07-16 | 1 | -7/+11 |
| | |||||
* | flashsvenc: drop some unnecessary parentheses | Diego Biurrun | 2011-07-16 | 1 | -9/+9 |
| | |||||
* | flashsvenc: fix some comment typos | Diego Biurrun | 2011-07-16 | 1 | -14/+13 |
| | |||||
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | flashsv: Return more meaningful error values. | Diego Biurrun | 2011-04-25 | 1 | -3/+3 |
| | |||||
* | flashsv: Employ explicit AVCodec struct initializers. | Diego Biurrun | 2011-04-25 | 1 | -9/+9 |
| | |||||
* | cosmetics: K&R coding style and more whitespace for Flash Screen Video | Diego Biurrun | 2011-04-25 | 1 | -60/+67 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
| | | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
| | | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove unnecessary calls to avcodec_check_dimensions, the check is already | Reimar Döffinger | 2009-10-13 | 1 | -4/+0 |
| | | | | | | done at a higher level. Originally committed as revision 20229 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
| | | | | | | Makes no difference for gcc but at least icc can put them in .rodata then. Originally committed as revision 19789 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -1/+1 |
| | | | | | | put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
| | | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
| | | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
| | | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
| | | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use FFABS instead of abs. | Benjamin Larsson | 2007-05-17 | 1 | -2/+2 |
| | | | | Originally committed as revision 9045 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove lots of unused commented code. (Cleanup) | Benjamin Larsson | 2007-05-17 | 1 | -58/+1 |
| | | | | Originally committed as revision 9041 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Change default 1 pass blocksize to 64x64. | Benjamin Larsson | 2007-05-17 | 1 | -2/+2 |
| | | | | Originally committed as revision 9040 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Added support for instances where linesize[0] is negative. | Benjamin Larsson | 2007-05-12 | 1 | -3/+12 |
| | | | | | | Based on patch by Jason Askew, jason dot askew at gmail dot com. Originally committed as revision 9006 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
| | | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -3/+3 |
| | | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Respect the gop size (-g) for marking I frames. Use -g 0 gives the old ↵ | Benjamin Larsson | 2007-03-11 | 1 | -0/+13 |
| | | | | | | behaviour. Originally committed as revision 8326 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Simplify, use avctx->frame_number. | Benjamin Larsson | 2007-03-10 | 1 | -5/+1 |
| | | | | Originally committed as revision 8309 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot ↵ | Benjamin Larsson | 2007-01-25 | 1 | -2/+2 |
| | | | | | | com and Michel Bardiaux mbardiaux at mediaxim dot be. Originally committed as revision 7702 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove debug line. | Benjamin Larsson | 2007-01-21 | 1 | -1/+0 |
| | | | | Originally committed as revision 7621 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add flashsv encoder to changelog and fix the encoder so it actually works. | Benjamin Larsson | 2007-01-21 | 1 | -2/+3 |
| | | | | Originally committed as revision 7620 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Flash screen video encoder. | Benjamin Larsson | 2007-01-21 | 1 | -0/+337 |
Originally committed as revision 7615 to svn://svn.ffmpeg.org/ffmpeg/trunk |