| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/sonic: Fix two undefined integer overflows | Michael Niedermayer | 2023-05-06 | 1 | -2/+2 |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -2/+4 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -3/+3 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -3/+3 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+3 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -4/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -20/+20 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/sonic: Use unsigned for predictor_k to avoid undefined behavior | Michael Niedermayer | 2022-03-18 | 1 | -1/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+3 |
* | sonic: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -6/+8 |
* | avcodec/golomb: Factor writing golomb codes out | Andreas Rheinhardt | 2022-01-06 | 1 | -0/+1 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/sonic: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+1 |
* | avcodec/sonic: Mark encoders as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -2/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avcodec/sonic: Remove outdated outcommented line | Andreas Rheinhardt | 2021-03-30 | 1 | -2/+0 |
* | avcodec/sonic: Use unsigned temporary in predictor_calc_error() | Michael Niedermayer | 2021-03-28 | 1 | -2/+2 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | avcodec/sonic: Don't allocate a temporary buffer for every frame | Andreas Rheinhardt | 2020-11-06 | 1 | -12/+4 |
* | avcodec/sonic: Don't hardcode sizeof(int) == 4 | Andreas Rheinhardt | 2020-11-04 | 1 | -2/+2 |
* | avcodec/sonic: Allocate several buffers together | Andreas Rheinhardt | 2020-11-04 | 1 | -27/+21 |
* | avcodec/sonic: Check for overread | Michael Niedermayer | 2020-10-15 | 1 | -0/+3 |
* | avcodec/sonic: Check channels before deallocating | Michael Niedermayer | 2020-09-25 | 1 | -3/+1 |
* | avcodec/sonic: Fix leaks upon allocation errors | Andreas Rheinhardt | 2020-09-17 | 1 | -0/+3 |
* | avcodec/sonic: Fix several integer state overflows | Michael Niedermayer | 2020-06-14 | 1 | -3/+3 |
* | avcodec/sonic: Fix several integer overflows | Michael Niedermayer | 2020-06-14 | 1 | -3/+4 |
* | avcodec/sonic: Check e in get_symbol() | Michael Niedermayer | 2019-12-31 | 1 | -0/+2 |
* | avcodec/sonic: Fix integer overflow in predictor_calc_error() | Michael Niedermayer | 2019-11-20 | 1 | -1/+1 |
* | avcodec/rangecoder: factorize termination version code | Michael Niedermayer | 2018-12-31 | 1 | -1/+1 |
* | sonic: make sure num_taps * channels is not larger than frame_size | Andreas Cadhalpun | 2015-12-17 | 1 | -0/+7 |
* | avcodec/sonic: Check init_get_bits8() for failure | Michael Niedermayer | 2015-09-04 | 1 | -1/+4 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -3/+3 |
|\ |
|
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | sonic: set avctx->channels in sonic_decode_init | Andreas Cadhalpun | 2015-06-09 | 1 | -0/+1 |
* | | avcodec/sonic: More completely check sample_rate_index and channels | Michael Niedermayer | 2015-05-15 | 1 | -2/+8 |
* | | avcodec/sonic: check memory allocations | Michael Niedermayer | 2015-05-15 | 1 | -3/+18 |
* | | sonic: Switch to rangecoder | Michael Niedermayer | 2013-12-10 | 1 | -16/+111 |
* | | avcodec/sonic: add larger version and minor_version fields with version >= 2 | Michael Niedermayer | 2013-12-10 | 1 | -7/+16 |
* | | avcodec/sonic: move version to the context | Michael Niedermayer | 2013-12-10 | 1 | -9/+10 |
* | | avcodec/sonic: fix memleaks | Michael Niedermayer | 2013-12-10 | 1 | -4/+4 |
* | | sonic: use M_SQRT2 | Michael Niedermayer | 2013-12-10 | 1 | -1/+1 |
* | | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -3/+3 |
* | | avcodec/sonic: Fix usage of init_get_bits() and use init_get_bits8() | Michael Niedermayer | 2013-07-04 | 1 | -2/+2 |
* | | sonic: use av_freep() as its safer than av_free() | Michael Niedermayer | 2013-06-23 | 1 | -11/+11 |
* | | sonic: cleanup/simplify num_taps check | Michael Niedermayer | 2013-06-23 | 1 | -3/+1 |
* | | sonic: replace divide() by ROUNDED_DIV() | Michael Niedermayer | 2013-06-23 | 1 | -9/+1 |