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
2013-12-02dv: Move DV VLC data tables out of header fileDiego Biurrun
2013-11-15dv: Split DV data table declarations into their own headerDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-05-08dv: Split profile handling code into a separate file.Diego Biurrun
2012-04-16dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun
2012-03-28dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun
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-20lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov
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
2008-08-19Making block size in bits variable and dependent on the DV specRoman Shaposhnik
2008-08-19Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik
2008-08-19Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik
2008-08-11Fixing the units in DV50 tables (both coordinates areRoman Shaposhnik
2008-08-11Coalescing the un-weighting and de-quantization steps for fasterRoman Shaposhnik
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-02-01some constMichael Niedermayer
2008-01-09Fix random typos.Diego Biurrun
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-17 * making profile selection a bit more tolerant to the badly broken streamsRoman Shaposhnik
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos