[vlc-devel] commit: MKV: Split classes in many files. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Sep 18 21:15:20 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 18 12:03:43 2008 -0700| [7615bbd6b14d507de986486409795166ddcaa4cd] | committer: Jean-Baptiste Kempf
MKV: Split classes in many files.
I tried to split most classes in relevant files.
I regrouped classes when they were very tightened to each other
(in chapters and chapter_command for example )
Note that git doesn't detect correctly the files on this.
git blame -C -C is your friend.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7615bbd6b14d507de986486409795166ddcaa4cd
---
modules/demux/mkv/Ebml_parser.cpp | 6682 +-------------------------
modules/demux/mkv/Ebml_parser.hpp | 6837 +-------------------------
modules/demux/mkv/chapter_command.cpp | 6251 +-----------------------
modules/demux/mkv/chapter_command.hpp | 6602 +------------------------
modules/demux/mkv/chapters.cpp | 6556 +------------------------
modules/demux/mkv/chapters.hpp | 6788 +-------------------------
modules/demux/mkv/demux.cpp | 6137 +-----------------------
modules/demux/mkv/demux.hpp | 6510 +------------------------
modules/demux/mkv/matroska_segment.cpp | 6671 ++-----------------------
modules/demux/mkv/matroska_segment.hpp | 6756 +-------------------------
modules/demux/mkv/matroska_segment_parse.cpp | 5832 +----------------------
modules/demux/mkv/mkv.cpp | 6246 +-----------------------
modules/demux/mkv/mkv.hpp | 6730 +-------------------------
modules/demux/mkv/stream_io_callback.cpp | 6806 +-------------------------
modules/demux/mkv/stream_io_callback.hpp | 6843 +-------------------------
modules/demux/mkv/util.cpp | 6815 +-------------------------
modules/demux/mkv/util.hpp | 6870 +-------------------------
modules/demux/mkv/virtual_segment.cpp | 6647 +-------------------------
modules/demux/mkv/virtual_segment.hpp | 6785 +-------------------------
19 files changed, 945 insertions(+), 124419 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=7615bbd6b14d507de986486409795166ddcaa4cd
More information about the vlc-devel
mailing list