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
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-01Merge commit '007e27d363ba7d994019dc897dc9c39071bb204a'Michael Niedermayer
2015-07-01avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer()Janne Grunau
2015-03-14Merge commit '5a0e953c2465be9d449d5f523c3d3e2b886910b2'Michael Niedermayer
2015-03-13mjpeg: Mark decoder family as thread safeVittorio Giovara
2014-01-10avcodec/mjpegdec: allow lowres with amvMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-08-16sp5xdec: fix off by 1 error causing a crashMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31sp5xdec: sanitize return value.Nicolas George
2012-06-17lavc: build some codecs only if they are actually enabledPaul B Mahol
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-20Fix incorrect max_lowres valuesMans Rullgard
2011-06-02Remove unused variablesMans Rullgard
2011-05-30Fix various unused variable warningsClément Bœsch
2011-04-30AMV: disable DR1 and don't override EMU_EDGEMichael Niedermayer
2011-04-29Reduce max lowres from 5 to 3 in sp5x decoderami_stuff
2011-04-22AMV: Fix possibly exploitable crash.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-08-26sp5x: remove broken code under #if 0Må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
2009-06-05amv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-05-03Remove dead assignments found by CSABenjamin Larsson
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-10-13Fix MJPEG decoder for AMV files.Vladimir Voroshilov
2007-09-29AMV video decoder.Vladimir Voroshilov
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-19move sp5x decoder in its own fileAurelien Jacobs