Commit Graph

18 Commits

Author SHA1 Message Date
Moritz Bunkus
e7dc5e2b9a common: template class for options with source 2013-05-05 10:17:14 +02:00
Moritz Bunkus
db53e91cc1 mmg: implement playlist scan/selection 2013-02-24 11:03:16 +01:00
Moritz Bunkus
d81a850690 Fix FourCC human readable test for (C) sign 2013-02-16 22:07:48 +01:00
Moritz Bunkus
de66a66e8b fourcc_c: new functions shift_read(); equiv() for std::vector<std::string>; human_readable() 2013-02-16 00:00:29 +01:00
Moritz Bunkus
95548b5f9a Refactoring: use fourcc_c class in FLV reader 2013-01-21 14:17:24 +01:00
Moritz Bunkus
cc1c3ade47 fourcc_c: ctor{}, operator bool, reset(), equiv(), fix str() 2012-12-28 20:08:06 +01:00
Moritz Bunkus
f300732b1e fourcc_c: add helper class for FourCC codes 2012-12-28 15:37:05 +01:00
Moritz Bunkus
ec41cc40d9 mm_io exceptions: refactoring: include std::error_code member 2012-12-20 21:47:19 +01:00
Moritz Bunkus
5f0189dcfb Add unit tests for the ebml_converter_c based classes 2012-12-05 22:39:25 +01:00
Moritz Bunkus
ec4c1c19e9 Do not write EBML void elements to XML files
Fixes #801.
2012-12-02 17:45:30 +01:00
Moritz Bunkus
b18b3b095d Fix cons_impl() template for all cases of (w)char*/(w)string 2012-09-07 15:38:00 +02:00
Moritz Bunkus
bbe876c7bd Conditional construction 2012-08-26 16:23:50 +02:00
Moritz Bunkus
985211760f Add function for reading the whole file in one go 2012-08-26 15:32:17 +02:00
Moritz Bunkus
bff0d7e6d4 Move construct.h to common 2012-08-26 12:41:04 +02:00
Moritz Bunkus
78fa9e04cf Always build unit tests if gtest is available 2012-08-26 12:36:14 +02:00
Moritz Bunkus
c1fa6f0381 Unit tests for constructing and comparing EBML hierarchies 2012-08-21 19:03:01 +02:00
Moritz Bunkus
1cd37eb212 Common init code for test cases; start of unit tests for propedit 2012-08-15 09:16:52 +02:00
Moritz Bunkus
6a2698f5ec Split single unit test directory into multiple ones
The goal is to enable testing of application specific files, e.g. for
mkvpropedit.
2012-08-13 20:41:35 +02:00