summaryrefslogtreecommitdiff
path: root/libavcodec/utvideo.c
Commit message (Expand)AuthorAge
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-21
* lavc: add Ut Video encoderJan Ekström2012-08-20
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-17
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* utvideo: mark interlaced frames as suchHendrik Leppkes2012-06-22
* utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos2012-06-22
* utvideo: general cosmeticsJan Ekström2012-04-20
* utvideo: Remove unused variable 'src_size'Derek Buitenhuis2012-04-15
* utvideo: port header reading to bytestream2.Ronald S. Bultje2012-03-24
* utvideo: mark output picture as keyframe.Kostya Shishkov2012-03-24
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* utvideo: frame multithreading.Aneesh Dogra2012-01-08
* utvideo: proper median prediction for interlaced videosKostya Shishkov2012-01-03
* utvideo: handle empty Huffman treesKostya Shishkov2011-10-29
* utvideo: account for coupled lines in YUV420 formatKostya Shishkov2011-10-28
* Ut Video decoderKostya Shishkov2011-10-19