Moritz Bunkus
|
55f75ea058
|
I'm lazy.
|
2007-01-04 19:18:47 +00:00 |
|
Moritz Bunkus
|
aebda38a61
|
Fix for duration calculation.
|
2007-01-04 19:02:34 +00:00 |
|
Moritz Bunkus
|
df0d359eee
|
Another option for hexdumping the first 16 bytes of each frame.
|
2007-01-04 19:01:33 +00:00 |
|
Moritz Bunkus
|
ea3730fdf1
|
Added an input for the new "NALU size length" parameter.
|
2007-01-04 15:11:53 +00:00 |
|
Moritz Bunkus
|
33bd766c2c
|
Avoid a memleak.
|
2007-01-04 13:42:44 +00:00 |
|
Moritz Bunkus
|
99e07e1cc2
|
The NALU size length can be overridden for AVC/h.264 elementary streams. It defaults to 2 which might not be enough for larger frames/slices.
|
2007-01-04 08:07:17 +00:00 |
|
Moritz Bunkus
|
837fb78d03
|
Renamed "nalu_size_size" to "nalu_size_length".
|
2007-01-03 20:45:38 +00:00 |
|
Moritz Bunkus
|
25df94521b
|
Support for AVC/h.264 elementary streams with short markers (0x00 0x00 0x01 instead of 0x00 0x00 0x00 0x01).
|
2007-01-03 20:39:04 +00:00 |
|
Moritz Bunkus
|
a4fd05dc2d
|
Updated the mmg guide with the new options.
|
2007-01-03 19:00:49 +00:00 |
|
Moritz Bunkus
|
0be060306a
|
Updated the pictures for the mmg guide.
|
2007-01-03 18:16:53 +00:00 |
|
Moritz Bunkus
|
d1bd482bed
|
Avoid a couple of compiler warnings.
|
2007-01-03 14:24:06 +00:00 |
|
Moritz Bunkus
|
50d99f5842
|
Do not throw exceptions here as it causes the C++ library to abort on at least one system (OpenBSD, gcc 3.3.5, BSD libc. Thanks for Antoine Jacoutot for testing.
|
2007-01-03 14:15:50 +00:00 |
|
Moritz Bunkus
|
2ceab2cbc0
|
Removed the "allow_avc_in_fvw_mode" hack.
|
2007-01-03 10:23:22 +00:00 |
|
Moritz Bunkus
|
44edf05bb6
|
Added "x264" to the list of recognized FourCCs for AVC/h.264 video in AVI and Matroska files.
|
2007-01-03 10:22:43 +00:00 |
|
Moritz Bunkus
|
df25abad2c
|
Initialize variables.
|
2007-01-03 08:59:03 +00:00 |
|
Moritz Bunkus
|
8955ef9388
|
Added support for proper muxing of AVC/h.264 tracks in Matroska files that were stored in the MS compatibility mode (CodecID V_MS/VFW/FOURCC instead of V_MPEG4/ISO/AVC).
|
2007-01-03 08:40:26 +00:00 |
|
Moritz Bunkus
|
8edcd9c63b
|
Do not save the address of objects directly stored in a vector. Invalid memory accesses might be the result.
|
2007-01-03 08:38:20 +00:00 |
|
Moritz Bunkus
|
a218df8bba
|
Added support for proper muxing of AVC/h.264 tracks in AVI files.
|
2007-01-02 12:17:12 +00:00 |
|
Moritz Bunkus
|
3e9466b618
|
Dump of the video extra data in verbose 4.
|
2007-01-01 20:03:23 +00:00 |
|
Moritz Bunkus
|
3ac2bec661
|
Avoid a warning about possible uninitialized variables.
|
2007-01-01 15:35:22 +00:00 |
|
Moritz Bunkus
|
20c3b55888
|
Wrong variable.
|
2007-01-01 15:33:54 +00:00 |
|
Moritz Bunkus
|
616be8e6a6
|
Added support for reading AVC/h.264 elementary streams.
|
2007-01-01 14:28:27 +00:00 |
|
Moritz Bunkus
|
e4cd3b223d
|
Allow the controls on the right of the "format specific options" page to be smaller than their default. This results in the left and the right side being equally wide.
|
2006-12-31 11:43:20 +00:00 |
|
Moritz Bunkus
|
2a09b425f4
|
GetSize() is already the size of the element's contents without its head.
|
2006-12-30 20:38:48 +00:00 |
|
Moritz Bunkus
|
6814abd769
|
Revert of r3400: These track types are still unsupported. So list "unsupported" instead of their true types.
|
2006-12-30 19:53:52 +00:00 |
|
Moritz Bunkus
|
a21cead679
|
Updates
|
2006-12-30 19:47:00 +00:00 |
|
Moritz Bunkus
|
621d2e83f2
|
Some more AVI audio types.
|
2006-12-30 19:34:45 +00:00 |
|
Moritz Bunkus
|
05bf08b91a
|
If the user selects "File -> New" then clear and deactivate all inputs.
|
2006-12-30 19:28:01 +00:00 |
|
Moritz Bunkus
|
18b0e48b10
|
Don't deactivate the "generic/format specific options" notebook if no track is selected.
|
2006-12-30 17:44:24 +00:00 |
|
Moritz Bunkus
|
b0f64aa5ee
|
Possibly uninitialized variable.
|
2006-12-30 17:14:32 +00:00 |
|
Moritz Bunkus
|
8764f4700a
|
Experimental option to specify an offset into the data buffer held by a memory_c instance as to avoid memcpys.
|
2006-12-30 13:17:42 +00:00 |
|
Moritz Bunkus
|
134a64ca60
|
Always initialize all elements of the real_demuxer_t structure.
|
2006-12-30 12:56:33 +00:00 |
|
Moritz Bunkus
|
7b2ccb5e34
|
If the "use_simpleblock" hack is engaged then check if the current packet requires writing a duration to the file. In such cases always use a normal BlockGroup because SimpleBlocks do not support durations. Fix for Bugzilla #215.
|
2006-12-29 07:27:53 +00:00 |
|
Moritz Bunkus
|
7de8a15167
|
Change the wording on the warning regarding if non-MP3 / non-AC3 data is found which is not directly at the beginning. Fix for Bugzilla #214.
|
2006-12-28 15:25:22 +00:00 |
|
Moritz Bunkus
|
54b22a6ff7
|
Some RealAudio tracks might not have the key frame flags set at all.
|
2006-12-28 14:11:19 +00:00 |
|
Moritz Bunkus
|
820e957e7e
|
Get the currently selected file and track from the actual controls and do not rely on wxWidgets to always work one way. Fixes a segfault occuring after removing a file for which a track was still selected.
|
2006-12-27 13:18:26 +00:00 |
|
Moritz Bunkus
|
da2ab40904
|
Update
|
2006-12-27 13:16:00 +00:00 |
|
Moritz Bunkus
|
2fbecdda68
|
Use both the SetValue() and the SetSelection() functions for ComboBoxes as otherwise they will not emit a "changed" event in certain cases on Windows.
|
2006-12-27 11:50:36 +00:00 |
|
Moritz Bunkus
|
5f42409744
|
A fix for compilation with Qt < 4.2.0.
|
2006-12-08 16:29:26 +00:00 |
|
Moritz Bunkus
|
f83d319946
|
Ignore a couple of automatically generated files.
|
2006-12-08 16:24:36 +00:00 |
|
Moritz Bunkus
|
16626e1170
|
Added a Qt version of mkvinfo's GUI (is not enabled by default, add "--enable-qt" to configure).
|
2006-11-28 17:58:30 +00:00 |
|
Moritz Bunkus
|
b775f7545e
|
Allow the user to tell mkvmerge that an AAC track is not SBR.
|
2006-11-26 13:07:52 +00:00 |
|
Moritz Bunkus
|
7099d9b832
|
Cosmetics.
|
2006-11-25 17:29:37 +00:00 |
|
Moritz Bunkus
|
6f5b2027f0
|
More renaming of wxWindows in wxWidgets.
|
2006-11-25 08:35:07 +00:00 |
|
Moritz Bunkus
|
6740661040
|
Bumped the version number to 1.8.1 and updated the release code name.
|
2006-11-25 08:11:31 +00:00 |
|
Moritz Bunkus
|
db17b2995d
|
Allow for some track properties to be changed even if the track is being appended. This is especially important for things that modify the input characteristics like the subtitle charset. Fix for Anthill bug 216.
|
2006-11-24 16:57:23 +00:00 |
|
Moritz Bunkus
|
82d4b81b2f
|
Renamed my foreach macro due to name clashes with other libraries.
|
2006-11-23 15:56:44 +00:00 |
|
Moritz Bunkus
|
671193fdb7
|
Allow the user to tell configure which wx-config executable to use.
|
2006-11-19 19:33:18 +00:00 |
|
Moritz Bunkus
|
dc9340391e
|
Missing right bracket.
|
2006-11-19 19:31:53 +00:00 |
|
Moritz Bunkus
|
7c32414d40
|
Use AC_HELP_STRING for formatting the help messages.
|
2006-11-19 19:06:23 +00:00 |
|