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
2020-11-28avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer
2017-11-02Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer
2017-07-01avcodec/s302m: fix AVOption flagsfoo86
2017-05-07avcodec/s302m: Fix left shift of 8 by 28 places cannot be represented in type...Michael Niedermayer
2015-08-18FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-27s302m: fix arithmetic exceptionAndreas Cadhalpun
2015-06-06avcodec/s302m: Only set the sample rate when some data is outputMichael Niedermayer
2015-06-06avcodec/s302m: Check for non PCM StreamsMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-06s302m: s/bits_per_coded_sample/bits_per_raw_samplePaul B Mahol
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-13Merge commit '5d5c248c3df30fa91a8dde639618c985b9a11c53'Michael Niedermayer
2013-02-12s302m: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-13Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06s302m: Add Channle Layout for 6 channelsThierry Foucu
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29s302m: use nondeprecated audio sample format APIDustin Brody
2011-06-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-06s302m: fix resampling for 16 and 24bits.Baptiste Coudurier
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02Remove unused variablesMans Rullgard
2011-05-30Fix various unused variable warningsClément Bœsch
2011-05-13Set channel_layout for S302M.Carl Eugen Hoyos
2011-05-12Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-11Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier