summaryrefslogtreecommitdiff
path: root/libavcodec/dxtory.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/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-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+7
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-10/+5
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/dxtory: Fix undefined shift with negative linesizeMichael Niedermayer2021-02-281-2/+2
* avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420()Michael Niedermayer2020-10-041-1/+1
* avcodec/dxtory: Fix negative shift in dx2_decode_slice_410()Michael Niedermayer2020-09-261-1/+1
* avcodec/dxtory: Fix negative shift in dxtory_decode_v1_410()Michael Niedermayer2020-09-261-4/+4
* avcodec/dxtory: Fix get_raw_size() for YUVMichael Niedermayer2020-09-261-2/+2
* avcodec/dxtory: add frame threads supportPaul B Mahol2020-09-051-6/+12
* avcodec/dxtory: add missed rgb555/rgb565 formats for vflip casePaul B Mahol2020-09-051-0/+2
* avcodec/dxtory: support subsampled formats with non-aligned sizePaul B Mahol2020-09-051-19/+178
* avcodec/dxtory: add support for vertically flipped framesPaul B Mahol2020-09-031-31/+113
* avcodec/dxtory: Check slice_size against minimum in dxtory_decode_v2()Michael Niedermayer2019-04-241-2/+8
* avcodec/dxtory: Check slice sizes before allocating imageMichael Niedermayer2019-03-251-1/+9
* avcodec/dxtory: Remove code that corrupts dimensionsMichael Niedermayer2018-02-201-5/+1
* avcodec/dxtory: Fix bits left checksMichael Niedermayer2018-01-231-5/+5
* Merge commit '7a2b2b6a92c4b528ecb640790eca0aa790d858f4'Clément Bœsch2017-03-271-3/+3
|\
| * dxtory: Drop nonsense ISO C printf conversion specifiers for standard typesDiego Biurrun2016-10-281-3/+3
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-2/+3
|\ \ | |/
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-2/+3
| * Mark tables used only within their files as staticDiego Biurrun2016-03-301-3/+3
* | avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()Michael Niedermayer2015-11-151-1/+1
* | avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()Michael Niedermayer2015-11-151-1/+1
* | Merge commit 'd0f7e4a57fbffa0efb204d4274c3dd56fbfff946'Hendrik Leppkes2015-09-081-239/+164
|\ \ | |/
| * dxtory: Unify and rework the decoding routinesLuca Barbato2015-09-061-239/+165
* | Merge commit 'a7e6fbd90e62d3320b1e26d8209fc0f55ee5b0be'Hendrik Leppkes2015-09-081-65/+37
|\ \ | |/
| * dxtory: Factorize the buffer loadingLuca Barbato2015-09-041-65/+37
* | Merge commit '6a6bc43f5f79587b8936334cc0b3a6616f4807ac'Hendrik Leppkes2015-09-081-76/+49
|\ \ | |/
| * dxtory: Factorize slice size checksLuca Barbato2015-09-041-76/+48
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/dxtory: use init_get_bits8()Paul B Mahol2015-02-141-5/+10
* | avcodec/dxtory: Use LL instead of L number suffixMichael Niedermayer2015-02-011-3/+3
* | avcodec/dxtory: use unaligned copy for unaligned addressesMichael Niedermayer2014-10-301-4/+4
* | avcodec/dxtory: remove unused variablesMichael Niedermayer2014-09-261-4/+2
* | avcodec/dxtory: Support dxtory-2.0.127.aviMichael Niedermayer2014-09-251-6/+4
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-16/+19
|\ \ | |/
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-16/+19
* | avcodec/dxtory: fix src size checksMichael Niedermayer2014-02-161-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-251-0/+113
|\ \ | |/
| * dxtory: compressed RGB555/RGB565 decoding supportKostya Shishkov2014-01-241-0/+113
* | Merge commit '0e1ad2f591b87e944550c15b54e54f8189743289'Michael Niedermayer2014-01-251-11/+418
|\ \ | |/
| * dxtory: add more compressed and uncompressed modesKostya Shishkov2014-01-241-11/+418
* | Merge commit '025fd76e1a2623c858d8c686a73cc30980a314b0'Michael Niedermayer2014-01-211-1/+1
|\ \ | |/
| * dxtory: change error code for unexpected slice configurationKostya Shishkov2014-01-211-1/+1