| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dstdec: Check for overflow in build_filter() | Michael Niedermayer | 2022-09-24 | 1 | -3/+8 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/mathops: Move bitswap_32() to its only user | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | dst: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -4/+4 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/dsd: Make initializing DSD tables thread-safe | Andreas Rheinhardt | 2020-12-08 | 1 | -0/+1 |
* | avcodec/dstdec: Replace AC overread check by sample rate check | Michael Niedermayer | 2020-07-02 | 1 | -7/+6 |
* | avcodec/dstdec: Check sample rate | Michael Niedermayer | 2020-05-10 | 1 | -0/+4 |
* | avcodec/dstdec: Fix integer overflow in read_table() | Michael Niedermayer | 2020-05-02 | 1 | -1/+1 |
* | avcodec/dstdec: Use local channels variable | Michael Niedermayer | 2020-02-14 | 1 | -7/+7 |
* | avcodec/dstdec: Use get_ur_golomb_jpegls() | Michael Niedermayer | 2019-12-15 | 1 | -1/+1 |
* | avcodec/dstdec: Check that AC probabilities are within range | Michael Niedermayer | 2019-11-09 | 1 | -0/+4 |
* | avcodec/dstdec: Check read_table() for failure | Michael Niedermayer | 2019-11-09 | 1 | -2/+6 |
* | avcodec/dstdec: Check for input exhaustion | Michael Niedermayer | 2019-10-10 | 1 | -0/+7 |
* | avcodec/dstdec: Fix integer overflow in samples_per_frame computation | Michael Niedermayer | 2019-09-26 | 1 | -1/+1 |
* | avcodec/dstdec: use appropriate alignment | Peter Ross | 2019-01-12 | 1 | -1/+1 |
* | dstdec: big-endian compatiblity | Peter Ross | 2019-01-11 | 1 | -2/+2 |
* | avcodec/dstdec: Fix "warning: initialization from incompatible pointer type [... | Michael Niedermayer | 2016-05-15 | 1 | -1/+1 |
* | avcodec: add Direct Stream Transfer (DST) decoder | Peter Ross | 2016-05-15 | 1 | -0/+374 |