tagparser/mp4
Martchus 6b469f1c26 Add Locale class to deal with differently specified languages/countries
Different media/tag formats specify languages and countries
differently. This change introduces a Locale class to keep track
of the format being used. So far there are no automatic conversions
implemented so it is entirely up to the user to pass valid values using
a format which matches the one required by the media/tag format.

This change also adds support for Matroska's IETF elements so at least the
raw value can be read, written and is preserved.
2020-12-16 17:48:08 +01:00
..
mp4atom.cpp Fix childs -> children 2019-12-30 22:54:11 +01:00
mp4atom.h Adapt to changes in c++utilities 2019-06-10 23:11:39 +02:00
mp4container.cpp Fix childs -> children 2019-12-30 22:54:11 +01:00
mp4container.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00
mp4ids.cpp Add links to upstream documentation of field IDs for the different formats 2020-04-22 18:43:41 +02:00
mp4ids.h Do not incorrectly abbreviate MPEG-4 ASP as H.263 2020-10-01 19:09:01 +02:00
mp4tag.cpp Deprecate 'Year' in favor of 'RecordDate' and 'ReleaseDate', fix handling in ID3v2 2020-04-24 23:15:13 +02:00
mp4tag.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00
mp4tagfield.cpp Add Locale class to deal with differently specified languages/countries 2020-12-16 17:48:08 +01:00
mp4tagfield.h Adapt to changes in c++utilities 2019-06-10 23:11:39 +02:00
mp4track.cpp Add Locale class to deal with differently specified languages/countries 2020-12-16 17:48:08 +01:00
mp4track.h Use std::size_t consistently 2020-11-25 17:54:30 +01:00
mpeg4descriptor.cpp Adapt to changes in c++utilities 2019-06-10 23:11:39 +02:00
mpeg4descriptor.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00