diff options
author | Elvis Presley <elvis@e.p> | 2011-09-15 05:50:44 +0200 |
---|---|---|
committer | Elvis Presley <elvis@e.p> | 2011-09-15 15:58:56 +0200 |
commit | 5554de13b29b9bb812ee5cfd606349873ddf0945 (patch) | |
tree | c23bbd0e2d658dd70d118261326be9c53b63127f /doc | |
parent | d55b06b8e725b9ef362137486221fa1e90c012c0 (diff) | |
download | ffmpeg-5554de13b29b9bb812ee5cfd606349873ddf0945.tar.gz |
ProRes Decoder
Signed-off-by: Elvis Presley <elvis@e.p>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 | ||||
-rw-r--r-- | doc/general.texi | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index fe02eb2c0b..29c52e5cf2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-09-14 - xxxxxxx - lavc 53.14.0 + Prores decoder. + 2011-09-12 - xxxxxxx - lavfi 2.40.0 Change AVFilterBufferRefAudioProps.sample_rate type from uint32_t to int. diff --git a/doc/general.texi b/doc/general.texi index fa37eb9d62..9346a873df 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -476,6 +476,8 @@ following image formats are supported: @tab fourcc: VP80, encoding supported through external library libvpx @item planar RGB @tab @tab X @tab fourcc: 8BPS +@item Prores @tab @tab X + @tab fourcc: apch,apcn,apcs,apco @item Q-team QPEG @tab @tab X @tab fourccs: QPEG, Q1.0, Q1.1 @item QuickTime 8BPS video @tab @tab X |