Moritz Bunkus
|
b014dfdedf
|
Parsed the start time as the end time as well.
|
2003-06-22 10:37:41 +00:00 |
|
Moritz Bunkus
|
617bc828b1
|
Typo made linear audio sync = 0.0 if nothing was specified ruining all the timecodes.
|
2003-06-22 10:34:56 +00:00 |
|
Moritz Bunkus
|
bcb3fc6c1c
|
Added a man page for mkvextract.
|
2003-06-22 10:04:16 +00:00 |
|
Moritz Bunkus
|
85756c137f
|
mkvextract outputs the usage information if no input filename was given.
|
2003-06-22 09:50:25 +00:00 |
|
Moritz Bunkus
|
d02aa747a1
|
Modified the verbosity levels for mkvinfo: The seek head subentries and cue subentries will only be shown at level 2 to make the output easier to read.
|
2003-06-22 09:47:08 +00:00 |
|
Moritz Bunkus
|
66be91980f
|
Make the packetizer respect the values set by the reader for e.g. language and default-track.
|
2003-06-22 08:37:09 +00:00 |
|
Moritz Bunkus
|
936daad0a5
|
Make the packetizer respect the values set by the reader for e.g. language and default-track.
|
2003-06-22 08:35:47 +00:00 |
|
Moritz Bunkus
|
95a6f7f9d4
|
Made the SSA reader more spec compliant. Made the charset recoding in textsubs packetizer optional (only if the source is a SRT or OGM. Not if the source is a Matroska file (already UTF-8) nor for SSA/ASS files (reader will recode)). Renamed the long writeline_unix_newlines() to puts_unl().
|
2003-06-21 23:24:07 +00:00 |
|
Moritz Bunkus
|
d52e2f51bf
|
Added a function for stripping a string or a vector<string> from leading and trailing white spaces.
|
2003-06-21 20:41:08 +00:00 |
|
Moritz Bunkus
|
175bcdfb53
|
Added a function for splitting a string into a vector<string> by a pattern.
|
2003-06-21 20:19:46 +00:00 |
|
Moritz Bunkus
|
4f94cc33c5
|
Support for extracting Vorbis audio to Ogg files.
|
2003-06-21 19:55:16 +00:00 |
|
Moritz Bunkus
|
7b5c61a2c2
|
Support for extracting SSA/ASS subtitles.
|
2003-06-21 17:03:36 +00:00 |
|
Moritz Bunkus
|
13a1f0de63
|
Entries are now sorted by their start time.
|
2003-06-21 17:02:32 +00:00 |
|
Moritz Bunkus
|
c0e594f105
|
Keep empty lines in the global data.
|
2003-06-21 16:28:41 +00:00 |
|
Moritz Bunkus
|
21fb16a9ee
|
Set eol-style and keywords props.
|
2003-06-21 16:08:45 +00:00 |
|
Moritz Bunkus
|
ebcef989ab
|
Added mkvextract which can extract tracks from a Matroska file into other files.
|
2003-06-21 16:08:01 +00:00 |
|
Moritz Bunkus
|
ace4fd3281
|
Function for skipping \r when writing text files.
|
2003-06-21 15:45:55 +00:00 |
|
Moritz Bunkus
|
dfccb97236
|
Functions for writing integers correctly regarding byte order.
|
2003-06-21 15:16:22 +00:00 |
|
Moritz Bunkus
|
ac4f64ae20
|
Some OS compat issues.
|
2003-06-20 21:49:24 +00:00 |
|
Moritz Bunkus
|
d08ccdd7aa
|
New version 0.5.0
|
2003-06-20 21:49:01 +00:00 |
|
Moritz Bunkus
|
693e2f282c
|
Updated ChangeLog, ignore props for some DLLs and a small OS compat update.
|
2003-06-20 21:40:13 +00:00 |
|
Moritz Bunkus
|
baa8af1a12
|
Automatic detection of SSA vs ASS.
|
2003-06-20 21:31:05 +00:00 |
|
Moritz Bunkus
|
a61ab1a176
|
Removed an invalid free() of a non-malloced pointer.
|
2003-06-20 21:13:54 +00:00 |
|
Moritz Bunkus
|
78659c2d44
|
Fixes for the OS compab stuff.
|
2003-06-20 19:42:25 +00:00 |
|
Moritz Bunkus
|
41d86ebbc3
|
keywords and eol-style props for the new files.
|
2003-06-20 19:34:04 +00:00 |
|
Moritz Bunkus
|
dd82761ce6
|
keywords and eol-style props for the new files.
|
2003-06-20 19:31:27 +00:00 |
|
Moritz Bunkus
|
00d3ad6398
|
Unified a LOT of OS and compiler dependant stuff. Introduced support for mingw compilation.
|
2003-06-20 19:29:26 +00:00 |
|
Moritz Bunkus
|
0b5e16a4d3
|
Fixed output of the version information.
|
2003-06-20 14:50:27 +00:00 |
|
Moritz Bunkus
|
7bcc91db58
|
Added a SSA/ASS reader.
|
2003-06-20 11:11:54 +00:00 |
|
Moritz Bunkus
|
65f737a855
|
Added a function to read a complete line until \n into a C++ string.
|
2003-06-20 11:11:14 +00:00 |
|
Moritz Bunkus
|
351d79e953
|
Support for reading text subtitles from Matroska files. Support for handling other text subtitle types with the textsubs_packetizer_c.
|
2003-06-19 21:44:27 +00:00 |
|
Moritz Bunkus
|
844f1feeb1
|
Made the AAC reader automatically recognize if a MPEG4 AAC file contains the emphasis header (deprecated) or not (current standard).
|
2003-06-19 19:32:50 +00:00 |
|
Moritz Bunkus
|
0d248c3595
|
MuxingApp was not written as %ls was still used although a C str was wanted.
|
2003-06-19 19:23:38 +00:00 |
|
Moritz Bunkus
|
590da76a66
|
Support for private data.
|
2003-06-19 14:25:42 +00:00 |
|
Moritz Bunkus
|
14b5926218
|
Added <charset> to the description of --sub-charset.
|
2003-06-16 16:04:56 +00:00 |
|
Moritz Bunkus
|
677c2e709b
|
New version 0.4.4
|
2003-06-15 14:09:38 +00:00 |
|
Moritz Bunkus
|
c0391dad96
|
Id keyword stuff
|
2003-06-15 14:03:28 +00:00 |
|
Moritz Bunkus
|
408debba92
|
Set eol-style native on all files.
|
2003-06-15 13:58:25 +00:00 |
|
Moritz Bunkus
|
ffad559477
|
testing eol-style
|
2003-06-15 13:51:35 +00:00 |
|
Moritz Bunkus
|
1b85be99a1
|
Removed the misspelled svn:keyword property.
|
2003-06-15 13:48:40 +00:00 |
|
Moritz Bunkus
|
bd43a8dcac
|
Updated the changelog.
|
2003-06-15 11:23:39 +00:00 |
|
Moritz Bunkus
|
bbadf57bcb
|
--language now needs the track ID.
|
2003-06-15 11:22:41 +00:00 |
|
Moritz Bunkus
|
c891afc050
|
Moved the bitvalue class and the integer parsing functions to common.{cpp,h}.
|
2003-06-15 11:05:02 +00:00 |
|
Moritz Bunkus
|
c5d749efed
|
--default-track now needs the track ID.
|
2003-06-15 10:59:48 +00:00 |
|
Moritz Bunkus
|
bf99f24a62
|
--cues now needs the track ID.
|
2003-06-15 10:32:28 +00:00 |
|
Moritz Bunkus
|
b8691f5c3b
|
The --sync option now needs a track ID along with the sync value.
|
2003-06-15 10:03:09 +00:00 |
|
Moritz Bunkus
|
80f951fcf5
|
Enabled Id keyword translation for the source files.
|
2003-06-15 09:16:42 +00:00 |
|
Moritz Bunkus
|
ee1fff86fb
|
Enabled Id keyword translation for the source files.
|
2003-06-15 09:15:30 +00:00 |
|
Moritz Bunkus
|
ecbe3f456e
|
Force a default size of 4 for the display width/height so that future changes of the AR will not have to rewrite the complete file.
|
2003-06-15 08:51:52 +00:00 |
|
Moritz Bunkus
|
d9329f351a
|
Revamped the track selection meaning and handling: -a/-s/-d now use the track IDs reported by the readers or by --identify. Fixed a but in the Matroska reader which tried to set headers for tracks which were not requested for demuxing.
|
2003-06-15 08:40:43 +00:00 |
|