| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/flashsvenc: Correct max dimension in error message | Michael Niedermayer | 2015-08-15 | 1 | -1/+1 |
* | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+8 |
|\ |
|
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+8 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -8/+0 |
* | | Merge commit '91f9b6579ac684c4b51c4cd0dbaed0a4f8295edf' | Michael Niedermayer | 2015-07-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | flashsvenc: Keep coded_frame.key_frame a write-only variable | Vittorio Giovara | 2015-07-20 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
* | | Fix buffer_size argument to init_put_bits() in multiple encoders. | Dyami Caliri | 2015-02-26 | 1 | -1/+1 |
* | | avcodec/flac_parser: use av_freep(), do not leave stale pointers in memory | Michael Niedermayer | 2014-10-14 | 1 | -3/+3 |
* | | Merge commit '97168b204a0b6b79bb6c5f0d40efdf7fc2262476' | Michael Niedermayer | 2013-11-17 | 1 | -25/+28 |
|\ \
| |/ |
|
| * | flashsvenc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -25/+28 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | flashvenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -4/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -11/+15 |
|\ \
| |/ |
|
| * | flashsvenc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -11/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-16 | 1 | -61/+49 |
|\ \
| |/ |
|
| * | flashsvenc: replace bitstream description by a link to the specification | Diego Biurrun | 2011-07-16 | 1 | -14/+5 |
| * | 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 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-26 | 1 | -72/+79 |
|\ \
| |/ |
|
| * | 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 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |