]> git.sesse.net Git - ffmpeg/commit
codec: bitpacked: add decoder
authorDamien Riegel <damien.riegel@savoirfairelinux.com>
Fri, 31 Mar 2017 15:36:15 +0000 (11:36 -0400)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Wed, 5 Apr 2017 16:02:20 +0000 (17:02 +0100)
commit549acc999533061fedb5088a33a683749c29b903
tree9a20243e738b2a30a5451342863a77654ecdeed0
parent12290077d1ceda29c47ce9f222e42a5019664131
codec: bitpacked: add decoder

Add a codec capable of decoding some formats of the RFC4175. For now
it's only capable of handling YCbCr-4:2:2 with 8-bit or 10-bit depth.

For 8-bit it's a simple pass-through, for 10-bit it depacks the stream
in the AV_PIX_FMT_YUV422P10 pixel format.

Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/bitpacked.c [new file with mode: 0644]
libavcodec/codec_desc.c
libavcodec/version.h