summaryrefslogtreecommitdiff
path: root/libavcodec/hapenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/hapenc: use the common texturedsp encode functionMarton Balint2022-04-101-18/+16
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/hap: add "compressor" option to Hap encoder to disable secondary comp...Tom Butterworth2016-11-101-19/+46
* avcodec/hap: pass texture-compression destination as argument, not in contextTom Butterworth2016-11-081-3/+9
* avcodec/hap: consistent name for codecTom Butterworth2016-11-041-1/+1
* lavc/hapenc: Use the correct printf length modifier for size_t arguments.Carl Eugen Hoyos2016-11-021-1/+1
* avcodec/hap: set bits_per_coded_sampleTom Butterworth2015-10-231-0/+3
* avcodec/hapenc: Remove use of deprecated ff_alloc_packet()Michael Niedermayer2015-08-051-1/+1
* avcodec/hap: (trivial) rename enum values and document their meaningTom Butterworth2015-07-231-11/+13
* avcodec/hap: (trivial) clarify commentTom Butterworth2015-07-231-2/+4
* Support the Hap chunked frame formatTom Butterworth2015-07-221-32/+155
* Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7'Michael Niedermayer2015-06-221-4/+4
* Hap decoder and encoderVittorio Giovara2015-06-221-0/+204