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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-05dv: fix comment wording mistakeClément Bœsch
2011-07-05dv: fix valgrind use of uninitialised value warnings.Reimar Döffinger
2011-07-05dv: fix comment spellingClément Bœsch
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add 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