[x264-devel] commit: split muxers.c into one file per format (Steven Walters )
git version control
git at videolan.org
Sat Oct 24 20:01:01 CEST 2009
x264 | branch: master | Steven Walters <kemuri9 at gmail.com> | Sat Oct 24 00:23:50 2009 +0000| [6169a3f6c01ca95ac5f17d65c76af6830954789d] | committer: Loren Merritt
split muxers.c into one file per format
simplify internal muxer API
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=6169a3f6c01ca95ac5f17d65c76af6830954789d
---
Makefile | 18 +-
input/avis.c | 119 ++++
matroska.h => input/input.h | 37 +-
input/thread.c | 126 ++++
input/y4m.c | 232 ++++++++
input/yuv.c | 96 +++
muxers.c | 1048 ----------------------------------
muxers.h | 63 +--
output/matroska.c | 245 ++++++++
matroska.c => output/matroska_ebml.c | 36 +-
matroska.h => output/matroska_ebml.h | 14 +-
output/mp4.c | 277 +++++++++
matroska.h => output/output.h | 37 +-
matroska.h => output/raw.c | 54 ++-
x264.c | 91 +---
15 files changed, 1252 insertions(+), 1241 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=6169a3f6c01ca95ac5f17d65c76af6830954789d
More information about the x264-devel
mailing list