summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv10.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-9/+9
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* rv20: prevent calling ff_h263_decode_mba() with unset height/widthJanne Grunau2012-01-251-1/+2
* rv10: verify slice offsets against buffer sizeJanne Grunau2012-01-241-1/+8
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-1/+1
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-1/+1
* rv10: Reject slices that does not have the same type as the first oneLaurent Aimar2011-09-191-0/+5
* rv10/20: tell decoder to use edge emulationKostya Shishkov2011-08-171-0/+1
* Saner RV1/2 initialisation and RV2 header parsing.Kostya Shishkov2011-08-081-57/+45
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-18/+16
* Remove unused variablesMans Rullgard2011-06-021-2/+2
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-13/+13
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-17/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-5/+5
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Add include to fix implicit declaration of ff_mpeg4_init_direct_mv andReimar Döffinger2010-01-311-0/+1
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-0/+1
* Store original width/height so that rv20 does not get stuck with someMichael Niedermayer2009-12-011-4/+4
* Make rv1/2 decoder use the next slice if needed.Michael Niedermayer2009-12-011-4/+16
* Correct order of arguments for avcodec_check_dimensions().Michael Niedermayer2009-11-231-1/+1
* Make sure avcodec_set_dimensions() is used when rv20 changes resolution.Michael Niedermayer2009-11-231-2/+3
* Split RV10 encoder off into its own file.Diego Biurrun2009-08-031-46/+2
* Split RV20 encoder into its own file.Diego Biurrun2009-08-031-43/+2
* Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun2009-08-031-0/+23
* Remove commented-out cruft.Diego Biurrun2009-08-021-7/+0
* Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun2009-07-281-18/+6
* Remove disabled function get_num().Diego Biurrun2009-07-271-15/+0
* indentMichael Niedermayer2009-05-231-1/+1
* Fix lowres with rv20.Michael Niedermayer2009-05-231-2/+3
* Get rid of INIT_VLC_USE_STATIC in rv10/rv20.Michael Niedermayer2009-04-111-4/+4
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-111-2/+2
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-241-0/+2
* Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thanky...Michael Niedermayer2009-02-031-0/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Check extradata is large enough.Laurent Aimar2008-12-151-0/+5
* spelling cosmeticsDiego Biurrun2008-10-021-2/+2
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-2/+2
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
OpenPOWER on IntegriCloud