Commit Graph

943 Commits

Author SHA1 Message Date
Moritz Bunkus
5f68c561e8 Do not remove the "fLaC" header. 2003-11-16 20:06:40 +00:00
Moritz Bunkus
01f2111848 Support for FLAC in MS compatibility mode. 2003-11-16 19:18:22 +00:00
Moritz Bunkus
2121a4e89d Added support for extracting FLAC tracks to raw FLAC and OggFLAC files. 2003-11-16 18:54:57 +00:00
Moritz Bunkus
bb21c0215c Added support for reading raw FLAC files. 2003-11-16 18:22:40 +00:00
Moritz Bunkus
4ea6a0118d Added support for FLAC (reading only from Ogm, Matroska). 2003-11-16 12:42:02 +00:00
Moritz Bunkus
81549f058c Added support for FLAC (reading only from Ogm, Matroska). 2003-11-16 12:40:33 +00:00
Moritz Bunkus
ee78e9fc9c Bumped the version numbers to 0.7.6. 2003-11-15 18:24:13 +00:00
Moritz Bunkus
69d081f0a6 Added an example CUE sheet. 2003-11-15 18:23:59 +00:00
Moritz Bunkus
8e91f4b5fe Added the input field for the cue-to-chapter-name format. Fixed some minor bugs which resulted from having added the new "advanced" tab. 2003-11-15 18:20:40 +00:00
Moritz Bunkus
52e0186fc3 Added %N for the cue-to-chapter-name conversion routine (track number padded with a zero). 2003-11-15 18:19:26 +00:00
Moritz Bunkus
89b68ad397 Reworked the audio synchronization code which was not working for Matroska source files. 2003-11-15 15:29:40 +00:00
Moritz Bunkus
739580d885 Proper way of using the right iconv function. 2003-11-14 20:57:16 +00:00
Moritz Bunkus
600182ef48 Removed the frowned-upon three pass method (frameno.avi). 2003-11-14 20:44:02 +00:00
Moritz Bunkus
85a949f016 Enlarged the space reserved for the first seek head. Implemented file sanitizing when a SIGINT is received on *NIX. 2003-11-13 20:01:38 +00:00
Moritz Bunkus
a9f99b43b0 Updates 2003-11-12 22:57:48 +00:00
Moritz Bunkus
54d5593153 Added an input field for the "timecodes" file in the track options. 2003-11-12 22:56:58 +00:00
Moritz Bunkus
f4a47aac2d Improved MP3 layer detection which is being done in the packetizer instead of all the readers. 2003-11-12 20:16:01 +00:00
Moritz Bunkus
29701f459e Improved the file type detection for MP3 and AC3 a bit. 2003-11-12 18:24:27 +00:00
Moritz Bunkus
976b41df1c More big endian fixes. 2003-11-12 18:00:47 +00:00
Moritz Bunkus
8d6b0f1614 Fix for newer libebml API changes. 2003-11-12 16:43:26 +00:00
Moritz Bunkus
6194753df3 Fixes for correct compilation. 2003-11-12 15:46:32 +00:00
Moritz Bunkus
88028629f7 Big endian fixes. 2003-11-12 15:16:46 +00:00
Moritz Bunkus
1e54c15ce9 More work for FLAC handling. 2003-11-12 11:34:10 +00:00
Moritz Bunkus
fbaa0b7d2e Made mmg accept mkvmerge return codes of 0 and 1 when using mkvmerge -i so that warnings will not prohibit mmg from accepting that file. 2003-11-12 11:19:41 +00:00
Moritz Bunkus
5b92f4b785 Fixes for newer auto* versions. 2003-11-11 22:05:23 +00:00
Moritz Bunkus
9a5eb0ba67 Fixes for big endian systems/compilers that do not support #pragma push... 2003-11-11 21:50:46 +00:00
Moritz Bunkus
031697bc54 Moved some stuff to a new page, "advanced". 2003-11-10 22:45:09 +00:00
Moritz Bunkus
1dc08ad127 Added CUE sheet parsing for chapters. 2003-11-10 22:16:29 +00:00
Moritz Bunkus
a88c9d00e4 Fixed libFLAC inclusion. 2003-11-09 18:45:42 +00:00
Moritz Bunkus
5974004a3e Preparations for FLAC. 2003-11-09 11:31:30 +00:00
Moritz Bunkus
c9a5be1ab2 Added support for --sync for VobSub tracks. 2003-11-09 10:45:40 +00:00
Moritz Bunkus
9d5c5707eb Added a check for FLAC. Removed all the lib specific --with-XXX-include and --with-XXX-lib options. 2003-11-09 10:40:40 +00:00
Moritz Bunkus
e4f8c589eb Updates 2003-11-08 10:26:51 +00:00
Moritz Bunkus
dcb20aca12 Sped up the parsing of the .idx files. 2003-11-08 10:26:07 +00:00
Moritz Bunkus
97258456c0 Read additional info from mkvmerge's identify pass and pre-set fields accordingly (language and track name for tracks, title for the file). 2003-11-08 10:05:45 +00:00
Moritz Bunkus
122a6b7e28 Better escaping. 2003-11-08 08:52:57 +00:00
Moritz Bunkus
6f95eec905 Some more string manipulation routines. 2003-11-07 18:54:15 +00:00
Moritz Bunkus
1a842a5e54 Output some more information in verbose identification mode. 2003-11-07 18:54:01 +00:00
Moritz Bunkus
85e5eb2f37 Adjusted geometry for Linux. 2003-11-07 18:39:13 +00:00
Moritz Bunkus
b0d5be64cc Replaced leading spaces with tabs. 2003-11-05 20:17:05 +00:00
Moritz Bunkus
1ef33c6791 Include all examples in the .deb. 2003-11-05 20:03:50 +00:00
Moritz Bunkus
5b7ef8b731 Updated the dependencies for the new libebml and libmatroska. 2003-11-05 19:53:13 +00:00
Moritz Bunkus
8d6d165980 Fixed a division by 0 if a VobSub track only contains one entry. 2003-11-05 19:51:15 +00:00
Moritz Bunkus
f1d3ef21ae Boosted the version number to 0.7.5. 2003-11-05 18:32:37 +00:00
Moritz Bunkus
f740454113 Allow comment lines before the "Assume" line in timecode files. Added an example file for this feature. 2003-11-05 18:31:29 +00:00
Moritz Bunkus
0f85a04d61 The charset used during subtitle extraction defaults to UTF-8. 2003-11-05 18:19:10 +00:00
Moritz Bunkus
a9155887c6 Reset the "default track" flag for all tracks of a type when "default track" is enabled for a track. 2003-11-05 15:15:08 +00:00
Moritz Bunkus
02b68ae1d1 Proper usage of the zlib library. 2003-11-05 15:04:10 +00:00
Moritz Bunkus
3e3ed29a3e Merged all SPU packets into one Matroska block. Durations are extracting from the SPU packet itself. 2003-11-02 15:50:57 +00:00
Moritz Bunkus
dbd36858fd Removed the z_streams and bz_streams as member variables because they are initialized in each call to compress()/decompress(). 2003-11-02 15:41:47 +00:00