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
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
2007-05-14Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger
2007-01-19uint16->uint8Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-04 * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik
2006-03-06DVCPRO50 support.Daniel Maas
2006-02-27AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-09-14 * I was finally convinced. And besides, if err it's better to err withRoman Shaposhnik
2004-03-15 * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik
2003-11-27 * 3x encoding speedup. Finally we seem to be on par with libdvRoman Shaposhnik
2003-11-01 * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik
2003-10-24 * introducing dct248 into the DSP context.Roman Shaposhnik
2003-10-20gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...Dan Christiansen
2003-09-29 * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik
2003-04-04support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at...Michael Niedermayer