summaryrefslogtreecommitdiff
path: root/libavcodec/dxv.c
Commit message (Collapse)AuthorAge
* dxv: Improve error messageVittorio Giovara2015-09-24
|
* dxv: Support RAW intermediate compressionVittorio Giovara2015-09-24
| | | | | | 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-24
|
* dxv: Support the original first versionVittorio Giovara2015-09-24
| | | | | | | | 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-24
| | | | | 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-02
Support all DXDI and DXD3 normal quality videos.