Commit Graph

980 Commits

Author SHA1 Message Date
Moritz Bunkus
1e1ebf4944 Added a "set output file" menu option which does the same as the "browse" button. 2003-12-04 19:09:08 +00:00
Moritz Bunkus
ce93bc12d7 Added the "--track-order" option allowing the user to modify the order in which tracks are created in the output file. 2003-12-04 18:56:52 +00:00
Moritz Bunkus
fab85e6e04 The "AAC is SBR" check box was grayed out for AAC inside MP4. 2003-12-04 18:04:38 +00:00
Moritz Bunkus
127e27ccfe Forgotten part of the track_info_t to track_info_c conversion. 2003-12-04 16:08:40 +00:00
Moritz Bunkus
adeda19e26 Converted track_info_t into a class and unified the duplication/freeing of its data. 2003-12-04 14:36:24 +00:00
Moritz Bunkus
b2d9833f2b Upon loading settings some settings were not loaded correctly (strings were not allocated). Some settings were not saved either. 2003-12-03 21:42:20 +00:00
Moritz Bunkus
079a9c4c15 In header mode (for raw AAC files), the AAC packetizer would not work at all. 2003-12-03 17:25:54 +00:00
Moritz Bunkus
d1ba86b423 Avoid deadlocks in the SPU parser for bad packets. 2003-12-03 15:52:54 +00:00
Moritz Bunkus
8019b99aef Added buttons for moving input files up and down in mmg. 2003-12-03 11:26:00 +00:00
Moritz Bunkus
9b79b293ed Fix for the cross-OS fix. 2003-12-02 23:00:49 +00:00
Moritz Bunkus
f8e152c652 Some cross-OS fixes. Added instant checks for the values entered when "set values" was clicked. 2003-12-02 22:57:25 +00:00
Moritz Bunkus
d0883848c0 Updated version number to 0.7.8 2003-12-02 22:18:34 +00:00
Moritz Bunkus
ec1a08c699 Added some simple examples to the online mkvextract help. 2003-12-02 22:17:57 +00:00
Moritz Bunkus
0dd0745ccc Added the "set values" button for easy mass application of language and country codes. 2003-12-02 22:09:05 +00:00
Moritz Bunkus
7d21ef1d6d Added "default values" for chapter language and country codes. 2003-12-02 14:56:16 +00:00
Moritz Bunkus
67c6c6c5fd Removed unnecessary stuff. 2003-12-01 21:39:13 +00:00
Moritz Bunkus
460afb08d5 Fixed --fourcc and moved the option handling to where it belongs (the packetizer). 2003-12-01 21:30:24 +00:00
Moritz Bunkus
e2b0fa084d Updated Florian Wagner's email address. Added controls for the new --display-dimensions option. 2003-12-01 19:05:37 +00:00
Moritz Bunkus
43a02b6e02 Changed the options "--fourcc" and "--aspect-ratio": they now need a track ID. Added a new option, "--display-dimensions", which can be used as an alternative to "--aspect-ratio". Fixed a small rounding error resulting in weird display dimensions like 640x479. 2003-12-01 17:02:03 +00:00
Moritz Bunkus
aef1ed6cb0 Updates 2003-11-29 20:14:20 +00:00
Moritz Bunkus
5f75e054bf Slight adjustment for some elements. 2003-11-29 20:14:15 +00:00
Moritz Bunkus
78d02b4fa2 Re-enabled AVIclasses as the default because the current avilib does not seem to work on Windows. 2003-11-29 19:55:14 +00:00
Moritz Bunkus
26ffec037c Fix for language track selection on Windows. 2003-11-29 19:48:41 +00:00
Moritz Bunkus
90b836a792 Fixes for compilation with g++ 3.3.1. 2003-11-26 08:55:07 +00:00
Moritz Bunkus
5007f8fd0e Deactivated the AVI classes by default. 2003-11-25 11:52:08 +00:00
Moritz Bunkus
7742b01184 Added an option for dumping the split points. 2003-11-25 11:48:26 +00:00
Moritz Bunkus
7a9cf9c005 Missing quotes for the timecode file name. 2003-11-23 12:45:54 +00:00
Moritz Bunkus
af49d2676a Added facilities for the readers so that they can store data between the two passes of splitting. The FLAC reader uses this for storing block data and metadata. 2003-11-21 16:51:45 +00:00
Moritz Bunkus
c55bd9ae4e Corrected case of libFLAC. 2003-11-21 09:38:41 +00:00
Moritz Bunkus
192f379111 Rewrote the SPU parsing code. Should not abort anymore. 2003-11-18 18:00:58 +00:00
Moritz Bunkus
3f3e370737 Don't exit but ignore packets that ave inconsistent data. 2003-11-17 22:29:14 +00:00
Moritz Bunkus
1fd08c3e47 More compatibility fixes. 2003-11-17 13:13:54 +00:00
Moritz Bunkus
098c517a22 Removed debug output. 2003-11-17 12:18:15 +00:00
Moritz Bunkus
83f6446289 Many fixes for warnings. Some portability fixes. 2003-11-17 12:16:58 +00:00
Moritz Bunkus
72c624fffd Emit a warning if libFLAC is not found. 2003-11-16 20:37:14 +00:00
Moritz Bunkus
e9ff16769d Bumped version number to 0.7.7. 2003-11-16 20:23:59 +00:00
Moritz Bunkus
45f5bfef59 Added FLAC extensions. 2003-11-16 20:19:15 +00:00
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