summaryrefslogtreecommitdiff
path: root/libavcodec/sonic.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/sonic: Use unsigned for predictor_k to avoid undefined behaviorMichael Niedermayer2022-03-18
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* sonic: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/golomb: Factor writing golomb codes outAndreas Rheinhardt2022-01-06
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/sonic: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec/sonic: Mark encoders as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/sonic: Remove outdated outcommented lineAndreas Rheinhardt2021-03-30
* avcodec/sonic: Use unsigned temporary in predictor_calc_error()Michael Niedermayer2021-03-28
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec/sonic: Don't allocate a temporary buffer for every frameAndreas Rheinhardt2020-11-06
* avcodec/sonic: Don't hardcode sizeof(int) == 4Andreas Rheinhardt2020-11-04
* avcodec/sonic: Allocate several buffers togetherAndreas Rheinhardt2020-11-04
* avcodec/sonic: Check for overreadMichael Niedermayer2020-10-15
* avcodec/sonic: Check channels before deallocatingMichael Niedermayer2020-09-25
* avcodec/sonic: Fix leaks upon allocation errorsAndreas Rheinhardt2020-09-17
* avcodec/sonic: Fix several integer state overflowsMichael Niedermayer2020-06-14
* avcodec/sonic: Fix several integer overflowsMichael Niedermayer2020-06-14
* avcodec/sonic: Check e in get_symbol()Michael Niedermayer2019-12-31
* avcodec/sonic: Fix integer overflow in predictor_calc_error()Michael Niedermayer2019-11-20
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-31
* sonic: make sure num_taps * channels is not larger than frame_sizeAndreas Cadhalpun2015-12-17
* avcodec/sonic: Check init_get_bits8() for failureMichael Niedermayer2015-09-04
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | sonic: set avctx->channels in sonic_decode_initAndreas Cadhalpun2015-06-09
* | avcodec/sonic: More completely check sample_rate_index and channelsMichael Niedermayer2015-05-15
* | avcodec/sonic: check memory allocationsMichael Niedermayer2015-05-15
* | sonic: Switch to rangecoderMichael Niedermayer2013-12-10
* | avcodec/sonic: add larger version and minor_version fields with version >= 2Michael Niedermayer2013-12-10
* | avcodec/sonic: move version to the contextMichael Niedermayer2013-12-10
* | avcodec/sonic: fix memleaksMichael Niedermayer2013-12-10
* | sonic: use M_SQRT2Michael Niedermayer2013-12-10
* | cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
* | avcodec/sonic: Fix usage of init_get_bits() and use init_get_bits8()Michael Niedermayer2013-07-04
* | sonic: use av_freep() as its safer than av_free()Michael Niedermayer2013-06-23
* | sonic: cleanup/simplify num_taps checkMichael Niedermayer2013-06-23
* | sonic: replace divide() by ROUNDED_DIV()Michael Niedermayer2013-06-23
* | sonic: avoid float sqrt() for integer input & outputMichael Niedermayer2013-06-23
* | sonic: simplify quant clipingMichael Niedermayer2013-06-23
* | sonic: use av_calloc()Michael Niedermayer2013-06-23
* | sonic: replace literal numbers by sizeof()Michael Niedermayer2013-06-22
* | sonic: replace some float by integers to improve platform independanceMichael Niedermayer2013-06-22