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-11avcodec/ralf: Move variable from context to stackAndreas Rheinhardt
2022-09-11avcodec/ralf: Move frame allocation after error checksAndreas 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-15ralf: convert to new channel layout APIAnton Khirnov
2022-02-11avcodec/ralf: Cleanup generically on init failureAndreas Rheinhardt
2021-05-02avcodec/ralf: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-11-28avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer
2020-05-12avcodec/ralf: Check num_blocks before useMichael Niedermayer
2020-05-12avcodec/ralf: Fix integer overflow in decode_block()Michael Niedermayer
2020-02-03avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer
2020-01-30avcodec/ralf: Fix overflows of biased valuesMichael Niedermayer
2019-11-25avcodec/ralf: Fix integer overflows with the filter coefficient in decode_cha...Michael Niedermayer
2019-11-20avcodec/ralf: use multiply instead of shift to avoid undefined behavior in de...Michael Niedermayer
2019-10-25avcodec/ralf: Skip initializing unused filter variablesMichael Niedermayer
2019-09-28avcodec/ralf: Fix integer overflow in decode_channel()Michael Niedermayer
2019-09-02avcodec/ralf: fix undefined shift in extend_code()Michael Niedermayer
2019-09-02avcodec/ralf: fix undefined shiftMichael Niedermayer
2019-08-05avcodec/ralf: Fix undefined pointer in decode_channel()Michael Niedermayer
2019-08-05avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer
2016-04-14avcodec/ralf: add support for monoPaul B Mahol
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12ralf: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-01ralf: use planar sample formatJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-24ralf: read Huffman code lengths without GetBitContextKostya Shishkov
2012-03-19RealAudio Lossless decoderKostya Shishkov