index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dds.c
Age
Commit message (
Expand
)
Author
2016-11-16
dds: limit 4 bpp handling to AV_PIX_FMT_PAL8
Andreas Cadhalpun
2016-09-21
avcodec/dds: add support for 4bpp format
Paul B Mahol
2016-06-21
Merge commit '4b2e69397b84d1c1a29ffae6e9f106f2c32b1869'
Clément Bœsch
2016-05-08
Merge commit '22e49e6edead9c83696f20127988f659b952ce65'
Derek Buitenhuis
2016-05-08
Merge commit '02538636261fdec9c70f4185b23147c636f269b4'
Derek Buitenhuis
2016-05-08
Merge commit '9a9fb710bcf4657e030467cfe2556cb0e2c01afc'
Derek Buitenhuis
2016-04-26
dds: Add support for monochrome images
Vittorio Giovara
2016-04-26
dds: Drop gray-alpha swapping
Vittorio Giovara
2016-04-15
lavc/dds: Fix GRAY8A decoding.
Carl Eugen Hoyos
2016-04-06
dds: Simplify postprocessing check
Vittorio Giovara
2016-04-06
dds: Add support for alpha-only files
Vittorio Giovara
2016-04-06
dds: Add support for rgb555 files
Vittorio Giovara
2015-12-26
lavc/dds: replace rint by lrint
Ganesh Ajjanagadde
2015-11-14
dds: disable palette flag for compressed dds
Andreas Cadhalpun
2015-11-14
dds: disable palette flag for compressed images
Andreas Cadhalpun
2015-11-12
dds: add missing newline to log messages
Andreas Cadhalpun
2015-11-12
dds: validate compressed source buffer size
Andreas Cadhalpun
2015-11-12
dds: validate source buffer size before copying
Andreas Cadhalpun
2015-11-11
dds: add missing newline to log messages
Andreas Cadhalpun
2015-11-11
dds: validate compressed source buffer size
Andreas Cadhalpun
2015-11-11
dds: validate source buffer size before copying
Andreas Cadhalpun
2015-07-27
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-23
dds: Write the palette in the native endian form
Martin Storsjö
2015-07-23
dds: Fix the slice size computation
Tom Butterworth
2015-07-23
Merge commit 'ebe8b5d947c41449c684f17c6826fe6bc46c0360'
Michael Niedermayer
2015-07-22
Merge commit 'ea4d46e72945cba37feb7aa154eb970732f513e4'
Michael Niedermayer
2015-07-22
dds: Fix 32bpp bitmaps decoding
Michael Niedermayer
2015-07-22
dds: Fix palette decoding
Vittorio Giovara
2015-07-22
dds: Fix enum declaration
Vittorio Giovara
2015-07-21
Merge commit '6b2b26e7af3ede0abfb46eb5725c26d1083f50bc'
Michael Niedermayer
2015-07-21
dds: Decode using optimal slices sizes
Luca Barbato
2015-07-20
avcodec/dds: Flip more R<->B cases
Michael Niedermayer
2015-07-19
avcodec/dds: fix paletted files
Michael Niedermayer
2015-06-24
dds: Fix palette mode on big endian
Luca Barbato
2015-06-22
avcodec/dds: Fix palettes on big endian
Michael Niedermayer
2015-06-22
Merge commit '5c018ee18895f88e9e1d2174059dcdd48bf872d2'
Michael Niedermayer
2015-06-22
DirectDraw Surface image decoder
Vittorio Giovara