summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-492/+591
2012-05-07dv: Split profile handling code into a separate file.Diego Biurrun7-356/+410
2012-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-241/+228
2012-04-16dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun5-136/+112
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer60-293/+604
2012-03-28dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov3-2/+21
2012-03-25DV: detect another case of broken DV files.Reimar Döffinger1-0/+4
2012-03-25DV: check coded_width/height instead of width/height.Reimar Döffinger1-1/+1
2012-03-18dv: Fix streamcopy input.Michael Niedermayer1-2/+11
2012-03-10DV: Use profile[1] detection hack only for stype 0.Reimar Döffinger1-1/+1
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer41-768/+805
2012-03-07dv: cosmetics.Ronald S. Bultje1-15/+15
2012-03-07dv: check buffer size before reading profile.Ronald S. Bultje1-3/+5
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-935/+1187
2012-02-10dv: Move tables from dvdata.h to dvdata.cAlex Converse2-39/+38
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-240/+851
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
2011-12-26dv: fix avpriv_dv_codec_profile with lowres > 0Marton Balint2-7/+5
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer113-599/+860
2011-10-20lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov5-12/+12
2011-10-04ff_dv_frame_profile2: Check input buffer size.Michael Niedermayer1-3/+5
2011-09-02dvdec: Fix dvsd profile[1] detection.Michael Niedermayer3-2/+14
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-09-30Fix a yuv420p sample that was incorrectly detected as yuv411pNiobos1-1/+1
2010-09-27In dv decoder, use the expected aspect ratio logic, like other decoders do,Baptiste Coudurier1-6/+6
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-10-18fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot...Charles Yates1-4/+4
2009-10-16Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger6-263/+298