Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-29avcodec/dds: Fix runtime error: left shift of 145 by 24 places cannot be repr...Michael Niedermayer
2017-05-13avcodec/dds: Fix runtime error: left shift of 210 by 24 places cannot be repr...Michael Niedermayer
2017-05-07avcodec/dds: Fix runtime error: left shift of 1 by 31 places cannot be repres...Michael Niedermayer
2017-03-29lavc: fix usages of av_get_codec_tag_string()Clément Bœsch
2016-11-16dds: limit 4 bpp handling to AV_PIX_FMT_PAL8Andreas Cadhalpun
2016-09-21avcodec/dds: add support for 4bpp formatPaul B Mahol
2016-06-21Merge commit '4b2e69397b84d1c1a29ffae6e9f106f2c32b1869'Clément Bœsch
2016-05-09Merge commit '22e49e6edead9c83696f20127988f659b952ce65'Derek Buitenhuis
2016-05-09Merge commit '02538636261fdec9c70f4185b23147c636f269b4'Derek Buitenhuis
2016-05-09Merge commit '9a9fb710bcf4657e030467cfe2556cb0e2c01afc'Derek Buitenhuis
2016-04-26dds: Add support for monochrome imagesVittorio Giovara
2016-04-26dds: Drop gray-alpha swappingVittorio Giovara
2016-04-15lavc/dds: Fix GRAY8A decoding.Carl Eugen Hoyos
2016-04-06dds: Simplify postprocessing checkVittorio Giovara
2016-04-06dds: Add support for alpha-only filesVittorio Giovara
2016-04-06dds: Add support for rgb555 filesVittorio Giovara
2015-12-27lavc/dds: replace rint by lrintGanesh Ajjanagadde
2015-11-14dds: disable palette flag for compressed ddsAndreas Cadhalpun
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-11-11dds: add missing newline to log messagesAndreas Cadhalpun
2015-11-11dds: validate compressed source buffer sizeAndreas Cadhalpun
2015-11-11dds: validate source buffer size before copyingAndreas Cadhalpun
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
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-23Merge commit 'ebe8b5d947c41449c684f17c6826fe6bc46c0360'Michael Niedermayer
2015-07-22Merge commit 'ea4d46e72945cba37feb7aa154eb970732f513e4'Michael Niedermayer
2015-07-22dds: Fix 32bpp bitmaps decodingMichael Niedermayer
2015-07-22dds: Fix palette decodingVittorio Giovara
2015-07-22dds: Fix enum declarationVittorio Giovara
2015-07-21Merge commit '6b2b26e7af3ede0abfb46eb5725c26d1083f50bc'Michael Niedermayer
2015-07-21dds: Decode using optimal slices sizesLuca Barbato
2015-07-20avcodec/dds: Flip more R<->B casesMichael Niedermayer
2015-07-20avcodec/dds: fix paletted filesMichael Niedermayer
2015-06-24dds: Fix palette mode on big endianLuca Barbato
2015-06-23avcodec/dds: Fix palettes on big endianMichael Niedermayer
2015-06-23Merge commit '5c018ee18895f88e9e1d2174059dcdd48bf872d2'Michael Niedermayer
2015-06-22DirectDraw Surface image decoderVittorio Giovara