summaryrefslogtreecommitdiff
path: root/libavcodec/dxv.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/dxv: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-311-1/+1
* avcodec/dxv: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-311-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* 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-6/+5
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/dxv: make prev variable unsignedPaul B Mahol2020-02-221-2/+2
* avcodec/dxv: Subtract 12 earlier in dxv_decompress_cocg()Michael Niedermayer2019-10-081-1/+1
* libavcodec/dxv: Remove redundant seekMichael Niedermayer2019-10-081-1/+0
* avcodec/dxv: Check op_offset in dxv_decompress_yo()Michael Niedermayer2019-09-301-0/+3
* avcodec/dxv: Check op_offset in both directionsMichael Niedermayer2019-09-241-1/+1
* avcodec/dxv: Initialize tex_funct to NULLMichael Niedermayer2019-07-081-0/+4
* avcodec/dxv: Check op_offset in dxv_decompress_cocg()Michael Niedermayer2019-06-051-0/+3
* avcodec/dxv: Check remaining space in CHECKPOINT()Michael Niedermayer2019-03-281-0/+2
* avcodec/dxv: Correct integer overflow in get_opcodes()Michael Niedermayer2019-03-091-1/+2
* avcodec/dxv: Check that there is enough data to decompressMichael Niedermayer2018-12-081-0/+6
* avcodec/dxv: add support for "high" quality modePaul B Mahol2018-04-151-35/+780
* avcodec/dxv: Check for end of input in dxv_decompress_dxt5()Michael Niedermayer2017-10-041-0/+2
* avcodec/dxv: Check remaining bytes in dxv_decompress_raw()Michael Niedermayer2017-06-041-0/+3
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+2
* Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch2017-03-241-1/+1
|\
| * Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-281-1/+1
| * Revert "Don't use expressions with side effects in macro parameters"Martin Storsjö2016-08-021-12/+6
| * Don't use expressions with side effects in macro parametersMartin Storsjö2016-07-311-6/+12
* | Merge commit '7ebdffc353f3f0827864e8e3461fdc00cc243b14'Clément Bœsch2017-03-151-6/+10
|\ \ | |/
| * dxv: Check to make sure we don't overrun buffers on corrupt inputsMartin Storsjö2016-07-311-3/+11
* | avcodec/dxv: Check idx in dxv_decompress_dxt5()Michael Niedermayer2016-01-051-0/+4
* | avcodec/dxv: Check idx in CHECKPOINT()Michael Niedermayer2016-01-051-0/+8
* | Merge commit 'b2417ee6d1ee0c5e9b170a642d73bdf68908966f'Hendrik Leppkes2015-09-261-1/+2
|\ \ | |/
| * dxv: Improve error messageVittorio Giovara2015-09-241-1/+2
* | Merge commit '1bcd4a476ba45a7fdf59d1701b8f0e274418cc32'Hendrik Leppkes2015-09-261-3/+25
|\ \ | |/
| * dxv: Support RAW intermediate compressionVittorio Giovara2015-09-241-3/+25
* | Merge commit 'bbf71d46db3417b43bcbd745cbf235e8e2ff69ae'Hendrik Leppkes2015-09-261-5/+13
|\ \ | |/
| * dxv: Print texture information after header parsingVittorio Giovara2015-09-241-5/+13
* | Merge commit 'fb2889691cb7720d2680e188eb6036a35afa2392'Hendrik Leppkes2015-09-261-1/+1
|\ \ | |/
| * dxv: Support the original first versionVittorio Giovara2015-09-241-1/+1
* | Merge commit '588a5619da0d041e55b365f63d0fa9c72bdbd4d3'Hendrik Leppkes2015-09-261-5/+9
|\ \ | |/
| * dxv: Parse ancillary encoder informationVittorio Giovara2015-09-241-5/+9
* | avcodec/dxv: remove code that is never reachedPaul B Mahol2015-09-151-2/+0
* | lavc/dxv: Support more real-world old version samples.Carl Eugen Hoyos2015-09-081-1/+1
* | lavc/dxv: Silence "Multiple ff_thread_finish_setup() calls" warnings.Carl Eugen Hoyos2015-09-081-1/+2
* | Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b'Hendrik Leppkes2015-09-071-4/+4
|/
* DXV decoderVittorio Giovara2015-09-021-0/+461