Commit Graph

4986 Commits

Author SHA1 Message Date
Moritz Bunkus
41f42f2b2f Added Lithuanian translation to available languages, ChangeLog & AUTHORS 2011-08-24 12:37:57 +02:00
Moritz Bunkus
054b154f26 Updates to the Lithuanian translation 2011-08-24 12:27:27 +02:00
Moritz Bunkus
9157575430 rake translations:update 2011-08-19 09:23:45 +02:00
Moritz Bunkus
ffa513da4f The start of a Latvian translation 2011-08-19 09:22:02 +02:00
Moritz Bunkus
3c7c4d875d No executable bit for po files 2011-08-19 09:21:33 +02:00
Moritz Bunkus
a5b89e2797 Tell Boost that all std::strings use UTF-8 2011-08-10 09:24:56 +02:00
Moritz Bunkus
342765d5b6 Removed included version of boost::exception
It's bundled in 1.36.0, and 1.36.0 is required already
2011-08-08 21:51:02 +02:00
Moritz Bunkus
027e4679fe Don't check for certain Boost headers
mkvtoolnix has a general version number check for Boost. Don't check
for those headers that should had been introduced by that version
already.
2011-08-08 16:16:53 +02:00
Moritz Bunkus
57e5c2dc08 File renaming 2011-08-08 16:06:07 +02:00
Moritz Bunkus
068ebf0df2 Honor --with-boost when checking for Boost headers 2011-08-08 16:02:02 +02:00
Moritz Bunkus
c86c66e70e Use boost::algorithm::string instead of my own starts_with()/starts_with_case() 2011-08-08 13:17:27 +02:00
Moritz Bunkus
245eda7bd3 Use boost::algorithm::string instead of my own downcase()/upcase() 2011-08-07 22:26:42 +02:00
Moritz Bunkus
10ccb35711 configure check for boost::algorithm::string 2011-08-07 22:26:20 +02:00
Moritz Bunkus
155e0a3170 Don't buffer write operations when extracting SRT and USF subtitles 2011-08-05 12:33:57 +02:00
Moritz Bunkus
da161a432b CSS & build rules for the developer documentation 2011-08-03 22:32:47 +02:00
Moritz Bunkus
da4be2065d Developer documentation update 2011-08-03 17:48:15 +02:00
Moritz Bunkus
f96b1e6ded Added some developer documentation 2011-08-02 12:31:09 +02:00
Moritz Bunkus
93d0b9f3af Made multi file name detection regex stricter 2011-08-02 10:50:21 +02:00
Moritz Bunkus
3a14b78edf Automatic update of translatable strings 2011-08-01 11:34:42 +02:00
Moritz Bunkus
8aa1bc2faa Tell boost::filesystem::path that std::string paths are UTF-8 encoded on Windows 2011-07-31 23:28:46 +02:00
Moritz Bunkus
ce41eae86e Don't write several header elements in WebM mode 2011-07-31 12:25:09 +02:00
Moritz Bunkus
d665607b3d drake after Japanese man page translation update 2011-07-31 11:52:52 +02:00
Hiroki Taniura
6182771e5b Update to the Japanese translation of the man pages 2011-07-24 17:06:03 +09:00
Moritz Bunkus
67c1d41ac9 Doc update about command line charset handling on Windows 2011-07-22 20:34:43 +02:00
Moritz Bunkus
d671d86c7f Cache read operations during file identification 2011-07-19 20:12:23 +02:00
Moritz Bunkus
1002dc22cd Skip 'skip' atoms during file identification of QuickTime/MP4 files 2011-07-19 15:18:42 +02:00
Moritz Bunkus
4a341361bf Enable optional frame type detection for DIV3/DIVX 2011-07-17 12:30:16 +02:00
Moritz Bunkus
fbccd2268b Check AVI_read_audio_chunk() result before using it
Fix for bug 646.
2011-07-13 20:10:54 +02:00
Moritz Bunkus
13a46b995b Update to libebml 1.2.1, libmatroska 1.2.0, revision 787 2011-07-11 22:17:40 +02:00
Moritz Bunkus
2e99e16b95 Removed set but unused variables 2011-07-11 22:09:07 +02:00
Moritz Bunkus
fc8738f900 Version number bump to 4.9.1, release message, release code name 2011-07-11 20:38:51 +02:00
Moritz Bunkus
da8aceb543 ChangeLog update 2011-07-11 16:36:16 +02:00
Moritz Bunkus
b044d2da28 Avoid never ending recursive calls due to wrong #defines
gcc 4.4.x mingw contains a strncasecmp() implementation that already
calls _strnicmp(). Also common/os.h already defines
strncasecmp. Defining it a second time leads to a never ending
recursive call.

Fix for bug 642.
2011-07-11 15:52:47 +02:00
Moritz Bunkus
d50315e0fd Windows build documentation update 2011-07-11 14:14:51 +02:00
Moritz Bunkus
2b4feb5748 Speed up DV detection 2011-07-11 09:44:50 +02:00
Moritz Bunkus
a5f3f24b8a Use sed instead of patch for OpenSuSE builds 2011-07-10 23:34:23 +02:00
Moritz Bunkus
9cded0d286 Fix maxlen' parameter for starts_with' and `starts_with_case' 2011-07-10 18:16:40 +02:00
Moritz Bunkus
1b056edd9c Version number bump, release message, release code name 2011-07-10 00:13:36 +02:00
Moritz Bunkus
4d808cc8c5 Recognize DV files as unsupported
Fix for bug 630.
2011-07-09 15:48:20 +02:00
Moritz Bunkus
ce72b218ce Fix handling block groups with a duration of 0 2011-07-09 14:45:10 +02:00
Moritz Bunkus
ab07144c9b Preparation for better handling of packet.duration == 0 2011-07-09 14:31:48 +02:00
Moritz Bunkus
7f0945e13d Intentional update due to translation updates 2011-07-09 13:57:28 +02:00
Moritz Bunkus
490e3d2dbd Fix warning in doc translation 2011-07-08 12:32:40 +02:00
Moritz Bunkus
9d72b0e096 Updates to the Italian translation 2011-07-08 12:28:43 +02:00
Moritz Bunkus
859dc6d199 Merge branch 'wxwidgets-2.9-fixes' 2011-07-08 12:12:40 +02:00
Moritz Bunkus
d95db41b74 Allow compilation with wxWidgets 2.9.x again 2011-07-08 12:11:56 +02:00
Moritz Bunkus
b35bc8ef07 Don't create hypertext controls with both label and URL empty 2011-07-08 11:26:08 +02:00
Moritz Bunkus
9686563be8 Fix format/arg types 2011-07-08 11:19:51 +02:00
Moritz Bunkus
cda3b851f2 Use the normal wxComboBox class for wxWidgets 2.9.x 2011-07-08 11:19:44 +02:00
Moritz Bunkus
0a5b12afac Fix wrong notebook page ID for showing the chapter page 2011-07-08 10:34:01 +02:00