| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-05 | 1 | -15/+23 |
|\ |
|
| * | lavc: deprecate AVCodecContext.sub_id. | Anton Khirnov | 2012-03-04 | 1 | -15/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -10/+28 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -11/+11 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-26 | 1 | -1/+2 |
|\| |
|
| * | rv20: prevent calling ff_h263_decode_mba() with unset height/width | Janne Grunau | 2012-01-25 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-24 | 1 | -1/+8 |
|\| |
|
| * | rv10: verify slice offsets against buffer size | Janne Grunau | 2012-01-24 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -1/+1 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-19 | 1 | -1/+3 |
|\| |
|
| * | 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 |
* | | Reject slices that does not have the same type than the first one in RV10/RV2... | Laurent Aimar | 2011-09-18 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-09 | 1 | -57/+45 |
|\| |
|
| * | Saner RV1/2 initialisation and RV2 header parsing. | Kostya Shishkov | 2011-08-08 | 1 | -57/+45 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -18/+16 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -18/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -2/+2 |
|\| |
|
| * | 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 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 1 | -1/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -13/+13 |
* | | rv10: set flags, Fixes Ticket90 | Michael Niedermayer | 2011-04-22 | 1 | -0/+2 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -5/+5 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |