| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+1 |
* | avcodec/hapenc: use the common texturedsp encode function | Marton Balint | 2022-04-10 | 1 | -18/+16 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+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 | -1/+1 |
* | avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY | Andreas Rheinhardt | 2021-09-28 | 1 | -1/+0 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/hap: add "compressor" option to Hap encoder to disable secondary comp... | Tom Butterworth | 2016-11-10 | 1 | -19/+46 |
* | avcodec/hap: pass texture-compression destination as argument, not in context | Tom Butterworth | 2016-11-08 | 1 | -3/+9 |
* | avcodec/hap: consistent name for codec | Tom Butterworth | 2016-11-04 | 1 | -1/+1 |
* | lavc/hapenc: Use the correct printf length modifier for size_t arguments. | Carl Eugen Hoyos | 2016-11-02 | 1 | -1/+1 |
* | avcodec/hap: set bits_per_coded_sample | Tom Butterworth | 2015-10-23 | 1 | -0/+3 |
* | avcodec/hapenc: Remove use of deprecated ff_alloc_packet() | Michael Niedermayer | 2015-08-05 | 1 | -1/+1 |
* | avcodec/hap: (trivial) rename enum values and document their meaning | Tom Butterworth | 2015-07-23 | 1 | -11/+13 |
* | avcodec/hap: (trivial) clarify comment | Tom Butterworth | 2015-07-23 | 1 | -2/+4 |
* | Support the Hap chunked frame format | Tom Butterworth | 2015-07-22 | 1 | -32/+155 |
* | Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7' | Michael Niedermayer | 2015-06-22 | 1 | -4/+4 |
* | Hap decoder and encoder | Vittorio Giovara | 2015-06-22 | 1 | -0/+204 |