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-17avcodec/tta: simplify final samples conversionPaul B Mahol
2022-09-16avcodec/tta: Check 24bit scaling for overflowMichael Niedermayer
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas 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-15tta: convert to new channel layout APIAnton Khirnov
2022-02-11avcodec/tta: Cleanup generically on init failureAndreas Rheinhardt
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-05-02avcodec/tta: Mark decoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-10avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2019-12-05avformat/matroskadec: avcodec/tta: Set extradata_size to 22Andreas Rheinhardt
2019-08-29avcodec/tta: Fix integer overflow in predictionMichael Niedermayer
2019-07-08avcodec/tta: Limit decoder to 16 channelsMichael Niedermayer
2019-06-26avcodec/tta: Fix undefined shiftMichael Niedermayer
2017-04-07avcodec/tta: Don't try to read more than MIN_CACHE_BITS bitsJames Almer
2017-04-07Merge commit '4adbb44ad154cec05e87de60bb827a13c0fe87df'James Almer
2016-11-25tta: avoid undefined shiftsAnton Khirnov
2016-11-25tta: use get_unary() instead of a custom implementationAnton Khirnov
2016-08-07avcodec/ttadsp: cosmeticsJames Almer
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2015-10-05avcodec/tta: Un-break build without threadsMichael Niedermayer
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-09-04avcodec/tta: Check init_get_bits8() for failureMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-11-19avcodec/tta: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-06-07avcodec/tta: fix macro ()Michael Niedermayer
2014-04-18avcodec/tta: use av_malloc(z)_array()Michael Niedermayer
2014-02-13tta: split off hybrid filter processing as ttadspJames Almer
2013-10-28Merge commit '23a211cbba0b7c9ee694040031b2e5da1be54a00'Michael Niedermayer
2013-10-28lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-05avcodec/tta: use init_get_bits8()Michael Niedermayer
2013-06-14lavc: copy AVCodecContext for threadsPaul B Mahol
2013-06-07lavc: add ONLY_IF_THREADS_ENABLED where it is missingPaul B Mahol
2013-06-06ttadec: frame multi-threading supportPaul B Mahol
2013-06-03tta: use interger instead of pointer to iterate output samples for 24-bit casePaul B Mahol
2013-06-03tta: move GetBitContext out of private contextPaul B Mahol
2013-06-02tta: move code that will be shared with encoder to separate filePaul B Mahol
2013-06-02tta: use get_unary()Paul B Mahol
2013-06-01tta: stop checking header checksum in extradataPaul B Mahol