summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-08-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-87/+1612
2012-08-20lavc: add Ut Video encoderJan Ekström9-49/+883
2012-08-17utvideo: Rename utvideo.c to utvideodec.cJan Ekström2-1/+1
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-06-22utvideo: mark interlaced frames as suchHendrik Leppkes1-0/+2
2012-06-22utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos1-4/+11
2012-04-20utvideo: general cosmeticsJan Ekström1-46/+54
2012-04-15utvideo: Remove unused variable 'src_size'Derek Buitenhuis1-8/+4
2012-03-24utvideo: port header reading to bytestream2.Ronald S. Bultje1-16/+12
2012-03-24utvideo: mark output picture as keyframe.Kostya Shishkov1-0/+2
2012-02-15dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö75-103/+103
2012-02-15vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö36-107/+107
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
2012-01-08utvideo: frame multithreading.Aneesh Dogra1-4/+7
2012-01-03utvideo: proper median prediction for interlaced videosKostya Shishkov1-7/+94
2011-10-29utvideo: handle empty Huffman treesKostya Shishkov1-4/+33
2011-10-29utvideo: account for coupled lines in YUV420 formatKostya Shishkov1-7/+9
2011-10-19Ut Video decoderKostya Shishkov8-2/+471