.. |
aac_common.cpp
|
Changed the return value of the bit cursor get_bit* functions. They now return true if the operation was successfull to be more consistent with the rest of this code.
|
2003-08-11 21:17:13 +00:00 |
aac_common.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
ac3_common.cpp
|
Low bitrate AC3 tracks from Real's DNET are identified as A_AC3/BSID9 or A_AC3/BSID10.
|
2003-08-14 17:19:46 +00:00 |
ac3_common.h
|
Low bitrate AC3 tracks from Real's DNET are identified as A_AC3/BSID9 or A_AC3/BSID10.
|
2003-08-14 17:19:46 +00:00 |
base64.cpp
|
Adding tags extraction code to mkvextract.
|
2003-07-24 22:59:44 +00:00 |
base64.h
|
Adding tags extraction code to mkvextract.
|
2003-07-24 22:59:44 +00:00 |
base64tool.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
chapters.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
chapters.h
|
Added a tool for encoding/decoding Base64.
|
2003-07-30 20:28:14 +00:00 |
cluster_helper.cpp
|
If lacing is used then only create a lace entry if at least one of its values (duration and frame number) is not the default.
|
2003-08-24 09:13:55 +00:00 |
cluster_helper.h
|
Allow some slightly broken Matroska files to be processed correctly if the reference blocks are off by at most 1ms by making find_packet* return the packet even if the absolute timecode difference is 1ms.
|
2003-08-10 06:40:13 +00:00 |
common.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
common.h
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
dts_common.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
dts_common.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
error.h
|
Added option to set the position in bit cursors.
|
2003-08-09 10:37:42 +00:00 |
iso639.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
iso639.h
|
Support for reading <MultiComment> from XML files and writing those to the file. Untested. <Language> elements are now checked for a valid ISO639-2 code.
|
2003-07-25 12:23:48 +00:00 |
Makefile.am
|
Split the mkvextract sources into one file for each operation mode.
|
2003-08-10 16:17:52 +00:00 |
manual_level_parsing.cpp
|
Sample code for manually traversing the EBML elements in a file.
|
2003-08-10 09:11:57 +00:00 |
matroska.h
|
Implemented a switch that has to be used for SBR AAC / AAC+ / HE-AAC if the source file is an AAC file and the AAC file contains SBR AAC data (no automatic detection possible in this case!).
|
2003-08-18 17:58:56 +00:00 |
matroska.xpm
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
mkvextract_attachments.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
mkvextract_chapters.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
mkvextract_tags.cpp
|
Fixed a bug which would only allow Matroska files up to 4GB to be read.
|
2003-08-12 13:27:55 +00:00 |
mkvextract_tracks.cpp
|
Backwards compatibility: Accepts S_SSA and S_ASS as valid CodecIDs (new CodecIDs are S_TEXT/SSA and S_TEXT/ASS).
|
2003-08-22 20:08:21 +00:00 |
mkvextract.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
mkvextract.h
|
Changed how the global elements are handled by taking the parent's size into account. This re-enables processing of files produced with the latest VirtualDubMod.
|
2003-08-10 20:01:55 +00:00 |
mkvinfo_gui.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
mkvinfo_tag_types.cpp
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
mkvinfo_tag_types.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
mkvinfo.cpp
|
Added last level 1 element to the known seek IDs.
|
2003-08-22 19:27:34 +00:00 |
mkvinfo.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
mkvmerge.cpp
|
Improved all command line parsing error messages.
|
2003-08-26 16:39:57 +00:00 |
mkvmerge.h
|
Meta seek element is split into two elements. The first's located at the start of the file containing only a small number of level 1 elements. The clusters are referenced in a second meta seek element located at the end of the file. Removed the options "--meta-seek-size" and "--no-meta-seek". Added the option to disable that second meta seek entry, "--no-clusters-in-meta-seek".
|
2003-08-23 23:27:17 +00:00 |
mkvmerge.mak
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
mm_io.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
mm_io.h
|
Cleanup: replaced LIB*_NAMESPACE
|
2003-07-26 18:38:34 +00:00 |
mp3_common.cpp
|
Better support for MP3 audio: other MPEG versions and layers are detected automatically and the number of samples per packet if calculated accordingly.
|
2003-08-09 22:03:31 +00:00 |
mp3_common.h
|
Better support for MP3 audio: other MPEG versions and layers are detected automatically and the number of samples per packet if calculated accordingly.
|
2003-08-09 22:03:31 +00:00 |
ogmstreams.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
os.h
|
Fixes for mingw which uses the MS C library which in turn treats %lld and %llu as %ld and %lu respectively.
|
2003-08-19 17:04:04 +00:00 |
p_aac.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
p_aac.h
|
Implemented a switch that has to be used for SBR AAC / AAC+ / HE-AAC if the source file is an AAC file and the AAC file contains SBR AAC data (no automatic detection possible in this case!).
|
2003-08-18 17:58:56 +00:00 |
p_ac3.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
p_ac3.h
|
Low bitrate AC3 tracks from Real's DNET are identified as A_AC3/BSID9 or A_AC3/BSID10.
|
2003-08-14 17:19:46 +00:00 |
p_dts.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
p_dts.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
p_mp3.cpp
|
Support for dumping raw packets.
|
2003-08-23 16:54:59 +00:00 |
p_mp3.h
|
Better support for MP3 audio: other MPEG versions and layers are detected automatically and the number of samples per packet if calculated accordingly.
|
2003-08-09 22:03:31 +00:00 |
p_passthrough.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
p_passthrough.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
p_pcm.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
p_pcm.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
p_textsubs.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
p_textsubs.h
|
Added support for UTF-8 and UTF-16 encoded text files for the SRT and SSA/ASS readers.
|
2003-07-15 22:55:57 +00:00 |
p_video.cpp
|
Proper support for dropped frames when reading AVIs.
|
2003-08-27 16:27:33 +00:00 |
p_video.h
|
Proper support for dropped frames when reading AVIs.
|
2003-08-27 16:27:33 +00:00 |
p_vorbis.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
p_vorbis.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
pr_generic.cpp
|
Prevention of buffer overflows...
|
2003-08-23 17:02:48 +00:00 |
pr_generic.h
|
Support for dumping raw packets.
|
2003-08-23 16:54:59 +00:00 |
r_aac.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
r_aac.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_ac3.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
r_ac3.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_avi.cpp
|
Proper support for dropped frames when reading AVIs.
|
2003-08-27 16:27:33 +00:00 |
r_avi.h
|
Proper support for dropped frames when reading AVIs.
|
2003-08-27 16:27:33 +00:00 |
r_dts.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
r_dts.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_matroska.cpp
|
Fixed some missing default values in the Matroska reader (e.g. mono audio files). Reported by Liisachan.
|
2003-08-27 13:10:12 +00:00 |
r_matroska.h
|
Cleanup: replaced LIB*_NAMESPACE
|
2003-07-26 18:38:34 +00:00 |
r_microdvd.cpp
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_microdvd.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_mp3.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
r_mp3.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_mp4.cpp
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_mp4.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_ogm.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
r_ogm.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_real.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
r_real.h
|
Made the Real reader a bit more error friendly.
|
2003-08-20 15:14:12 +00:00 |
r_srt.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
r_srt.h
|
Rewrote the SRT reader. It uses C++ strings and handles DOS style and Unix style new lines better than the old one.
|
2003-07-26 14:38:30 +00:00 |
r_ssa.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
r_ssa.h
|
Rewrote the SRT reader. It uses C++ strings and handles DOS style and Unix style new lines better than the old one.
|
2003-07-26 14:38:30 +00:00 |
r_vobsub.cpp
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_vobsub.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
r_wav.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
r_wav.h
|
Directory reorganization
|
2003-07-09 18:41:46 +00:00 |
subtitles.cpp
|
Changed the general mxprint to four different functions: mxinfo, mxwarn, mxerror, mxdebug. mxwarn will prefix with "Warning: "; mxerror will prefix with "Error: " and exit(2); mxdebug will prefix with "DBG> ".
|
2003-08-22 19:21:13 +00:00 |
subtitles.h
|
Rewrote the SRT reader. It uses C++ strings and handles DOS style and Unix style new lines better than the old one.
|
2003-07-26 14:38:30 +00:00 |
tagparser_end.cpp
|
Changes for compilation with gcc 2.95.
|
2003-08-06 12:42:45 +00:00 |
tagparser_start.cpp
|
Improved the error message for the XML tag file parser if an invalid &-sequence is found.
|
2003-08-25 10:43:58 +00:00 |
tagparser.h
|
Support for reading <MultiComment> from XML files and writing those to the file. Untested. <Language> elements are now checked for a valid ISO639-2 code.
|
2003-07-25 12:23:48 +00:00 |
tagwriter.cpp
|
Strings are postprocessed so that the special characters &, <, >, " are replaced by their HTML equivalents &, <, > and ".
|
2003-08-25 10:21:09 +00:00 |
tagwriter.h
|
Adding tags extraction code to mkvextract.
|
2003-07-24 22:59:44 +00:00 |