Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I | Anton Khirnov | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | v410enc: fix undefined signed left shift caused by integer promotion | Janne Grunau | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | v410enc: fix output buffer size check | Mans Rullgard | 2011-12-15 | 1 | -1/+1 |
| | | | | | | The encoder clearly needs width * height * 4 bytes. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | v410enc: include correct headers | Mans Rullgard | 2011-12-15 | 1 | -1/+1 |
| | | | | | | | This file does not use anything from put_bits.h but needs intreadwrite.h. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | v410 encoder and decoder | Derek Buitenhuis | 2011-12-13 | 1 | -0/+99 |
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> |