summaryrefslogtreecommitdiff
path: root/libavcodec/rv40.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* rv40: Return more meaningful error codesHimangi Saraogi2015-02-19
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-23
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* rv34: Check the return value from ff_rv34_decode_initMartin Storsjö2013-09-17
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* rv40: perform bitwise checks in loop filterChristophe Gisquet2012-04-28
* rv40: don't always do the full prev_type searchChristophe Gisquet2012-04-28
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* rv40: prevent undefined signed overflow in rv40_loop_filter()Janne Grunau2012-02-14
* rv34: frame-level multi-threadingJanne Grunau2012-01-10
* rv40: rearrange loop filter functionsMans Rullgard2011-12-14
* rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-30
* Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-09
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* 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
* rv40: make rv40_adaptive_loop_filter() always_inlineMåns Rullgård2010-06-29
* 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
* Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing blockKostya Shishkov2009-08-30
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-01
* cosmetics: remove extra space indentationKostya Shishkov2009-04-24
* Make rv40 decoder use new static VLC initialization methodKostya Shishkov2009-04-20
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Add decoder flush after seeking for RV3/4 decodersKostya Shishkov2009-02-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Merge deblocking pattern with CBP for RV30/40 loop filteringKostya Shishkov2008-12-17
* RV40 loop filterKostya Shishkov2008-11-29
* Strong filtering function for future RV40 loop filterKostya Shishkov2008-11-23
* Weak deblock filter function for future RV40 loop filterKostya Shishkov2008-11-15
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-28
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* RV40 decoder should use availability cacheKostya Shishkov2007-12-16
* Use existing function for VLC readingKostya Shishkov2007-12-07
* Check decoded dimensions for validityKostya Shishkov2007-12-07