]> git.sesse.net Git - x264/commit
split muxers.c into one file per format
authorSteven Walters <kemuri9@gmail.com>
Sat, 24 Oct 2009 00:23:50 +0000 (00:23 +0000)
committerLoren Merritt <pengvado@akuvian.org>
Sat, 24 Oct 2009 00:53:38 +0000 (00:53 +0000)
commita0df454b358000eb4f5485f8d09a2620fa6c32e5
treed8f29de84a81fdf6f6568e6f59803baf0b07fa20
parentd73d798ef054c36250d16f75f267091bd5b6a877
split muxers.c into one file per format
simplify internal muxer API
15 files changed:
Makefile
input/avis.c [new file with mode: 0644]
input/input.h [new file with mode: 0644]
input/thread.c [new file with mode: 0644]
input/y4m.c [new file with mode: 0644]
input/yuv.c [new file with mode: 0644]
muxers.c [deleted file]
muxers.h
output/matroska.c [new file with mode: 0644]
output/matroska_ebml.c [moved from matroska.c with 94% similarity]
output/matroska_ebml.h [moved from matroska.h with 83% similarity]
output/mp4.c [new file with mode: 0644]
output/output.h [new file with mode: 0644]
output/raw.c [new file with mode: 0644]
x264.c