]> git.sesse.net Git - ffmpeg/history - libavcodec/rv30.c
Eliminate FF_COMMON_FRAME macro.
[ffmpeg] / libavcodec / rv30.c
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-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
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-07-01 Kostya ShishkovRV3/4 intra types array causes alignment issues (at...
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-11 Kostya Shishkov30l: when reading mb_offset in RV30 slice header its...
2009-01-11 Kostya ShishkovRV30 decoder passes possible frame sizes in extradata...
2008-12-20 Kostya ShishkovRV30 loop filter
2008-10-28 Kostya ShishkovDetect split RV30 slices
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-07 Kostya ShishkovUse existing function for VLC reading
2007-12-07 Kostya ShishkovIntra types will be stored in int8_t array
2007-12-07 Kostya ShishkovAdd decoder flags
2007-12-03 Diego Biurruncosmetics: comment spelling fixes
2007-12-02 Kostya ShishkovRealVideo 3 decoder functions