Vittorio Giovara
|
10a9149de2
|
ffv1enc: Keep coded_frame.key_frame a write-only variable
|
10 years ago |
Vittorio Giovara
|
6503cbf842
|
ffv1enc: Add const attribute to input frame
warning: assigning to 'AVFrame *' (aka 'struct AVFrame *') from
'const AVFrame *' (aka 'const struct AVFrame *') discards
qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
10 years ago |
Diego Biurrun
|
cd832f032f
|
ffv1: Drop bogus dependency on dsputil
ffv1 does not use any part of the dsputil framework.
|
11 years ago |
Anton Khirnov
|
a6064b12b4
|
ffv1: use the AVFrame API properly.
|
11 years ago |
Anton Khirnov
|
759001c534
|
lavc decoders: work with refcounted frames.
|
12 years ago |
Diego Biurrun
|
6cfca5b6ae
|
ffv1: Add missing #includes to header file
|
12 years ago |
Luca Barbato
|
0f13cd3187
|
ffv1: update to ffv1 version 3
Based on code from Carl Eugen Hoyos, Michael Niedermayer and Paul B Mahol.
|
12 years ago |
Luca Barbato
|
71f7b22dba
|
ffv1: split decoder and encoder
|
12 years ago |