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-16avcodec/adx: Move ff_adx_decode_header() to adxdec.cAndreas Rheinhardt
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-15adx: convert to new channel layout APIVittorio Giovara
2021-05-02avcodec/adxdec: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2020-11-28avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer
2020-09-18avformat: add CRI AAX demuxerPaul B Mahol
2020-01-21avcodec/adxdec: Remove unnecessary left-shiftAndreas Rheinhardt
2017-03-04avcodec/adxdec: Fix runtime error: left shift of negative value -1Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-07-10Merge commit 'd5cf5afabbf43f00283e70b12afbe1da030d85b6'Michael Niedermayer
2014-07-09adxdec: get rid of an avpriv functionAnton Khirnov
2014-01-07avformat/adxdec: dont return random data on EOFMichael Niedermayer
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 'e3db34291f4401a16f6ac92721617a9f33cd4c31'Michael Niedermayer
2013-02-12adx: 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-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer
2012-10-09adxdec: use planar sample formatJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-16adxdec: Check available space before decoding block.Michael Niedermayer
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-04adxdec: clear eof flag and channel states when seekingJustin Ruggles
2012-01-04adxdec: Do not require extradata.Michael Niedermayer
2011-12-18adxdec: Fix division by zeroMichael Niedermayer
2011-12-18adxdec: Do not require extradata.Michael Niedermayer
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles
2011-11-27adx: add an ADX parser.Justin Ruggles
2011-11-27adx: move header decoding to ADX common codeJustin Ruggles
2011-11-27adx: calculate the number of blocks in a packetJustin Ruggles
2011-11-27adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLESJustin Ruggles