mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Add Cineform HD Decoder
Decodes YUV 4:2:2 10-bit and RGB 12-bit files. Older files with more subbands, skips, Bayer, alpha not supported. Further fixes and refactorings by Anton Khirnov <anton@khirnov.net>, Diego Biurrun <diego@biurrun.de>, Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
f6790b5e10
commit
5f794aa165
11 changed files with 1229 additions and 1 deletions
|
|
@ -415,6 +415,7 @@ enum AVCodecID {
|
|||
AV_CODEC_ID_TRUEMOTION2RT,
|
||||
AV_CODEC_ID_AV1,
|
||||
AV_CODEC_ID_PIXLET,
|
||||
AV_CODEC_ID_CFHD,
|
||||
|
||||
/* various PCM "codecs" */
|
||||
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue