Commit Graph

5253 Commits

Author SHA1 Message Date
Moritz Bunkus
f9da63dd49 Build system: remove included copy of Boost's property tree library 2011-10-23 21:01:12 +02:00
Moritz Bunkus
6ab332d36d Build system: require at least Boost 1.46.0 2011-10-23 20:46:31 +02:00
Moritz Bunkus
5020191b52 Refactoring: more of "use C++11 features instead of mxforeach()" 2011-10-23 20:36:27 +02:00
Moritz Bunkus
e13f02d8b6 Build system: define HAVE_CURL_EASY_H it curl is found via pkg-config
Fix regression introduced in eb846ed8 when curl detection was changed
from AC_CHECK_HEADER() to pkg-config.
2011-10-23 20:23:10 +02:00
Moritz Bunkus
8be471834f Help text: only output --check-for-updates if compiled with libcurl 2011-10-23 20:20:33 +02:00
Moritz Bunkus
4f5d17c661 Build system: don't check for HAVE_ZLIB_H
zlib is a required component (configure aborts if it isn't found)
anyway.
2011-10-23 20:16:55 +02:00
Moritz Bunkus
dd099f0c99 Fix linking of static libmagic with mingw 2011-10-23 18:08:16 +02:00
Moritz Bunkus
079939ea2a Installer: Remove DLLs as new builds will be static 2011-10-23 18:07:18 +02:00
Moritz Bunkus
02547c1567 Fix compilation with mingw 2011-10-23 15:16:27 +02:00
Moritz Bunkus
088102b8d6 Refactoring: C++11 features instead of mxforeach() as much as possible 2011-10-23 14:03:38 +02:00
Moritz Bunkus
723f10a2f3 Use range-based for loops instead of BOOST_FOREACH() 2011-10-23 14:03:37 +02:00
Moritz Bunkus
13aacdf0c0 Pass flag "-std=c++0x" if the compiler supports it 2011-10-23 14:03:37 +02:00
Moritz Bunkus
b0e96e3b5d Test for support for required C++11 features 2011-10-23 14:03:37 +02:00
Moritz Bunkus
34fe08e459 Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-10-23 13:56:43 +02:00
Moritz Bunkus
b1d40af895 Library detection: notify properly if libmagic is not found 2011-10-23 13:46:28 +02:00
Moritz Bunkus
72b547b836 Detection: link iconv for libintl
Sometimes required for mingw32 cross-builds
2011-10-23 00:10:50 +02:00
Moritz Bunkus
eb846ed82e Build system: use pkg-config's own macros for library detection where possible 2011-10-23 00:07:36 +02:00
Luther Stickell
a6321405c4 Update the Italian translation 2011-10-22 21:57:17 +02:00
Moritz Bunkus
5ad9ffd90d MPEG TS: Remove bit fields
How the compiler lays out bit fields is implementation-dependent. For
example, on Big Endian systems gcc reverses their order compared to
Little Endian systems.
2011-10-22 16:07:59 +02:00
Moritz Bunkus
4b243fe48e Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-10-22 14:04:36 +02:00
Moritz Bunkus
08e6af5c83 Tests: add test case for AAC in MPEG TS 2011-10-22 14:04:28 +02:00
Hiroki Taniura
3d2752f3e1 Update the Japanese translation 2011-10-22 20:58:34 +09:00
Moritz Bunkus
ff3f645719 MPEG transport streams: Implement support for AAC tracks 2011-10-22 13:49:51 +02:00
Moritz Bunkus
695c85b724 Add "to_string()" helper function to the AAC header struct 2011-10-22 13:49:31 +02:00
Moritz Bunkus
ffe3c630de Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-10-22 13:28:13 +02:00
Moritz Bunkus
a464353b85 Cosmetics 2011-10-22 13:28:09 +02:00
Luther Stickell
8e53e22fd1 Update the Italian translation 2011-10-22 13:03:28 +02:00
Moritz Bunkus
77455a85c9 Update translation files with translatable strings 2011-10-22 12:31:40 +02:00
Moritz Bunkus
1c820308bb Merge pull request #3 from stickell/master
Generic messages
2011-10-22 03:26:45 -07:00
Moritz Bunkus
3a6fefcfaa Quote AC_LANG_PROGRAM properly 2011-10-21 21:09:19 +02:00
Moritz Bunkus
6d6c0ffe60 Intentional update due to 2810ef27 and 3faec33a 2011-10-21 20:12:47 +02:00
Moritz Bunkus
dcd9ba154f Add range and regex based methods of running tests 2011-10-21 20:12:04 +02:00
Moritz Bunkus
b99691eddb Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2011-10-21 19:25:28 +02:00
Moritz Bunkus
5a6da996b7 Intentional update due to 4f2101b 2011-10-21 19:25:18 +02:00
Luther Stickell
78b4b87106 Generic message: Could not read the source file 2011-10-21 15:15:08 +02:00
Luther Stickell
d4f7e94d5c Source is not a valid %1% file 2011-10-21 15:11:55 +02:00
Luther Stickell
6dd2e69b2f Generic message: Could not read %1% bytes 2011-10-21 15:03:18 +02:00
Luther Stickell
aba8966dc2 Generic message: Could not read all header packets 2011-10-21 14:57:30 +02:00
Luther Stickell
d3b0071b9a Generic message: Could not open the file 2011-10-21 14:51:26 +02:00
Luther Stickell
08c16291a2 Generic message: Could not open the source file 2011-10-21 14:44:41 +02:00
Luther Stickell
3faec33a7e Update the Italian translation 2011-10-21 14:01:01 +02:00
Hiroki Taniura
2810ef27ec Update the Japanese translation 2011-10-21 19:40:24 +09:00
Moritz Bunkus
4f2101b56f Update translation files after show_(demuxer|packetizer)_info() API change 2011-10-21 10:09:01 +02:00
Moritz Bunkus
563a5a0a5d More API usage changes (show_packetizer_info()) 2011-10-21 10:00:03 +02:00
Moritz Bunkus
fe4a44d889 Implement show_demuxer_info()/show_packetizer_info() for subtitle readers 2011-10-19 09:21:13 +02:00
Moritz Bunkus
769f4ff34f Fix compilation after ec3be3e 2011-10-19 09:05:15 +02:00
Luther Stickell
ec3be3e034 Implementation of the new generic functions for easier translation 2011-10-17 13:57:19 +02:00
Moritz Bunkus
b488c40a7f VP8: Relax concatenation compatibility checks 2011-10-17 09:41:42 +02:00
Moritz Bunkus
a753d67ec0 Fix compiler signedness warnings 2011-10-16 22:50:10 +02:00
Moritz Bunkus
d1e8caaa4b WAV reader: Make DTS detection more resilient 2011-10-16 22:44:47 +02:00