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
2014-10-26dv: move inverse weight tables to decoderChristophe Gisquet
2014-10-25dv: use smaller type for weight tablesChristophe Gisquet
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
2013-11-15Merge commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4'Michael Niedermayer
2013-11-15dv: Split DV data table declarations into their own headerDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego 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-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10dv: Move tables from dvdata.h to dvdata.cAlex Converse
2012-02-10dv: Move a table used only by the demuxer out of a shared header.Alex Converse
2012-02-10dv: Move functions used only by the encoder out of a shared header.Alex Converse
2012-02-10dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse
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-09-02dvdec: Fix dvsd profile[1] detection.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-21Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger
2009-10-16Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger
2009-09-24Allow decoding of 625/50 (PAL) with video_stype==1.Maksym Veremeyenko
2009-06-15check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-02-01fix decoding 720p50 audio samplesBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-11-20Making idct factor tables dynamically allocatedRoman Shaposhnik
2008-11-18Getting rid of huge static DV tablesRoman Shaposhnik
2008-11-13Taking advantage of the new ->execute APIRoman Shaposhnik
2008-11-08implementing more efficient (and direct) allocation of work for DV codec workersRoman Shaposhnik
2008-10-25prettyprinting cosmeticsDiego Biurrun
2008-10-25spelling cosmeticsDiego Biurrun
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-07replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik
2008-10-07cosmetic updates as per Michael's suggestionRoman Shaposhnik
2008-10-07vertically aligning as per Michael's suggestionRoman Shaposhnik
2008-10-07Doxygenizing the commentsRoman Shaposhnik
2008-10-02spelling cosmeticsDiego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-29Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik
2008-08-28Introducing video_stype for holding the value of VAUX source packRoman Shaposhnik