summaryrefslogtreecommitdiffstats
path: root/libavcodec/dxv.c
Commit message (Collapse)AuthorAgeFilesLines
* dxv: Improve error messageVittorio Giovara2015-09-241-1/+2
|
* dxv: Support RAW intermediate compressionVittorio Giovara2015-09-241-3/+25
| | | | | | Sample-Id: boombox64.mov Reported-by: Aarni Koskela Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* dxv: Print texture information after header parsingVittorio Giovara2015-09-241-5/+13
|
* dxv: Support the original first versionVittorio Giovara2015-09-241-1/+1
| | | | | | | | DXV 1.0 provided DXT1 with LZF only. Sample-Id: Orange-Strings-07_640_DXV.mov Reported-by: Carl Eugen Hoyos Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* dxv: Parse ancillary encoder informationVittorio Giovara2015-09-241-5/+9
| | | | | Header does not contain the number of channels, but rather the encoder version, so rename the variable, and read the additional byte.
* DXV decoderVittorio Giovara2015-09-021-0/+461
Support all DXDI and DXD3 normal quality videos.
OpenPOWER on IntegriCloud