]> git.sesse.net Git - ffmpeg/commit
y41p encoder and decoder
authorPaul B Mahol <onemda@gmail.com>
Sun, 1 Jan 2012 12:16:42 +0000 (12:16 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 2 Jan 2012 02:35:23 +0000 (03:35 +0100)
commitdfa77dead2c97ec84092066102b14a2524d4d88b
treecdbd2019a900668ac4bb5a2297ff966a25d6bd4c
parentb1031562351d81fb56f9338df5876dc2153d9f26
y41p encoder and decoder

y41p is a packed 12-bit 4:1:1 YUV format used by Brooktree.

Fixes issue 1123 / ticket #102.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Changelog
doc/general.texi
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/version.h
libavcodec/y41pdec.c [new file with mode: 0644]
libavcodec/y41penc.c [new file with mode: 0644]
libavformat/isom.c
libavformat/riff.c