aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/dds.c
AgeCommit message (Expand)Author
2015-11-14dds: disable palette flag for compressed imagesAndreas Cadhalpun
2015-11-12dds: add missing newline to log messagesAndreas Cadhalpun
2015-11-12dds: validate compressed source buffer sizeAndreas Cadhalpun
2015-11-12dds: validate source buffer size before copyingAndreas Cadhalpun
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-23dds: Write the palette in the native endian formMartin Storsjö
2015-07-23dds: Fix the slice size computationTom Butterworth
2015-07-22dds: Fix 32bpp bitmaps decodingMichael Niedermayer
2015-07-22dds: Fix palette decodingVittorio Giovara
2015-07-22dds: Fix enum declarationVittorio Giovara
2015-07-21dds: Decode using optimal slices sizesLuca Barbato
2015-06-24dds: Fix palette mode on big endianLuca Barbato
2015-06-22DirectDraw Surface image decoderVittorio Giovara