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
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-158svx: convert to new channel layout APIAnton Khirnov
2021-05-02avcodec/8svx: Mark decoders as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-02-03avcodec/8svx: Use av_assert1(0) instead of error message in unreachable codeMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-09-02Merge commit '74512f7e369da40e1148c92b58cd8e59f7737b8f'Michael Niedermayer
2014-09-028svx: Return proper error codesGabriel Dume
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
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 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer
2013-02-128svx: 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-11-208svx: move pcm_s8_planar decoder to pcm.cPaul B Mahol
2012-10-088svx: remove unused variableMichael Niedermayer
2012-10-038svx: Fixing header size, move decoding to per call instead of the first call.Justin Ruggles
2012-10-038svx: avoid custom clip, avoid +128 for compressed data.Michael Niedermayer
2012-10-038svx: fix delta_decode cliping limitsMichael Niedermayer
2012-10-038svx: copy start value in output samples.Nicolas George
2012-10-038svx: remove malloc and memcpy that have become unneededMichael Niedermayer
2012-10-02Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer
2012-10-018svx: use planar sample formatJustin Ruggles
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-08-018svx: ensure that packet size is multiple of channels.Nicolas George
2012-07-318svx: unify mono and stereo code paths.Nicolas George
2012-07-318svx: remove useless rounding code.Nicolas George
2012-07-318svx: use a more direct condition.Nicolas George
2012-06-17lavc: build some codecs only if they are actually enabledPaul B Mahol
2012-06-018svx: fix crashMichael Niedermayer
2012-01-138svx: fix memleak in iff-fibonacci fate test.Clément Bœsch
2011-12-318svx: remove unused variable in eightsvx_decode_frameJean First
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10avcodec: add support for planar signed 8-bit PCM.Justin Ruggles