Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-07avcodec/dv_tablegen, dvdata: Remove ff_dv_vlc_bitsAndreas Rheinhardt
2022-09-07avcodec/dvdata: Order code table by codesAndreas Rheinhardt
2014-10-26dv: move inverse weight tables to decoderChristophe Gisquet
2014-10-26dv: fix weight table for 2x4x8 transformChristophe Gisquet
2014-10-25dv: more precise weight table for 8x8Christophe Gisquet
2014-10-25dv: use smaller type for weight tablesChristophe Gisquet
2014-09-09Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47'Michael Niedermayer
2014-09-09dv: K&R formatting cosmeticsGabriel Dume
2014-04-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-04dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun
2013-12-02Merge commit '21710ea82118c9d19bea9277b2a85a33096fdd95'Michael Niedermayer
2013-12-02dv: Move DV VLC data tables out of header fileDiego Biurrun
2012-05-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-08dv: 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-08dv: cosmetics.Ronald S. Bultje
2012-03-08dv: check buffer size before reading profile.Ronald S. Bultje
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10dv: Move tables from dvdata.h to dvdata.cAlex Converse
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-27dv: 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-28In 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-19fix 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