summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-26
|\
| * rv20: prevent calling ff_h263_decode_mba() with unset height/widthJanne Grunau2012-01-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-24
|\|
| * rv10: verify slice offsets against buffer sizeJanne Grunau2012-01-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13
| * error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-19
|\|
| * rv10: Reject slices that does not have the same type as the first oneLaurent Aimar2011-09-19
| * rv10/20: tell decoder to use edge emulationKostya Shishkov2011-08-17
* | Reject slices that does not have the same type than the first one in RV10/RV2...Laurent Aimar2011-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-09
|\|
| * Saner RV1/2 initialisation and RV2 header parsing.Kostya Shishkov2011-08-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Remove unused variablesMans Rullgard2011-06-02
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Replace dprintf with av_dlogLuca Barbato2011-01-29
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Fix various unused variable warningsClément Bœsch2011-05-30
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | rv10: set flags, Fixes Ticket90Michael Niedermayer2011-04-22
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add include to fix implicit declaration of ff_mpeg4_init_direct_mv andReimar Döffinger2010-01-31
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09
* Store original width/height so that rv20 does not get stuck with someMichael Niedermayer2009-12-01
* Make rv1/2 decoder use the next slice if needed.Michael Niedermayer2009-12-01
* Correct order of arguments for avcodec_check_dimensions().Michael Niedermayer2009-11-23
* Make sure avcodec_set_dimensions() is used when rv20 changes resolution.Michael Niedermayer2009-11-23
* Split RV10 encoder off into its own file.Diego Biurrun2009-08-03
* Split RV20 encoder into its own file.Diego Biurrun2009-08-03
* Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun2009-08-03
* Remove commented-out cruft.Diego Biurrun2009-08-02
* Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun2009-07-28
* Remove disabled function get_num().Diego Biurrun2009-07-27
* indentMichael Niedermayer2009-05-23
* Fix lowres with rv20.Michael Niedermayer2009-05-23
* Get rid of INIT_VLC_USE_STATIC in rv10/rv20.Michael Niedermayer2009-04-11
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11