mkvtoolnix/src/merge
2005-08-27 16:13:48 +00:00
..
cluster_helper.cpp Cosmetics: removed tab characters and trailing whitespaces. 2005-08-22 07:14:22 +00:00
cluster_helper.h Added splitting after specific timecodes. 2005-06-05 14:39:57 +00:00
Makefile.in
mkvmerge.cpp Use STL maps instead of vectors and structs in many places in the track info class. Easier to read, and for this task maps are suited way better than vectors anyway. 2005-08-27 16:13:48 +00:00
mkvmerge.h
output_control.cpp Convert embedded fonts and pictures in SSA and ASS files into Matroska attachments. Keep other sections and non-"Dialogue:" lines from the "[Events]" section in the CodecPrivate in order to keep as much from the original file as possible. Renamed the member variables of the buffer_t structure in the process. 2005-08-24 11:18:24 +00:00
output_control.h Cosmetics: removed tab characters and trailing whitespaces. 2005-08-22 07:14:22 +00:00
packet.h Timecode file handling for B frames. Patch by Steve Lhomme (see AUTHORS). Does not work yet as far as I can tell. 2005-07-25 15:58:07 +00:00
pr_generic.cpp Use STL maps instead of vectors and structs in many places in the track info class. Easier to read, and for this task maps are suited way better than vectors anyway. 2005-08-27 16:13:48 +00:00
pr_generic.h Use STL maps instead of vectors and structs in many places in the track info class. Easier to read, and for this task maps are suited way better than vectors anyway. 2005-08-27 16:13:48 +00:00
timecode_factory.cpp Cast size_t arguments to something whose size is known (or that matches the format specifier). 2005-08-17 11:46:09 +00:00
timecode_factory.h Renamed all member variables to m_* and the others accordingly. Changed v2 timecode files to require the timecodes to be sorted. Introduced timecode format v2 which is identical to v2 but allows non-sorted timecodes for those users that want to shoot themselves in their collective feet. 2005-08-12 10:56:07 +00:00