Commit Graph

317 Commits

Author SHA1 Message Date
Moritz Bunkus
0c1220c18a Bumped version number to 0.9.1. 2004-06-13 10:48:02 +00:00
Moritz Bunkus
392e93cdbc Handle charset conversion correctly. 2004-06-13 10:15:29 +00:00
Moritz Bunkus
cbdd217586 Delete the job file itself along with the job data. 2004-06-13 10:08:28 +00:00
Moritz Bunkus
34568cd17e Clarification 2004-06-12 17:32:14 +00:00
Moritz Bunkus
06bf5e3c16 Added an "always on top" option. 2004-06-12 17:22:14 +00:00
Moritz Bunkus
1a46dc1d7e Moved the MPEG4 pixel aspect extraction function to a new helper file. The AVI reader will report the display dimensions if they are different than the pixel dimensions with --identify-verbose (only if the video track is MPEG4 and contains the pixel aspect ratio in the bitstream). 2004-06-12 15:43:56 +00:00
Moritz Bunkus
870ac2a4a3 MP3 garbage detection has to use the proper offsets for MP3 header decoding. 2004-06-12 08:34:22 +00:00
Moritz Bunkus
28d202b31e Calculate the timecodes for frames in laces correctly if either the BlockDuration or DefaultDuration is present. 2004-06-08 19:57:54 +00:00
Moritz Bunkus
b7d6462430 Removed support for time slices. 2004-06-06 12:04:26 +00:00
Moritz Bunkus
73d092d6be Added a dialog for adding arbitrary command line options. 2004-06-06 11:32:07 +00:00
Moritz Bunkus
9403ab3134 Wrong test for OGM header packets. 2004-06-04 19:29:19 +00:00
Moritz Bunkus
e4c4dc68e2 Enable garbage audio sync for tracks read from AVI files. 2004-06-03 21:20:02 +00:00
Moritz Bunkus
f9f4bf5a50 Bumped version number to 0.9.0. 2004-05-31 21:30:47 +00:00
Moritz Bunkus
ce0c8a6986 Detect and handle the absence of comment packets in non-native streams (aka "AVI compatibility mode streams"). 2004-05-31 18:37:40 +00:00
Moritz Bunkus
44e92511fc Try to skip the first MP3 header found in the stream if the second one is not located directly behind the first one. Happens for MP3 streams in AVIs. 2004-05-29 15:20:06 +00:00
Moritz Bunkus
203abdad51 Always set the defalt_chapter_language. Otherwise newly created chapters might get no language associated with the name. Also: Select the proper tab for the chapter editor after the removal of the "advanced" tab. 2004-05-25 17:19:57 +00:00
Moritz Bunkus
a84492c95e Removed the "advanced" tab. 2004-05-25 16:22:32 +00:00
Moritz Bunkus
804ac7b02a Create the BITMAPINFOHEADER in an Endian safe way. 2004-05-25 12:52:18 +00:00
Moritz Bunkus
6113355d28 Moved the MPEG parser from the VobSub packetizer to the VobSub reader. The SPU packet assembly is done according to the SPU packet length stored in the first two bytes. The length is not calculated from the "timecode:" lines in the .idx file anymore. 2004-05-20 15:02:56 +00:00
Moritz Bunkus
3704157a17 Use GetStringSelection() instead of GetValue(). This will return the correct value on all OS. 2004-05-17 18:52:03 +00:00
Moritz Bunkus
d0cb2d1455 Calculate proper timecodes for positive Vorbis sync. 2004-05-15 13:56:19 +00:00
Moritz Bunkus
1d8ad9d1c9 Fix for compilation with wxWindows < 2.4.2. 2004-05-06 18:28:54 +00:00
Moritz Bunkus
edea6a83b6 Bumped version number to 0.8.9. 2004-05-06 17:47:45 +00:00
Moritz Bunkus
b3e31e9308 Ask before overwriting. Can be turned off. 2004-05-06 17:29:01 +00:00
Moritz Bunkus
9f41acc07a Implemented drag&drop onto the input, attachment and chapter editor tabs. 2004-05-04 21:46:28 +00:00
Moritz Bunkus
6c843c6dfd Updates 2004-05-02 15:40:19 +00:00
Moritz Bunkus
a519d8b84b Increased resolution for chapters to ns. 2004-04-30 16:42:59 +00:00
Moritz Bunkus
1386e61fa3 Fixes for compilation with gcc 3.4. 2004-04-26 19:45:13 +00:00
Moritz Bunkus
1a3985b181 Updates 2004-04-24 15:09:58 +00:00
Moritz Bunkus
15404ddb59 Depends on libebml 0.7.0 & libmatroska 0.7.0. Bumped version number to 0.8.8. 2004-04-23 17:03:08 +00:00
Moritz Bunkus
302e981225 Allow libmatroska to return/handle unknown elements. 2004-04-21 19:42:26 +00:00
Moritz Bunkus
0e7afca2a4 Pre-set the display dimensions for video tracks in Matroska files. 2004-04-14 22:05:29 +00:00
Moritz Bunkus
a1516ef81d Implemented reading AAC from AVIs. 2004-04-13 21:49:59 +00:00
Moritz Bunkus
88c7e93ff2 Updates 2004-04-11 20:42:40 +00:00
Moritz Bunkus
7aa838b332 Update 2004-04-11 09:48:20 +00:00
Moritz Bunkus
7c3415bef0 Ignore RM tracks with unknown MIME types. 2004-04-11 09:44:35 +00:00
Moritz Bunkus
b31a27345c Update 2004-04-09 12:40:26 +00:00
Moritz Bunkus
4f52818b0d Update 2004-04-06 21:41:29 +00:00
Moritz Bunkus
c57f755129 New version number 0.8.7. 2004-04-05 11:37:19 +00:00
Moritz Bunkus
3808e4bed2 Added a summary mode. 2004-04-03 11:16:26 +00:00
Moritz Bunkus
f2c3c75ab0 Extract the aspect ratio information from MPEG4 streams and set the display dimensions accordingly. 2004-03-27 20:39:18 +00:00
Moritz Bunkus
8359e5bf4f Use the current async.displacement value for timecode correction, not the initial_displacement. 2004-03-21 23:07:41 +00:00
Moritz Bunkus
5114937427 Added the extraction of RealVideo and RealAudio. 2004-03-21 16:25:41 +00:00
Moritz Bunkus
e0de8558fd First fully working job management. 2004-03-15 23:23:35 +00:00
Moritz Bunkus
5f6ace001d Bumped version number to 0.8.6. 2004-03-13 12:17:46 +00:00
Moritz Bunkus
ef01d41faa Accept streams whose comment packet is missing, e.g. files created by Cyrius' OGMuxer. 2004-03-13 10:49:50 +00:00
Moritz Bunkus
442e082b3c Report the LANGUAGE and TITLE tags for --identify-verbose. In mmg set the segment title to the first video track's TITLE for OGM files. 2004-03-10 08:57:39 +00:00
Moritz Bunkus
7448409aae Set the FourCC input field to the stored value when a track is selected. 2004-03-09 22:35:12 +00:00
Moritz Bunkus
346aa044b0 Keep tags when reading Matroska files. 2004-03-09 22:08:35 +00:00
Moritz Bunkus
ff7e9fceb9 Using only an int for the displacment with ns precision is too small a size. 2004-03-09 22:07:42 +00:00