Diego Biurrun
|
0352ff102d
|
ffv1: const correctness for encode_rgb_frame()
libavcodec/ffv1enc.c:922:53: warning: passing argument 5 of ‘encode_rgb_frame’ discards ‘const’ qualifier from pointer target type
|
2015-01-05 15:35:39 +01:00 |
|
Vittorio Giovara
|
6abe7edabb
|
ffv1: fix out-of-bounds read
CC: libav-stable@libav.org
Bug-Id: CID 1047234
|
2014-11-13 01:41:26 +01:00 |
|
Anton Khirnov
|
a6064b12b4
|
ffv1: use the AVFrame API properly.
|
2013-11-16 17:50:51 +01:00 |
|
Diego Biurrun
|
b2bed9325d
|
cosmetics: Group .name and .long_name together in codec/format declarations
|
2013-10-03 23:32:01 +02:00 |
|
Anton Khirnov
|
e6c4ac7b5f
|
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
|
2013-05-15 07:46:51 +02:00 |
|
Diego Biurrun
|
6fee1b90ce
|
avcodec: Add av_cold attributes to init functions missing them
|
2013-05-04 21:09:45 +02:00 |
|
Diego Biurrun
|
c242bbd8b6
|
Remove unnecessary dsputil.h #includes
|
2013-02-26 00:51:34 +01:00 |
|
Luca Barbato
|
c1a02e884a
|
pixdesc: add av_pix_fmt_get_chroma_sub_sample
Deprecate avcodec_get_chroma_sub_sample.
|
2012-11-13 16:14:55 +01:00 |
|
Luca Barbato
|
0f13cd3187
|
ffv1: update to ffv1 version 3
Based on code from Carl Eugen Hoyos, Michael Niedermayer and Paul B Mahol.
|
2012-10-20 18:14:52 +02:00 |
|
Luca Barbato
|
4a2a4524a3
|
ffv1: propagate errors
|
2012-10-20 18:14:51 +02:00 |
|
Luca Barbato
|
71f7b22dba
|
ffv1: split decoder and encoder
|
2012-10-20 18:14:43 +02:00 |
|