]> git.sesse.net Git - ffmpeg/commit
H264 decoder & demuxer
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 4 Apr 2003 14:42:28 +0000 (14:42 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 4 Apr 2003 14:42:28 +0000 (14:42 +0000)
commit0da71265d84b587c7159cd82708ca60ad050dd4c
treefc97766fbbea1ab3af9df1aa9e4f37f8b0aca02d
parent6aafe463e5d1483b95ad259334c45d2741c92fb2
H264 decoder & demuxer

Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk
13 files changed:
ffmpeg.c
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/golomb.c [new file with mode: 0644]
libavcodec/golomb.h [new file with mode: 0644]
libavcodec/h264.c [new file with mode: 0644]
libavcodec/h264data.h [new file with mode: 0644]
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavformat/raw.c