summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv40.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* rv34: Check the return value from ff_rv34_decode_initMartin Storsjö2013-09-171-1/+3
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-3/+3
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* rv40: perform bitwise checks in loop filterChristophe Gisquet2012-04-281-8/+8
* rv40: don't always do the full prev_type searchChristophe Gisquet2012-04-281-11/+14
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-11/+12
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-8/+8
* rv40: prevent undefined signed overflow in rv40_loop_filter()Janne Grunau2012-02-141-2/+3
* rv34: frame-level multi-threadingJanne Grunau2012-01-101-1/+3
* rv40: rearrange loop filter functionsMans Rullgard2011-12-141-20/+49
* rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-301-150/+8
* Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-091-3/+3
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-5/+5
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* 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/+3
* rv40: make rv40_adaptive_loop_filter() always_inlineMåns Rullgård2010-06-291-1/+1
* 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-1/+1
* Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing blockKostya Shishkov2009-08-301-4/+4
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-011-3/+3
* cosmetics: remove extra space indentationKostya Shishkov2009-04-241-6/+6
* Make rv40 decoder use new static VLC initialization methodKostya Shishkov2009-04-201-8/+30
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-241-0/+1
* Add decoder flush after seeking for RV3/4 decodersKostya Shishkov2009-02-071-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-301-1/+1
* Merge deblocking pattern with CBP for RV30/40 loop filteringKostya Shishkov2008-12-171-7/+5
* RV40 loop filterKostya Shishkov2008-11-291-0/+238
* Strong filtering function for future RV40 loop filterKostya Shishkov2008-11-231-0/+104
* Weak deblock filter function for future RV40 loop filterKostya Shishkov2008-11-151-0/+38
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-281-2/+2
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-1/+1
* RV40 decoder should use availability cacheKostya Shishkov2007-12-161-4/+4
* Use existing function for VLC readingKostya Shishkov2007-12-071-1/+2
* Check decoded dimensions for validityKostya Shishkov2007-12-071-0/+2
* Intra types will be stored in int8_t arrayKostya Shishkov2007-12-071-2/+2
* Add decoder flagsKostya Shishkov2007-12-071-0/+1
* RV40 decoder specific functionsKostya Shishkov2007-12-041-0/+275
OpenPOWER on IntegriCloud