summaryrefslogtreecommitdiffstats
path: root/libavcodec/v410enc.c
Commit message (Collapse)AuthorAgeFilesLines
* v410enc: switch to encode2().Anton Khirnov2012-02-201-12/+13
|
* lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_IAnton Khirnov2012-01-121-1/+1
|
* v410enc: fix undefined signed left shift caused by integer promotionJanne Grunau2012-01-021-1/+1
|
* v410enc: fix output buffer size checkMans Rullgard2011-12-151-1/+1
| | | | | | The encoder clearly needs width * height * 4 bytes. Signed-off-by: Mans Rullgard <mans@mansr.com>
* v410enc: include correct headersMans Rullgard2011-12-151-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 decoderDerek Buitenhuis2011-12-131-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>
OpenPOWER on IntegriCloud