| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -6/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -4/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -7/+7 |
* | lavc: deprecate AVCodecContext.sub_id. | Anton Khirnov | 2012-03-04 | 1 | -15/+23 |
* | rv10/20: Fix slice overflow with checked bitstream reader. | Alex Converse | 2012-03-02 | 1 | -7/+21 |
* | rv10/20: Fix a buffer overread caused by losing track of the remaining buffer... | Alex Converse | 2012-03-02 | 1 | -1/+5 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -2/+2 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -9/+9 |
* | rv: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | rv20: prevent calling ff_h263_decode_mba() with unset height/width | Janne Grunau | 2012-01-25 | 1 | -1/+2 |
* | rv10: verify slice offsets against buffer size | Janne Grunau | 2012-01-24 | 1 | -1/+8 |
* | lavc: introduce ER_MB_END and ER_MB_ERROR | Luca Barbato | 2011-12-13 | 1 | -1/+1 |
* | error_resilience: use the ER_ namespace | Luca Barbato | 2011-12-13 | 1 | -1/+1 |
* | rv10: Reject slices that does not have the same type as the first one | Laurent Aimar | 2011-09-19 | 1 | -0/+5 |
* | rv10/20: tell decoder to use edge emulation | Kostya Shishkov | 2011-08-17 | 1 | -0/+1 |
* | Saner RV1/2 initialisation and RV2 header parsing. | Kostya Shishkov | 2011-08-08 | 1 | -57/+45 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -18/+16 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+2 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -13/+13 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -17/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -5/+5 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+2 |
* | 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 | -2/+2 |
* | Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and | Reimar Döffinger | 2010-01-31 | 1 | -0/+1 |
* | Split H263 encoder and decoder from common code. | Michael Niedermayer | 2010-01-09 | 1 | -0/+1 |
* | Store original width/height so that rv20 does not get stuck with some | Michael Niedermayer | 2009-12-01 | 1 | -4/+4 |
* | Make rv1/2 decoder use the next slice if needed. | Michael Niedermayer | 2009-12-01 | 1 | -4/+16 |
* | Correct order of arguments for avcodec_check_dimensions(). | Michael Niedermayer | 2009-11-23 | 1 | -1/+1 |
* | Make sure avcodec_set_dimensions() is used when rv20 changes resolution. | Michael Niedermayer | 2009-11-23 | 1 | -2/+3 |
* | Split RV10 encoder off into its own file. | Diego Biurrun | 2009-08-03 | 1 | -46/+2 |
* | Split RV20 encoder into its own file. | Diego Biurrun | 2009-08-03 | 1 | -43/+2 |
* | Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. | Diego Biurrun | 2009-08-03 | 1 | -0/+23 |
* | Remove commented-out cruft. | Diego Biurrun | 2009-08-02 | 1 | -7/+0 |
* | Use dprintf() instead of '#ifdef DEBUG' and av_log(). | Diego Biurrun | 2009-07-28 | 1 | -18/+6 |
* | Remove disabled function get_num(). | Diego Biurrun | 2009-07-27 | 1 | -15/+0 |
* | indent | Michael Niedermayer | 2009-05-23 | 1 | -1/+1 |
* | Fix lowres with rv20. | Michael Niedermayer | 2009-05-23 | 1 | -2/+3 |
* | Get rid of INIT_VLC_USE_STATIC in rv10/rv20. | Michael Niedermayer | 2009-04-11 | 1 | -4/+4 |
* | Use INIT_VLC_USE_STATIC and not its value "1". | Carl Eugen Hoyos | 2009-04-11 | 1 | -2/+2 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Add and use ff_pixfmt_list_420. | Michael Niedermayer | 2009-02-24 | 1 | -0/+2 |