aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-031-0/+2
|\
| * lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-201-0/+39
|\|
| * lavc: add Ut Video encoderJan Ekström2012-08-201-0/+39
|/
* utvideo: Rename utvideo.c to utvideodec.cJan Ekström2012-08-171-591/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* utvideo: mark interlaced frames as suchHendrik Leppkes2012-06-221-0/+2
* utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos2012-06-221-4/+11
* utvideo: general cosmeticsJan Ekström2012-04-201-46/+54
* utvideo: Remove unused variable 'src_size'Derek Buitenhuis2012-04-151-8/+4
* utvideo: port header reading to bytestream2.Ronald S. Bultje2012-03-241-16/+12
* utvideo: mark output picture as keyframe.Kostya Shishkov2012-03-241-0/+2
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-6/+6
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* utvideo: frame multithreading.Aneesh Dogra2012-01-081-4/+7
* utvideo: proper median prediction for interlaced videosKostya Shishkov2012-01-031-7/+94
* utvideo: handle empty Huffman treesKostya Shishkov2011-10-291-4/+33
* utvideo: account for coupled lines in YUV420 formatKostya Shishkov2011-10-281-7/+9
* Ut Video decoderKostya Shishkov2011-10-191-0/+460