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
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-09-28In dv decoder, set sample aspect aspect ratio, fix issue #1612Baptiste Coudurier
2010-08-20dv: fix alignment of scratch bufferMåns Rullgård
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-30Fix indentation.Reimar Döffinger
2010-03-21Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger
2010-03-21Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-12Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().Michael Niedermayer
2009-12-12Fail earlier for unsupported resolutions or pixel formats when encodingTomas Härdin
2009-11-10Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje
2009-10-16Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger
2009-09-29Use context instead of NULL for logging.Reimar Döffinger
2009-09-29Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-08-26Remove some unnecessary alignment specifiersMåns Rullgård
2009-06-15print error when dv frame profile cannot be foundBaptiste Coudurier
2009-06-15check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier
2009-05-31remove cast and use put_sbits, fix assertion in put_bitsBaptiste Coudurier
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-20Fixing a value returning issueRoman Shaposhnik
2009-02-19transitioning dv_guess_dct_mode to dsputil cmp functionRoman Shaposhnik
2009-02-17cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun
2009-02-04No need to compute stypeRoman Shaposhnik
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-02-01remove some warnings due to avctx->executeBaptiste Coudurier
2009-02-01assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decade...Ben Hutchings
2009-01-31Cosmetics: fixing indentationRoman Shaposhnik
2009-01-31unrolling encoding loopsRoman Shaposhnik
2009-01-31Cosmetics: simplifying static initializationRoman Shaposhnik
2009-01-31simplifying DIF encoding processRoman Shaposhnik
2009-01-31Cosmetics: fixing the indentationRoman Shaposhnik
2009-01-31factoring code into dv_init_enc_blockRoman Shaposhnik
2009-01-31Cosmetics: replacing 0 with NULL for pointer assignmentRoman Shaposhnik
2009-01-31Cosmetics: moving the function definition aroundRoman Shaposhnik
2009-01-31Replacing the constant with a macroRoman Shaposhnik
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-20Making idct factor tables dynamically allocatedRoman Shaposhnik
2008-11-19Change of indentationRoman Shaposhnik
2008-11-18Getting rid of huge static DV tablesRoman Shaposhnik
2008-11-18Getting rid of unneeded extra wrapper functionsRoman Shaposhnik
2008-11-13Taking advantage of the new ->execute APIRoman Shaposhnik