Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | prores: get correct size for coded V plane if alpha is present | Mans Rullgard | 2011-10-15 | 1 | -2/+4 |
| | | | | | | | The size check must be updated to take into account both manners in which v_data_size might be set. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | prores: do not set pixel format on codec init | Mans Rullgard | 2011-10-15 | 1 | -2/+0 |
| | | | | | | | | | The pixel format is not known until the frame header is parsed. Guessing it here only causes trouble for the caller if the guess turns out to be wrong (and actually causes very wrong output by avconv/avplay). Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | prores: add missing feature warning for alpha | Janne Grunau | 2011-10-14 | 1 | -0/+5 |
| | |||||
* | prores: implement multithreading. | Ronald S. Bultje | 2011-10-11 | 1 | -27/+44 |
| | | | | | 60% speedup (overall decoding time) at 2 threads, and another 60% speedup at 4 threads. | ||||
* | prores: idct sse2/sse4 optimizations. | Ronald S. Bultje | 2011-10-11 | 1 | -2/+2 |
| | | | | ~3.0-3.5x as fast as original C version, 1.6x as fast overall. | ||||
* | prores: extract idct into its own dspcontext and merge with put_pixels. | Ronald S. Bultje | 2011-10-11 | 1 | -66/+18 |
| | |||||
* | prores: Handle 0 or fewer bits left | Alex Converse | 2011-09-29 | 1 | -2/+2 |
| | | | | | show_bits() is undefined when the number of bits is less than or equal to zero. | ||||
* | prores: return more meaningful error values | Diego Biurrun | 2011-09-23 | 1 | -16/+16 |
| | |||||
* | prores: improve error message wording | Diego Biurrun | 2011-09-23 | 1 | -14/+14 |
| | |||||
* | prores: cosmetics: prettyprinting, drop useless parentheses | Diego Biurrun | 2011-09-23 | 1 | -9/+7 |
| | |||||
* | prores: lowercase AVCodec name entry | Diego Biurrun | 2011-09-23 | 1 | -1/+1 |
| | | | | All other codecs use lowercase names in that field. | ||||
* | Apple ProRes decoder | Maxim Poliakovski | 2011-09-22 | 1 | -0/+733 |
Signed-off-by: Martin Storsjö <martin@martin.st> |