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-03-14Merge commit '5a0e953c2465be9d449d5f523c3d3e2b886910b2'Michael Niedermayer
2015-03-13mjpeg: Mark decoder family as thread safeVittorio Giovara
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-01-31avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask sizeMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-11-09mjpegbdec: dont return a picture when there is no picture.Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-22mjpegbdec: check SOS/SOF ordering.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ö
2012-03-22mjpegbdec: remove dead storePaul B Mahol
2012-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-18mjpegb: don't return 0 at the end of frame decoding.Ronald S. Bultje
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27mjpegbdec: Fix overflow in SOS.Alex Converse
2012-01-26mjpegbdec: Fix incorrect bitstream buffer size.Michael Niedermayer
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-12mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-04-27Add support for picture_ptr field in MJpegDecodeContextanatoly
2011-04-27Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly
2011-03-30Add support for picture_ptr field in MJpegDecodeContextanatoly
2011-03-30Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly
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-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-05-30Make sure offsets of mjpeg b are within the buffer.Michael Niedermayer
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-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov