Vittorio Giovara
|
6a85dfc830
|
lavc: Replace av_dlog and tprintf with internal macros
|
10 years ago |
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
|
10 years ago |
Vittorio Giovara
|
6abe7edabb
|
ffv1: fix out-of-bounds read
CC: libav-stable@libav.org
Bug-Id: CID 1047234
|
10 years ago |
Anton Khirnov
|
a6064b12b4
|
ffv1: use the AVFrame API properly.
|
11 years ago |
Diego Biurrun
|
b2bed9325d
|
cosmetics: Group .name and .long_name together in codec/format declarations
|
12 years ago |
Anton Khirnov
|
e6c4ac7b5f
|
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
|
12 years ago |
Diego Biurrun
|
6fee1b90ce
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
Diego Biurrun
|
c242bbd8b6
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
Luca Barbato
|
c1a02e884a
|
pixdesc: add av_pix_fmt_get_chroma_sub_sample
Deprecate avcodec_get_chroma_sub_sample.
|
13 years ago |
Luca Barbato
|
0f13cd3187
|
ffv1: update to ffv1 version 3
Based on code from Carl Eugen Hoyos, Michael Niedermayer and Paul B Mahol.
|
13 years ago |
Luca Barbato
|
4a2a4524a3
|
ffv1: propagate errors
|
13 years ago |
Luca Barbato
|
71f7b22dba
|
ffv1: split decoder and encoder
|
13 years ago |