summaryrefslogtreecommitdiffstats
path: root/libavcodec/dxv.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/dxv: Check idx in dxv_decompress_dxt5()Michael Niedermayer2016-01-051-0/+4
| | | | | | | | Fixes potential out of array read No testcase available Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/dxv: Check idx in CHECKPOINT()Michael Niedermayer2016-01-051-0/+8
| | | | | | | | | Fixes out of array read Fixes Ticket5098 Fixes Ticket5099 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit 'b2417ee6d1ee0c5e9b170a642d73bdf68908966f'Hendrik Leppkes2015-09-261-1/+2
|\ | | | | | | | | | | | | * commit 'b2417ee6d1ee0c5e9b170a642d73bdf68908966f': dxv: Improve error message Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * dxv: Improve error messageVittorio Giovara2015-09-241-1/+2
| |
* | Merge commit '1bcd4a476ba45a7fdf59d1701b8f0e274418cc32'Hendrik Leppkes2015-09-261-3/+25
|\ \ | |/ | | | | | | | | | | * commit '1bcd4a476ba45a7fdf59d1701b8f0e274418cc32': dxv: Support RAW intermediate compression Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * 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>
* | Merge commit 'bbf71d46db3417b43bcbd745cbf235e8e2ff69ae'Hendrik Leppkes2015-09-261-5/+13
|\ \ | |/ | | | | | | | | | | * commit 'bbf71d46db3417b43bcbd745cbf235e8e2ff69ae': dxv: Print texture information after header parsing Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * dxv: Print texture information after header parsingVittorio Giovara2015-09-241-5/+13
| |
* | Merge commit 'fb2889691cb7720d2680e188eb6036a35afa2392'Hendrik Leppkes2015-09-261-1/+1
|\ \ | |/ | | | | | | | | | | * commit 'fb2889691cb7720d2680e188eb6036a35afa2392': dxv: Support the original first version Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * 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>
* | Merge commit '588a5619da0d041e55b365f63d0fa9c72bdbd4d3'Hendrik Leppkes2015-09-261-5/+9
|\ \ | |/ | | | | | | | | | | * commit '588a5619da0d041e55b365f63d0fa9c72bdbd4d3': dxv: Parse ancillary encoder information Merged-by: Hendrik Leppkes <h.leppkes@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.
* | avcodec/dxv: remove code that is never reachedPaul B Mahol2015-09-151-2/+0
| | | | | | | | | | | | The function is automatically called. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavc/dxv: Support more real-world old version samples.Carl Eugen Hoyos2015-09-081-1/+1
| |
* | lavc/dxv: Silence "Multiple ff_thread_finish_setup() calls" warnings.Carl Eugen Hoyos2015-09-081-1/+2
| |
* | Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b'Hendrik Leppkes2015-09-071-4/+4
|/ | | | | | | * commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b': DXV decoder Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* DXV decoderVittorio Giovara2015-09-021-0/+461
Support all DXDI and DXD3 normal quality videos.
OpenPOWER on IntegriCloud