aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mp4/mp4properties.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle the case when MP4 file header has zero bitrateUrs Fleisch2020-12-271-1/+8
* Calculate bitrate for ALAC files without it (#961)Urs Fleisch2020-12-211-0/+28
* Update mp4properties.cpp (#893)Tim Malseed2019-03-171-2/+2
* Minor fix for mp4 media header v0 minimum size check (#895)Tim Malseed2019-03-171-1/+1
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-2/+2
* Consistent rounding when calculating the MP4 audio length.Tsuda Kageyu2015-11-191-1/+1
* MP4: Remove useless ByteVector::mid() operations.Tsuda Kageyu2015-06-181-7/+7
* MP4: Do rounding when calculating the bit rate.Tsuda Kageyu2015-06-181-3/+3
* MP4: AudioProperties improvementsTsuda Kageyu2015-06-181-65/+100
* Added TagLib::MP4::PropertyMap::codec()Lukáš Lalinský2013-10-081-4/+12
* Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMakeLukáš Lalinský2013-06-201-1/+0
* Removed config.h and moved macros into taglib_config.hTsuda Kageyu2013-05-021-2/+1
* Refactor out some stuff to CMake testsTsuda kageyu2013-04-211-3/+1
* ByteVector::toUInt() takes offset and lengthTsuda kageyu2013-04-181-12/+12
* Reverse the version check, similarly to what mp4v2 doesLukáš Lalinský2012-01-101-7/+16
* Remove the options to disable MP4/ASF supportLukáš Lalinský2011-06-241-3/+0
* Support for reading ALAC audio propertiesFrank Lai2011-06-091-0/+8
* Check for the presence of the drms atom in MP4 filesLukáš Lalinský2011-03-291-1/+13
* Fix FSF addressLukáš Lalinský2011-01-081-2/+2
* Use the internal config namesLukáš Lalinský2009-09-081-1/+1
* Add support for a global, installable config headerLukáš Lalinský2009-09-041-1/+1
* Add my old WMA and MP4 code. It is disabled by default, must be explicitly en...Lukáš Lalinský2008-11-121-0/+169