Commit Graph

1375 Commits

Author SHA1 Message Date
Moritz Bunkus
69205d5005 ChangeLog update regarding gcc 4.6.0 2012-09-02 15:33:16 +02:00
Moritz Bunkus
1310feeae6 Bump version number, add release message, set code name 2012-09-02 13:01:51 +02:00
Moritz Bunkus
ef480dc7f9 ChangeLog update 2012-09-02 12:57:40 +02:00
Moritz Bunkus
2b8af7bb4b Chapter editor: support chapter values "segment UID", "segment edition UID"
Implements #736.
2012-09-01 18:25:30 +02:00
Moritz Bunkus
8f76e98acb Chapter editor: support edition flags "hidden", "default" and "ordered"
See #736.
2012-09-01 09:55:08 +02:00
Moritz Bunkus
e152574ecb Add Basque translation of mmg's guide by Xabier Aramendi 2012-08-30 19:53:52 +02:00
Moritz Bunkus
d3c9e62922 Avoid buffer overflow 2012-08-30 15:28:52 +02:00
Moritz Bunkus
8bad975406 ChangeLog update 2012-08-19 23:31:38 +02:00
Moritz Bunkus
9550b1c747 Replace boost::bind/boost::function with std::bind/std::function 2012-08-08 20:37:09 +02:00
Moritz Bunkus
7f1b4cd18b MPEG TS: Detect and handle overflowing timecodes
Fixes #777.
2012-08-07 12:08:31 +02:00
Moritz Bunkus
0e53fea12e Decode MP3 header from correct location in buffer
Also make sure that the MP3 header can be decoded correctly.
2012-08-06 19:04:14 +02:00
Moritz Bunkus
8cdbc223a7 Add ChangeLog message
Fully implements #753.
2012-08-05 16:03:02 +02:00
Moritz Bunkus
49ecf2a857 MPEG-1/-2 video: remove stuffing bytes
Implements #734.
2012-08-02 22:13:32 +02:00
Moritz Bunkus
cfecf3542b Calculate video B frame offset by counting B frames
Fixes #579.
2012-08-01 18:27:01 +02:00
Moritz Bunkus
c776c9c0b4 SRT: Accept spaces in timecode line arrows 2012-08-01 17:27:29 +02:00
Moritz Bunkus
9995c44148 VC1: only mark frames as I frames if a sequence header precedes them directly
Fixes #755.
2012-07-31 20:08:52 +02:00
Moritz Bunkus
80245c0107 Add Basque translation by Xabier Aramendi 2012-07-30 17:11:47 +02:00
Moritz Bunkus
b8c9f0b689 Don't try to create directories with empty names
Fixes working with Boost v1.50.0.
2012-07-20 18:23:09 +02:00
Moritz Bunkus
cd221e0220 ChangeLog update 2012-07-11 17:38:24 +02:00
Moritz Bunkus
b83edc91a4 Update version number, set release code name, add release message 2012-07-08 20:06:02 +02:00
Moritz Bunkus
1c4f9e37fe Use 64bit numbers as UIDs; don't overwrite chapter UIDs during verification
Fixes #760.
2012-07-08 19:43:27 +02:00
Moritz Bunkus
80030acf17 Stop processing after last part in "--split parts:..." has been processed
Implements #768.
2012-07-08 17:55:12 +02:00
Moritz Bunkus
51f657921d Always call the generic_packetizer_c::flush() method from derived classes
Fixes #772.
2012-06-29 14:58:48 +02:00
Moritz Bunkus
41f65932cf New icons by Ben Humpert 2012-06-17 19:11:57 +02:00
Moritz Bunkus
637bf39882 Calculate sample table from constant sample size if present
Fixes #764.
2012-06-05 23:09:10 +02:00
Moritz Bunkus
e53bbd6837 Skip tracks with empty chunk offset tables
Addresses #764.
2012-06-05 22:50:40 +02:00
Moritz Bunkus
3f7db06e3c Pause between polling the mkvmerge process
Otherwise polling all the time uses excessive amounts of CPU
power. Fixes #762.
2012-06-03 15:25:41 +02:00
Moritz Bunkus
39d7f879bd ChangeLog update 2012-06-01 21:45:38 +02:00
Moritz Bunkus
1cc6cb476f Wrong condition for AVI audio read error check
Fixes #759.
2012-06-01 21:43:24 +02:00
Moritz Bunkus
439f32ded7 Fix more spelling mistakes 2012-05-27 20:01:59 +02:00
Moritz Bunkus
f7cd58f8a6 Fix spelling mistake 2012-05-27 19:56:30 +02:00
Moritz Bunkus
ae28c298bd Add release message, set release code name, bump version number 2012-05-27 11:51:36 +02:00
Moritz Bunkus
1a22bee6fe Add Spanish translation for mmg's guide
Fixes #732.
2012-05-27 11:22:19 +02:00
Moritz Bunkus
4fb58b652a SRT: Accept colons as decimal separators
Fixes issue 754.
2012-05-20 18:08:23 +02:00
Moritz Bunkus
1a9e4716b2 Accept <Simple> tags with nested <Simple>, but without <String>/<Binary>
Fixes #725.
2012-05-13 22:46:12 +02:00
Moritz Bunkus
60e2a3029f Keep cluster timecodes strictly increasing if possible 2012-05-13 20:09:36 +02:00
Moritz Bunkus
c571e6608f Add Polish translation 2012-04-24 23:43:54 +02:00
Moritz Bunkus
428f5c17f6 Fix h.264 extraction: wrong size test condition 2012-04-16 15:38:09 +02:00
Moritz Bunkus
8e767ef8a6 Set next/previous/segment UID controls to existing values
Only if at least either the next or the previous segment UID is
present in the source file, and only if the user hasn't entered values
himself. Implements #733.
2012-04-09 12:33:46 +02:00
Moritz Bunkus
75d98e7909 List segment/next segment/previous segment UIDs in verbose ID mode for Matroska files 2012-04-09 11:19:40 +02:00
Moritz Bunkus
77b24f3422 Don't suffix output file name if only one output file will be created
Implements #743.
2012-04-09 09:50:18 +02:00
Moritz Bunkus
651cd256c4 Only drop NAL on NAL size too big errors 2012-04-09 09:34:59 +02:00
Moritz Bunkus
7112c1771c Accumulate discarded durations for multiple parts
Fixes #740.
2012-04-08 13:14:05 +02:00
Moritz Bunkus
32276b0705 Take discarded duration into account for segment duration calculation
Fixes #738.
2012-04-08 11:01:58 +02:00
Moritz Bunkus
a7dabdfe72 Take packet duration into account for calculating discarded duration
Fixes #742.
2012-04-08 10:19:17 +02:00
Moritz Bunkus
f93777258f ChangeLog update 2012-04-08 10:16:40 +02:00
Moritz Bunkus
b3d3f6f7ba ChangeLog udpate 2012-04-07 13:44:41 +02:00
Moritz Bunkus
11323520ac Set version code name, update version number, add release message 2012-04-06 18:28:41 +02:00
Moritz Bunkus
131a9d386b ChangeLog update 2012-04-06 18:02:45 +02:00
Moritz Bunkus
4c922ecbee List additional parts explicitly in mkvmerge's command line
Implements #731.
2012-04-06 15:31:22 +02:00