Moritz Bunkus
ef273a74af
mkvextract: fix WAV block_align field for mono audio
...
Fixes #883 .
2013-06-24 20:04:34 +02:00
Ricardo Perdigão
7504275068
Translations: update Portuguese
2013-06-19 22:52:35 +02:00
Xabier Aramendi
9201319e24
Translations: update Basque
2013-06-19 22:48:48 +02:00
Moritz Bunkus
1524d9f41c
Man page re-build after Japanese translation update
2013-06-19 22:42:06 +02:00
Hiroki Taniura
111cb09496
Translations: update Japanese
2013-06-08 00:00:04 +09:00
Andriy Bilous'ko
08af4d4d8c
Translations: update Ukrainian
2013-06-02 19:44:00 +02:00
Hiroki Taniura
81c36bd828
Translations: update Japanese
...
Several errors fixed by OKANO Takayoshi.
2013-06-02 14:24:24 +09:00
Roberto Boriotti
f3108f8eec
Update italian translation
2013-05-27 20:07:16 +02:00
Moritz Bunkus
37076126f3
Translations: update list of translatables
2013-05-26 10:34:58 +02:00
Moritz Bunkus
657009eb8b
Added Portuguese translation
2013-05-26 10:34:36 +02:00
Moritz Bunkus
636ec5e197
Refactoring
2013-05-09 12:55:55 +02:00
Moritz Bunkus
0415419bea
AVC reader: don't output exception message by default
2013-05-09 12:52:35 +02:00
Andriy Bilous'ko
6a828290b0
Translations: update Ukrainian
2013-05-05 11:44:54 +02:00
Moritz Bunkus
83ef994e58
mkvmerge: refactoring: use option_with_source_c
2013-05-05 11:43:39 +02:00
Moritz Bunkus
e7dc5e2b9a
common: template class for options with source
2013-05-05 10:17:14 +02:00
Moritz Bunkus
72e0acc1e3
Fix unit tests...
...
No, I don't know why.
2013-05-05 10:13:16 +02:00
Moritz Bunkus
38b11bbce0
common: use stdlib's type traits instead of Boost's
2013-05-04 15:22:23 +02:00
Xabier Aramendi
2236ffddec
Translations: update Basque
2013-05-02 16:19:58 +02:00
Moritz Bunkus
7061447b0a
Tests: Intentional update due to c0dcbce
2013-05-02 16:17:58 +02:00
Moritz Bunkus
7442864e0d
Common: fix building with clang++
...
clang(++) doesn't support the type __float128. gcc's libstdc++ uses
that type but only if __STRICT_ANSI__ is not defined.
clang++ -std=c++11 does set __STRICT_ANSI__, but common.h #undefines
it due to other compilation issues with mingw in the past.
So include <type_traits> (in which __float128 occurs) before
#undefining __STRICT_ANSI__.
2013-05-02 16:08:26 +02:00
Moritz Bunkus
4f309cc9ca
build system: only add clang-specific flags for clang
2013-05-02 11:37:31 +02:00
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