summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
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-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-401/+448
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun5-397/+442
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-02-10dv: Move a table used only by the demuxer out of a shared header.Alex Converse2-4/+4
2012-02-10dv: Move functions used only by the encoder out of a shared header.Alex Converse2-35/+35
2012-02-10dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse3-125/+158
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-09-02dvdec: Fix dvsd profile[1] detection.Michael Niedermayer3-2/+14
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-21Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger3-227/+260
2009-10-16Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger6-263/+298
2009-09-24Allow decoding of 625/50 (PAL) with video_stype==1.Maksym Veremeyenko1-0/+20
2009-06-14check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier3-4/+10
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-31fix decoding 720p50 audio samplesBaptiste Coudurier1-3/+3
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-11-20Making idct factor tables dynamically allocatedRoman Shaposhnik2-35/+48
2008-11-18Getting rid of huge static DV tablesRoman Shaposhnik2-5718/+117
2008-11-12Taking advantage of the new ->execute APIRoman Shaposhnik2-31/+31
2008-11-08implementing more efficient (and direct) allocation of work for DV codec workersRoman Shaposhnik2-80/+89
2008-10-24prettyprinting cosmeticsDiego Biurrun4-378/+389
2008-10-24spelling cosmeticsDiego Biurrun4-30/+32
2008-10-21uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs22-42/+37
2008-10-07replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik4-38/+25
2008-10-07cosmetic updates as per Michael's suggestionRoman Shaposhnik1-2/+2
2008-10-07vertically aligning as per Michael's suggestionRoman Shaposhnik1-36/+36
2008-10-07Doxygenizing the commentsRoman Shaposhnik2-6/+14
2008-10-02spelling cosmeticsDiego Biurrun10-40/+40
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-28Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik5-77/+3839
2008-08-28Introducing video_stype for holding the value of VAUX source packRoman Shaposhnik1-16/+22
2008-08-19Making block size in bits variable and dependent on the DV specRoman Shaposhnik2-7/+18
2008-08-19Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik2-6/+11
2008-08-19Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik2-2/+5
2008-08-11Fixing the units in DV50 tables (both coordinates areRoman Shaposhnik2-1210/+1195
2008-08-11Coalescing the un-weighting and de-quantization steps for fasterRoman Shaposhnik2-52/+20
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-02-01some constMichael Niedermayer2-3/+3
[next]