summaryrefslogtreecommitdiff
path: root/libavcodec/hapdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/hapdec: use the common texturedsp decode functionMarton Balint2022-04-101-85/+25
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-8/+6
* avcodec/hapdec: Remove always-false checkAndreas Rheinhardt2022-02-091-3/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/hapdec: Change compressed_offset to unsigned 32bitMichael Niedermayer2021-02-201-1/+3
* avcodec/hapdec: Check tex_size more strictly and before using itMichael Niedermayer2020-05-101-9/+14
* avcodec/hapdec: Add codec_tags listMichael Niedermayer2020-01-221-0/+8
* avcodec/hap : move parse_section_header to hap.c in order to be use by new bs...Martin Vignali2018-03-131-29/+4
* avcodec/hapdec : use gray8 for HapAlphaOnly decoding instead of RGB0Martin Vignali2017-11-251-4/+6
* avcodec/hapdec : add support for hapqa decodingMartin Vignali2017-11-211-7/+46
* avcodec/hapdec : indent after previous commitMartin Vignali2017-11-211-33/+33
* avcodec/hapdec : reorganize code before adding multi-texture decodingMartin Vignali2017-11-211-9/+30
* libavcodec/hapdec : add support HapAlphaOnlyMartin Vignali2017-09-241-2/+12
* avcodec/hap: consistent name for codecTom Butterworth2016-11-041-1/+1
* hapdec: remove unused memory.h includeJosh de Kock2016-07-291-1/+0
* lavc/hapdec: Use correct no-transparency colour space.Carl Eugen Hoyos2015-10-241-3/+3
* avcodec/hapdec: Check section_size for non negativity in parse_section_header()Michael Niedermayer2015-09-051-1/+1
* Merge commit '3ee217853a6741b829a2683f49c590618891b1ab'Michael Niedermayer2015-07-271-1/+2
|\
| * Support the Hap chunked frame formatTom Butterworth2015-07-271-59/+214
* | Merge commit '43dd004747fa697396b47d034a80e069facbea09'Michael Niedermayer2015-07-271-4/+5
|\ \ | |/
| * hap: Move some per-stream setup into decoder init rather than per-frameTom Butterworth2015-07-271-21/+28
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
| * snappy: Refactor so ff_snappy_uncompress() uses an existing bufferTom Butterworth2015-07-231-1/+6
* | avcodec/hapdec: Check that there is sufficient input dataMichael Niedermayer2015-07-241-0/+10
* | Merge commit 'ae5a8dca675ee544178225256893e679b750cb63'Michael Niedermayer2015-07-231-9/+17
|\ \ | |/
| * hap: Fix slice size computationTom Butterworth2015-07-231-9/+17
* | Support the Hap chunked frame formatTom Butterworth2015-07-221-59/+213
* | Merge commit '977105407cae55876041dddbf4ce0934cdd4cd6c'Michael Niedermayer2015-07-211-8/+25
|\ \ | |/
| * hap: Decode using optimal slices sizesLuca Barbato2015-07-211-8/+25
* | avcodec/hapdec: log reason for failure when texture type doesn't match streamTom Butterworth2015-07-211-1/+3
* | avcodec/hapdec: don't log texture format every frame, do it once per decode s...Tom Butterworth2015-07-211-19/+8
* | avcodec/snappy: refactor so ff_snappy_uncompress uses an existing bufferTom Butterworth2015-07-161-1/+6
* | avcodec/hap: move some per-stream setup into decoder init rather than per-frameTom Butterworth2015-07-161-6/+21
* | lavc/hapenc: Silence a warning for multithreaded encoding.Carl Eugen Hoyos2015-06-301-1/+2
* | Merge commit '7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7'Michael Niedermayer2015-06-221-4/+4
|/
* Hap decoder and encoderVittorio Giovara2015-06-221-0/+238