aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/utvideo.c
AgeCommit message (Expand)Author
2012-08-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-20lavc: add Ut Video encoderJan Ekström
2012-08-17utvideo: Rename utvideo.c to utvideodec.cJan Ekström
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-22utvideo: mark interlaced frames as suchHendrik Leppkes
2012-06-22utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos
2012-04-20utvideo: general cosmeticsJan Ekström
2012-04-15utvideo: Remove unused variable 'src_size'Derek Buitenhuis
2012-03-24utvideo: port header reading to bytestream2.Ronald S. Bultje
2012-03-24utvideo: mark output picture as keyframe.Kostya Shishkov
2012-02-15dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-15vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-27cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-08utvideo: frame multithreading.Aneesh Dogra
2012-01-03utvideo: proper median prediction for interlaced videosKostya Shishkov
2011-10-29utvideo: handle empty Huffman treesKostya Shishkov
2011-10-28utvideo: account for coupled lines in YUV420 formatKostya Shishkov
2011-10-19Ut Video decoderKostya Shishkov