OSDN Git Service

Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 22 Apr 2009 01:50:15 +0000 (01:50 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 22 Apr 2009 01:50:15 +0000 (01:50 +0000)
commit97f92143423757e293079f353f0dd23f70e6ff1d
treef91962ac64287835cb2166460c519a73e6ce98c4
parent297b5a3f99d7da6307f164973d0d6d375ea3fbb7
Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)
which have AFAIK been created for the jvt:
ftp://vqeg.its.bldrdoc.gov/HDTV/SVT_exports/SVT_YUV10_Exports_/NewMobCal_YUV10_720p5994_/
I have called the format v210x due to its similarity to v210, note though I have
not confirmed that v210x is different from actual v210 samples it just is
different from the description of v210 I am aware of.

Originally committed as revision 18654 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/v210x.c [new file with mode: 0644]