summaryrefslogtreecommitdiff
path: root/libavcodec/dds.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/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-2/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/dds: use the common texture dsp decode functionMarton Balint2022-04-101-87/+48
* 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-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/dds: Use ff_set_dimensions()Michael Niedermayer2019-08-111-3/+4
* avcodec/dds: Fix runtime error: left shift of 145 by 24 places cannot be repr...Michael Niedermayer2017-05-291-1/+1
* avcodec/dds: Fix runtime error: left shift of 210 by 24 places cannot be repr...Michael Niedermayer2017-05-131-1/+1
* avcodec/dds: Fix runtime error: left shift of 1 by 31 places cannot be repres...Michael Niedermayer2017-05-061-1/+1
* lavc: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-291-8/+4
* dds: limit 4 bpp handling to AV_PIX_FMT_PAL8Andreas Cadhalpun2016-11-161-1/+1
* avcodec/dds: add support for 4bpp formatPaul B Mahol2016-09-211-2/+36
* Merge commit '4b2e69397b84d1c1a29ffae6e9f106f2c32b1869'Clément Bœsch2016-06-211-0/+4
|\
| * dds: Add support for monochrome imagesVittorio Giovara2016-04-261-0/+4
| * dds: Drop gray-alpha swappingVittorio Giovara2016-04-261-12/+0
* | Merge commit '22e49e6edead9c83696f20127988f659b952ce65'Derek Buitenhuis2016-05-081-5/+1
|\ \ | |/
| * dds: Simplify postprocessing checkVittorio Giovara2016-04-061-3/+1
* | Merge commit '02538636261fdec9c70f4185b23147c636f269b4'Derek Buitenhuis2016-05-081-0/+2
|\ \ | |/
| * dds: Add support for alpha-only filesVittorio Giovara2016-04-061-0/+2
* | Merge commit '9a9fb710bcf4657e030467cfe2556cb0e2c01afc'Derek Buitenhuis2016-05-081-0/+4
|\ \ | |/
| * dds: Add support for rgb555 filesVittorio Giovara2016-04-061-0/+4
| * dds: disable palette flag for compressed imagesAndreas Cadhalpun2015-11-141-0/+6
| * dds: add missing newline to log messagesAndreas Cadhalpun2015-11-121-2/+2
| * dds: validate compressed source buffer sizeAndreas Cadhalpun2015-11-121-0/+9
| * dds: validate source buffer size before copyingAndreas Cadhalpun2015-11-121-0/+6
* | lavc/dds: Fix GRAY8A decoding.Carl Eugen Hoyos2016-04-151-2/+4
* | lavc/dds: replace rint by lrintGanesh Ajjanagadde2015-12-261-1/+2
* | dds: disable palette flag for compressed ddsAndreas Cadhalpun2015-11-141-0/+6
* | dds: add missing newline to log messagesAndreas Cadhalpun2015-11-111-2/+2
* | dds: validate compressed source buffer sizeAndreas Cadhalpun2015-11-111-0/+9
* | dds: validate source buffer size before copyingAndreas Cadhalpun2015-11-111-0/+6
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
| * dds: Write the palette in the native endian formMartin Storsjö2015-07-231-5/+7
* | Merge commit 'ebe8b5d947c41449c684f17c6826fe6bc46c0360'Michael Niedermayer2015-07-231-9/+17
|\ \ | |/
| * dds: Fix the slice size computationTom Butterworth2015-07-231-9/+17
| * dds: Fix 32bpp bitmaps decodingMichael Niedermayer2015-07-221-5/+7
| * dds: Fix palette decodingVittorio Giovara2015-07-221-3/+7
* | Merge commit 'ea4d46e72945cba37feb7aa154eb970732f513e4'Michael Niedermayer2015-07-221-2/+2
|\ \ | |/
| * dds: Fix enum declarationVittorio Giovara2015-07-221-2/+2
* | Merge commit '6b2b26e7af3ede0abfb46eb5725c26d1083f50bc'Michael Niedermayer2015-07-211-9/+27
|\ \ | |/
| * dds: Decode using optimal slices sizesLuca Barbato2015-07-211-9/+27
| * dds: Fix palette mode on big endianLuca Barbato2015-06-241-1/+6
* | avcodec/dds: Flip more R<->B casesMichael Niedermayer2015-07-201-5/+9