]> git.sesse.net Git - ffmpeg/history - libavcodec/rv34.h
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / rv34.h
2012-04-10 Christophe GISQUETrv40dsp: implement prescaled versions for biweight.
2012-02-14 Janne Grunaurv34: use uint16_t for RV34DecContext.deblock_coefs
2012-01-10 Janne Grunaurv34: frame-level multi-threading
2012-01-10 Janne Grunaurv34: use get_bits_left()
2011-08-11 Kostya ShishkovAdd weighted motion compensation for RV40 B-frames
2011-08-11 Kostya ShishkovRV3/4: calculate B-frame motion weights once per frame
2011-08-11 Kostya ShishkovMove RV3/4-specific DSP functions into their own context
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-07-01 Kostya ShishkovRV3/4 intra types array causes alignment issues (at...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-02 Kostya ShishkovUpdate ff_rv34_decode_frame() arguments definition
2008-11-29 Kostya ShishkovInvoke future RV30/40 loop filter for already decoded...
2008-11-07 Kostya ShishkovCalculating an additional MV-based deblocking pattern...
2008-10-20 Kostya ShishkovRV3 and RV4 decoders set some deblocking coefs for...
2008-10-05 Kostya ShishkovRegister RV-[34] block specific feature for long future...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-04-28 Kostya ShishkovCalculate motion vector information based on PTS provid...
2008-02-04 Diego BiurrunMake luma_dc_quant_i and luma_dc_quant_p const, fixes...
2008-01-18 Kostya ShishkovSave coded block patterns for future loop filtering.
2007-12-16 Kostya ShishkovRV30/40 decoding core