tagparser/mp4
Martchus 9f41c30443 Silence/fix GCC's maybe-uninitialized warnings
* The warning about `bsEnvCount` is actually correct.
* The warning about `lastAtomToBeWritten` might be correct.
* The warning about `relPos` is definitely unjustified because `relPos` is
  only used when `cueRelativePositionElement` is not `nullptr` and `relPos`
  is initialized in that case.
* The warnings about `pos`, `nextPageOffset` and `startOfLastMetaDataBlock`
  are also wrong for similar reasons.
2023-10-31 20:05:13 +01:00
..
mp4atom.cpp Fix spelling and typos 2021-07-02 11:12:39 +02:00
mp4atom.h Adapt to changes in c++utilities 2019-06-10 23:11:39 +02:00
mp4container.cpp Silence/fix GCC's maybe-uninitialized warnings 2023-10-31 20:05:13 +01:00
mp4container.h Avoid duplicating MP4 epoch 2022-02-16 00:04:09 +01:00
mp4ids.cpp Add more field mappings 2022-04-09 23:36:39 +02:00
mp4ids.h Add more field mappings 2022-04-09 23:36:39 +02:00
mp4tag.cpp Avoid unqualified calls to `std::move` 2023-02-20 19:54:42 +01:00
mp4tag.h Use std::string_view where it makes sense 2021-01-30 21:53:06 +01:00
mp4tagfield.cpp Avoid unqualified calls to `std::move` 2023-02-20 19:54:42 +01:00
mp4tagfield.h Use generic `toInt()` function which relies less on compiler optimizations 2023-05-18 00:52:28 +02:00
mp4track.cpp Apply clang-format 2023-02-03 13:31:40 +01:00
mp4track.h Improve handling time values of MP4 files 2022-02-15 23:22:48 +01:00
mpeg4descriptor.cpp Fix warnings 2021-03-20 21:26:25 +01:00
mpeg4descriptor.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00