Commit Graph

6549 Commits

Author SHA1 Message Date
Moritz Bunkus
c0dcbcea97 Avoid potentially accessing uninitialized values 2013-05-02 11:35:01 +02:00
Moritz Bunkus
b48fd7c897 Fix release date in ChangeLog 2013-04-28 09:39:21 +02:00
Moritz Bunkus
cc620fbaa5 Avoid narrowing conversion error 2013-04-28 09:39:21 +02:00
Moritz Bunkus
d04a793151 Remove unused code 2013-04-28 09:36:00 +02:00
Moritz Bunkus
94bfa5daf1 Bump version number, set release code name, add release message 2013-04-27 18:23:32 +02:00
Moritz Bunkus
4bca38dd44 update man page translatables & build updated Chinese man pages 2013-04-27 18:22:19 +02:00
Moritz Bunkus
a44d8364c8 AVC/h.264 output: use modified AVCC in packetized code path
Fixes #868.
2013-04-27 17:45:27 +02:00
Moritz Bunkus
8288f254dd Refactoring 2013-04-27 14:17:37 +02:00
Moritz Bunkus
aeeac1c5fd Cosmetics: no tabs! 2013-04-27 13:00:58 +02:00
Dean Lee
b857a89011 Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2013-04-23 16:22:37 +08:00
Dean Lee
36925a5b2d Translations: update Chinese Simplified 2013-04-23 15:39:34 +08:00
BouRock
3f7539585f Translations: update Turkish 2013-04-21 19:56:55 +02:00
Dong-Jun Wu
38a3c42b5f Translations: update Chinese Traditional 2013-04-21 19:56:44 +02:00
DenB
cc0e19a992 Translations: update French 2013-04-19 00:16:57 +02:00
Israel Lucas Torrijos
0d78baf0ee Translations: update Spanish 2013-04-19 00:16:49 +02:00
Roberto Boriotti
058bfaa2dc Update italian translation 2013-04-18 19:11:11 +02:00
Moritz Bunkus
4d227966a3 Translations: update list of translatables 2013-04-17 13:53:52 +02:00
Moritz Bunkus
6b84c3ee86 mmg: handle all command line arguments (e.g. add all files)
Fixes #867.
2013-04-16 20:02:28 +02:00
Moritz Bunkus
b4f6ab84f7 Fix compilation with gcc 4.6.x 2013-04-16 16:15:36 +02:00
Moritz Bunkus
6a54c4a003 ChangeLog update 2013-04-16 13:58:01 +02:00
Moritz Bunkus
cf56641708 mkvmerge: sort cue entries 2013-04-16 12:23:14 +02:00
Moritz Bunkus
0682035b83 mkvmerge: store cues in a normal vector instead of KaxCues
Means a huge decrease in memory usage. Fixes #871.
2013-04-16 10:23:56 +02:00
Moritz Bunkus
52710b5bea Helper function for writing an EBML element's head (ID + size fields) 2013-04-15 22:43:00 +02:00
Moritz Bunkus
6a187a8702 mm_mem_io_c: get_buffer() for r/w instances 2013-04-15 22:43:00 +02:00
Moritz Bunkus
3cb1ed9e65 Cues rendering: reset num of processed cue entries when creating a new file 2013-04-15 22:41:53 +02:00
Moritz Bunkus
d98aaaae4f Don't sort cues in a bogus way 2013-04-15 21:58:41 +02:00
Moritz Bunkus
c8faa01dc1 FLV reader: read CTS offset as a signed integer
See specs, chapter 1, description of the AVCVIDEOPACKET structure.
2013-04-14 11:55:40 +02:00
Moritz Bunkus
8380e406e1 mm_io_c: add read_int64_be() 2013-04-14 11:50:45 +02:00
Moritz Bunkus
81ae6c52d8 Refactoring: DTS code cleanup, alignment, simplification, prettyfication 2013-04-13 23:30:49 +02:00
Moritz Bunkus
8c8823af38 mkvinfo: don't report "first timecode after resync..." 2013-04-13 23:26:27 +02:00
Moritz Bunkus
50b4793ed9 DTS parsing: don't warn about incompatible encoder revisions
Fixes #866.
2013-04-13 22:59:25 +02:00
Moritz Bunkus
65aaf8f2e2 mkvextract: output timecodes right before/after resync 2013-04-13 22:00:34 +02:00
Moritz Bunkus
7f83fd84ad Tests: add case for e2a5843 2013-04-13 21:42:08 +02:00
Moritz Bunkus
db5cb39158 installer: don't add install dir to PATH environment variable 2013-04-13 20:02:36 +02:00
Moritz Bunkus
e2a5843bc2 AAC common: fix parsing of AudioSpecificConfig
Actually parse the GASpecificConfig and the ProgramConfigElement if
channel configuration is set to 0.

Fixes #872.
2013-04-13 19:38:06 +02:00
Moritz Bunkus
ed7f1c62ef Refactoring: rename bit_cursor_c to bit_reader_c 2013-04-13 19:38:06 +02:00
Moritz Bunkus
8af42f2a85 build system: avoid certain warnings with clang & libstdc++ 2013-04-13 19:38:06 +02:00
Moritz Bunkus
74285cb4a1 bit_cursor_c: new convenience functions get_remainig_bits(); skip_bit() 2013-04-13 19:38:06 +02:00
Moritz Bunkus
e6a83a69ec bit_cursor_c: fix byte-alignment function 2013-04-13 19:38:06 +02:00
Moritz Bunkus
4227ac343c AAC common: convert mxverb() to mxdebug() 2013-04-13 19:38:06 +02:00
Moritz Bunkus
dcd91d9513 Debugging: class for delayed one-time debugging_requested() handling 2013-04-13 19:38:06 +02:00
Hiroki Taniura
e70f65f859 Translations: update Japanese 2013-04-12 22:37:53 +09:00
Moritz Bunkus
e9914b24ba Refactoring: use memory_cptr for codec private storage/passing 2013-04-19 15:14:06 +02:00
Roberto Boriotti
a129c935b5 Update italian translation 2013-04-10 20:20:17 +02:00
Moritz Bunkus
536e47a11e Translations: update translatables & update German 2013-04-09 23:03:27 +02:00
Moritz Bunkus
479b1e237e mmg: include mks in the extension list when loading chapter files 2013-04-09 23:01:19 +02:00
Moritz Bunkus
09f1dd4291 mmg: Load chapters from Matroska files in read-only mode 2013-04-09 22:59:35 +02:00
Daniel
ab8e77a870 Translations: update Polish 2013-04-09 22:30:31 +02:00
Roberto Boriotti
8ff63c49f2 Update italian translation 2013-04-09 06:56:57 +02:00
Xabier Aramendi
fd139bf47b Translations: update Basque 2013-04-07 13:10:27 +02:00