| Commit message (Expand) | Author | Age | Files | Lines |
* | Use bitstream_init8() where appropriate | Diego Biurrun | 2017-02-07 | 1 | -2/+2 |
* | svq1dec: Convert to the new bitstream reader | Alexandra Hájková | 2016-11-24 | 1 | -60/+60 |
* | svq1dec: Change type of array pitch parameters to ptrdiff_t | Diego Biurrun | 2016-09-04 | 1 | -6/+6 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -3/+0 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -7/+7 |
* | svq1dec: Validate the stages value strictly | Luca Barbato | 2015-02-03 | 1 | -2/+2 |
* | svq1dec: Unbreak the scratch buffer allocation | Michael Niedermayer | 2014-12-14 | 1 | -2/+3 |
* | svq1: do not modify the input packet | Anton Khirnov | 2014-08-06 | 1 | -1/+23 |
* | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | svq1dec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -1/+4 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | avcodec: Replace local extern declarations for tables with header #includes | Diego Biurrun | 2013-08-15 | 1 | -2/+1 |
* | svq1: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -11/+11 |
* | svq1dec: clip motion vectors to the frame size. | Anton Khirnov | 2013-04-17 | 1 | -14/+13 |
* | svq1dec: check that the reference frame has the same dimensions as the curren... | Anton Khirnov | 2013-04-17 | 1 | -1/+2 |
* | svq1: use av_frame_free to free refcounted frame | Janne Grunau | 2013-03-10 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -23/+11 |
* | svq1: replace struct svq1_frame_size with an array. | Anton Khirnov | 2013-02-06 | 1 | -2/+2 |
* | svq1: Fix building with -DDEBUG | Martin Storsjö | 2012-12-12 | 1 | -2/+2 |
* | svq1: return meaningful error codes. | Anton Khirnov | 2012-12-12 | 1 | -7/+7 |
* | lavc: replace some forgotten instances of PixelFormat with AVPixelFormat | Anton Khirnov | 2012-12-12 | 1 | -2/+2 |
* | svq1: unmacroify macros used only once. | Anton Khirnov | 2012-12-12 | 1 | -28/+24 |
* | svq1: deMpegEncContextize | Anton Khirnov | 2012-12-12 | 1 | -67/+106 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | svq1: Drop a bunch of useless parentheses | Diego Biurrun | 2012-10-10 | 1 | -35/+35 |
* | svq1: K&R formatting cosmetics | Diego Biurrun | 2012-10-10 | 1 | -567/+586 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -2/+2 |
* | svq1/svq3: Move common code out of SVQ1 decoder-specific file | Diego Biurrun | 2012-08-24 | 1 | -45/+0 |
* | 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 | -3/+3 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -5/+5 |
* | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | svq1dec: call avcodec_set_dimensions() after dimensions changed. | Michael Niedermayer | 2011-12-23 | 1 | -0/+1 |
* | svq1dec: avoid undefined get_bits(0) call | Mans Rullgard | 2011-12-02 | 1 | -1/+2 |
* | svq1dec: use sign_extend() | Mans Rullgard | 2011-11-26 | 1 | -2/+2 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -3/+3 |
* | svq1dec: Fix debug statements that referenced non-existing context. | Diego Biurrun | 2011-06-07 | 1 | -2/+2 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -3/+0 |
* | Replace #ifdef + av_log() combinations by av_dlog(). | Diego Biurrun | 2011-06-03 | 1 | -18/+10 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+1 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -6/+6 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -13/+0 |
* | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -3/+0 |
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -0/+2 |