Moritz Bunkus
a2ace0d1b3
Skip empty lines at the beginning of SRT files
2010-03-03 19:11:31 +01:00
Moritz Bunkus
55cb667876
Fixed wrong return values
2010-03-03 19:05:24 +01:00
Moritz Bunkus
970d075337
Compatibility with OpenSolaris' sed
2010-03-02 19:16:29 +01:00
Moritz Bunkus
fee9d41ea5
ChangeLog update
2010-03-02 17:57:48 +01:00
Moritz Bunkus
6d3db5e80f
Fix ioctl detection & compilation on OpenSolaris
2010-03-02 17:56:50 +01:00
Moritz Bunkus
ed986f4545
Fix compilation on OpenSolaris
2010-03-02 17:56:36 +01:00
Moritz Bunkus
77cd75b188
Added a virtual destructor for virtual classes
2010-03-02 17:37:03 +01:00
Moritz Bunkus
ea2233334e
Fix shell quoting for OpenSolaris' ksh
2010-03-02 16:38:36 +01:00
Moritz Bunkus
4c7727a071
"echo -e" is not portable (OpenSolaris with ksh)
2010-03-02 16:04:01 +01:00
Moritz Bunkus
dc6ffac2cc
Using "find -maxdepth" is not portable
2010-03-02 16:03:35 +01:00
Moritz Bunkus
076aa42642
Updated the Japanese translation
2010-03-01 18:32:15 +01:00
Moritz Bunkus
0f0a07ed6d
Changed a couple of experssions
2010-03-01 16:29:10 +01:00
Moritz Bunkus
e3ed76e6d5
Prefixed member variables with m_
2010-03-01 16:19:54 +01:00
Moritz Bunkus
7e701a8fa7
Renamed 'set_iconv_handle()' to 'set_charset_converter()'
2010-02-27 21:13:08 +01:00
Moritz Bunkus
e9ef6cd7ff
Prefixed member variables with m_
2010-02-27 01:55:29 +01:00
Moritz Bunkus
19ec8220c4
Prefixed member variables with m_
2010-02-26 20:30:51 +01:00
Moritz Bunkus
8bcb87ce67
ChangeLog update
2010-02-26 12:10:32 +01:00
Moritz Bunkus
e912ec0b1b
Remove the APPDATA\jobs directory during uninstallation
...
Fix for bug 474.
2010-02-26 12:04:33 +01:00
Moritz Bunkus
2c6d6c9625
Write proper granulepos values for Vobis in Ogg
2010-02-26 11:42:22 +01:00
Moritz Bunkus
fa81e632b6
Fallback to "C" locale if selected locale is not supported
2010-02-24 16:32:29 +01:00
Moritz Bunkus
0cff60d8ff
Fixed timecode, tag & chapter handling
2010-02-24 12:42:55 +01:00
Moritz Bunkus
54ac8b4248
Moved debug flag storage to member variables
2010-02-24 12:42:36 +01:00
Moritz Bunkus
27e59d428c
Fallback to "C" if "en_US" locale is not available
2010-02-23 16:06:25 +01:00
Moritz Bunkus
b0734bd530
ChangeLog update
2010-02-23 15:50:57 +01:00
Moritz Bunkus
e7076fbf90
Improved error resilience by using kax_file_c
2010-02-23 15:50:01 +01:00
Moritz Bunkus
14eb53f77d
Handling of global EBML elements (EbmlVoid, EbmlCrc32)
2010-02-23 15:49:47 +01:00
Moritz Bunkus
e715575494
Extended for reading EBML IDs
2010-02-23 15:49:24 +01:00
Moritz Bunkus
49f4080d66
Let the compiler handle freeing the memory.
2010-02-23 12:13:13 +01:00
Moritz Bunkus
c9b964a363
Renamed member variables to have a "m_" prefix.
2010-02-23 12:03:10 +01:00
Moritz Bunkus
d772cbeebd
Code simplification
2010-02-23 11:56:41 +01:00
Moritz Bunkus
4899a2dc45
Removed surplus variables
2010-02-23 11:25:08 +01:00
Moritz Bunkus
87815ef4af
Improved error resilience when reading Matroska files
2010-02-23 11:23:18 +01:00
Moritz Bunkus
98a10f6db8
A class for high level Matroska reading including resync
2010-02-23 11:23:06 +01:00
Moritz Bunkus
b842158395
Simple class for reading/storing variable length integers
2010-02-23 11:22:50 +01:00
Moritz Bunkus
524ae7fd08
ChangeLog update
2010-02-20 20:09:56 +01:00
Moritz Bunkus
e3515b1728
Handle chapter tracks with UTF-16 encodings
2010-02-20 20:09:21 +01:00
Moritz Bunkus
6831b20009
Allow BOM detection when converting to UTF-8
2010-02-20 20:08:49 +01:00
Moritz Bunkus
2bb6695c2d
Moved BOM detection into its own set of functions
2010-02-20 20:08:33 +01:00
Moritz Bunkus
fafc5098e1
Properly read the first n frames
...
Don't skip frames, don't read frames multiple times.
2010-02-19 17:10:46 +01:00
Moritz Bunkus
6bacc6d864
Removed debug code
2010-02-19 17:00:03 +01:00
Moritz Bunkus
7e399edf91
Handle h264 ES streams with CodecID V_MPEG4/ISO/AVC
2010-02-19 16:58:08 +01:00
Moritz Bunkus
149e025e94
Include examples in Debian/Ubuntu packages
2010-02-19 15:12:23 +01:00
Moritz Bunkus
4c40fc423d
Re-create missing AVCC CodecPrivate element for h.264/AVC tracks
...
Fix for bug 470.
2010-02-18 21:25:33 +01:00
Moritz Bunkus
92182889be
Also read frames that aren't covered by edit lists
...
x264 creates edit list entries for some of the frames in a file. The
remaining frames (which are the vast majority) must be copied as well
but their timecodes don't need adjustment.
2010-02-18 20:11:42 +01:00
Moritz Bunkus
f422e67825
Updated the Japanese translation.
2010-02-17 14:57:26 +01:00
Moritz Bunkus
a8349614b2
Use 'tr -d' instead of 'echo -n'.
...
The 'echo' on Mac OS does not support '-n'.
2010-02-13 21:05:49 +01:00
Moritz Bunkus
13ef06e046
Fixes for compilation with older versions from the wxWidgets 2.8.x series
2010-02-12 16:43:41 +01:00
Moritz Bunkus
5c49851405
Removed compatibility code for wxWidgets < 2.8.0
2010-02-12 15:24:48 +01:00
Moritz Bunkus
7bfb8fe56f
Added the release message.
2010-02-12 10:24:07 +01:00
Moritz Bunkus
9c8e760246
Require wxWidgets 2.8.0 or newer.
2010-02-12 10:23:46 +01:00