summaryrefslogtreecommitdiff
path: root/libavcodec/v410enc.c
Commit message (Collapse)AuthorAge
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
|
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* v410enc: switch to encode2().Anton Khirnov2012-02-20
|
* lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_IAnton Khirnov2012-01-12
|
* v410enc: fix undefined signed left shift caused by integer promotionJanne Grunau2012-01-02
|
* v410enc: fix output buffer size checkMans Rullgard2011-12-15
| | | | | | The encoder clearly needs width * height * 4 bytes. Signed-off-by: Mans Rullgard <mans@mansr.com>
* v410enc: include correct headersMans Rullgard2011-12-15
| | | | | | | 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-13
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>