]> git.sesse.net Git - ffmpeg/history - libavcodec/rv40.c
Remove unnecessary dsputil.h #includes
[ffmpeg] / libavcodec / rv40.c
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-28 Christophe Gisquetrv40: perform bitwise checks in loop filter
2012-04-28 Christophe Gisquetrv40: don't always do the full prev_type search
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-14 Janne Grunaurv40: prevent undefined signed overflow in rv40_loop_fi...
2012-01-10 Janne Grunaurv34: frame-level multi-threading
2011-12-14 Mans Rullgardrv40: rearrange loop filter functions
2011-11-30 Janne Grunaurv40: move loop filter to rv34dsp context
2011-08-09 Kostya ShishkovPretty-print RV3/4 decoder source
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-06-29 Måns Rullgårdrv40: make rv40_adaptive_loop_filter() always_inline
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-08-30 Kostya ShishkovAdjust r->avail_cache[] indexes to avoid alignment...
2009-07-01 Kostya ShishkovRV3/4 intra types array causes alignment issues (at...
2009-04-24 Kostya Shishkovcosmetics: remove extra space indentation
2009-04-20 Kostya ShishkovMake rv40 decoder use new static VLC initialization...
2009-02-24 Michael NiedermayerAdd and use ff_pixfmt_list_420.
2009-02-07 Kostya ShishkovAdd decoder flush after seeking for RV3/4 decoders
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2008-12-17 Kostya ShishkovMerge deblocking pattern with CBP for RV30/40 loop...
2008-11-29 Kostya ShishkovRV40 loop filter
2008-11-23 Kostya ShishkovStrong filtering function for future RV40 loop filter
2008-11-15 Kostya ShishkovWeak deblock filter function for future RV40 loop filter
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-28 Kostya ShishkovCalculate motion vector information based on PTS provid...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2007-12-16 Kostya ShishkovRV40 decoder should use availability cache
2007-12-07 Kostya ShishkovUse existing function for VLC reading
2007-12-07 Kostya ShishkovCheck decoded dimensions for validity
2007-12-07 Kostya ShishkovIntra types will be stored in int8_t array
2007-12-07 Kostya ShishkovAdd decoder flags
2007-12-04 Kostya ShishkovRV40 decoder specific functions