tagparser/matroska
Martchus d48722f26c Fix unity builds
* Define `CHRONO_UTILITIES_TIMESPAN_INTEGER_SCALE_OVERLOADS` consistently
  with all necassary changes
* Avoid ambiguity between enum members and certain class/struct names
2024-01-30 23:31:15 +01:00
..
ebmlelement.cpp Use generic `toInt()` function which relies less on compiler optimizations 2023-05-18 00:52:28 +02:00
ebmlelement.h Fix warnings 2021-03-20 21:26:25 +01:00
ebmlid.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00
matroskaattachment.cpp Generalize copy functions in GenericFileElement to eventually use sendfile64() 2023-05-16 22:58:04 +02:00
matroskaattachment.h Mark all "final" tag, track and container classes as such 2020-12-18 21:13:52 +01:00
matroskachapter.cpp Fix warnings 2021-03-20 21:26:25 +01:00
matroskachapter.h Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00
matroskacontainer.cpp Improve comments in Matroska container code 2023-10-31 21:27:17 +01:00
matroskacontainer.h Move `maxFullParseSize()` to `MediaFileInfo` as non-static member 2023-05-16 23:11:53 +02:00
matroskacues.cpp Silence/fix GCC's maybe-uninitialized warnings 2023-10-31 20:05:13 +01:00
matroskacues.h Improve performance of Matroska writer 2021-01-27 21:24:53 +01:00
matroskaeditionentry.cpp Fix spelling and typos 2021-07-02 11:12:39 +02:00
matroskaeditionentry.h Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00
matroskaid.cpp Fix unity builds 2024-01-30 23:31:15 +01:00
matroskaid.h Improve dealing with muxing/writing application of Matroska files 2023-08-08 17:18:02 +02:00
matroskaseekinfo.cpp Fix spelling and typos 2021-07-02 11:12:39 +02:00
matroskaseekinfo.h Add missing headers to `matroskaseekinfo.h` 2023-02-02 00:21:37 +01:00
matroskatag.cpp Add field mappings for all fields mentioned in Matroska spec 2022-04-06 00:01:19 +02:00
matroskatag.h Normalize known Matroska tag fields so they can be recognized despite different casing 2021-08-25 18:53:20 +02:00
matroskatagfield.cpp Avoid unqualified calls to `std::move` 2023-02-20 19:54:42 +01:00
matroskatagfield.h Normalize known Matroska tag fields so they can be recognized despite different casing 2021-08-25 18:53:20 +02:00
matroskatagid.cpp Apply clang-format 2020-11-14 22:58:55 +01:00
matroskatagid.h Add field mappings for all fields mentioned in Matroska spec 2022-04-06 00:01:19 +02:00
matroskatags.dtd Test parsing and rewriting nested Mkv tags 2017-05-19 00:05:57 +02:00
matroskatrack.cpp Fix parsing flags of Matroska tracks 2022-04-05 21:27:58 +02:00
matroskatrack.h Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00