]> git.sesse.net Git - ffmpeg/history - libavcodec/utvideo.c
utvideodec: Convert to the new bitstream reader
[ffmpeg] / libavcodec / utvideo.c
2016-01-21 Vittorio Giovaralavc: Move prediction_method to codec private options
2012-08-20 Jan Ekströmlavc: add Ut Video encoder
2012-08-17 Jan Ekströmutvideo: Rename utvideo.c to utvideodec.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-22 Hendrik Leppkesutvideo: mark interlaced frames as such
2012-06-22 Carl Eugen Hoyosutvideo: Fix interlaced prediction for RGB utvideo.
2012-04-20 Jan Ekströmutvideo: general cosmetics
2012-04-15 Derek Buitenhuisutvideo: Remove unused variable 'src_size'
2012-03-24 Ronald S. Bultjeutvideo: port header reading to bytestream2.
2012-03-24 Kostya Shishkovutvideo: mark output picture as keyframe.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-08 Aneesh Dograutvideo: frame multithreading.
2012-01-03 Kostya Shishkovutvideo: proper median prediction for interlaced videos
2011-10-29 Kostya Shishkovutvideo: handle empty Huffman trees
2011-10-29 Kostya Shishkovutvideo: account for coupled lines in YUV420 format
2011-10-19 Kostya ShishkovUt Video decoder