aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/dvdata.c
AgeCommit message (Expand)Author
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07dv: Split profile handling code into a separate file.Diego Biurrun
2012-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-16dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov
2012-03-25DV: detect another case of broken DV files.Reimar Döffinger
2012-03-25DV: check coded_width/height instead of width/height.Reimar Döffinger
2012-03-18dv: Fix streamcopy input.Michael Niedermayer
2012-03-10DV: Use profile[1] detection hack only for stype 0.Reimar Döffinger
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07dv: cosmetics.Ronald S. Bultje
2012-03-07dv: check buffer size before reading profile.Ronald S. Bultje
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09dv: Move tables from dvdata.h to dvdata.cAlex Converse
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-26dv: fix avpriv_dv_codec_profile with lowres > 0Marton Balint
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov
2011-10-04ff_dv_frame_profile2: Check input buffer size.Michael Niedermayer
2011-09-02dvdec: Fix dvsd profile[1] detection.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-30Fix a yuv420p sample that was incorrectly detected as yuv411pNiobos
2010-09-27In dv decoder, use the expected aspect ratio logic, like other decoders do,Baptiste Coudurier
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-10-18fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot...Charles Yates
2009-10-16Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger