aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpeg/mpegproperties.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ignore fake MPEG frame headers when seeking them.Tsuda Kageyu2017-01-201-25/+4
* A bit more tolerant check for the MPEG frame length.Tsuda Kageyu2015-12-221-6/+3
* Add some supplementary comments.Tsuda Kageyu2015-12-221-0/+5
* More robust checks for invalid MPEG frame headers. (again)Tsuda Kageyu2015-12-221-9/+18
* More robust checks for invalid MPEG frame headers.Tsuda Kageyu2015-12-081-12/+18
* MPEG: No need to get the length of an ID3v2 tag twice.Tsuda Kageyu2015-06-181-6/+1
* MPEG: Properties::xingHeader() should return null if a VBR header is not found.Tsuda Kageyu2015-06-181-3/+5
* MPEG: AudioProperties improvementsTsuda Kageyu2015-06-181-88/+61
* Fix warnings with VS2010Tsuda Kageyu2012-08-231-1/+1
* Fix FSF addressLukáš Lalinský2011-01-081-2/+2
* Use floting point length to calculate bitrate from the Xing header informationLukáš Lalinský2009-07-101-2/+4
* Set the copyright to 2002-2008 for all files.Scott Wheeler2008-02-041-1/+1
* Meh, why not go ahead and expose this. Add a method to get the samples per f...Scott Wheeler2008-01-311-10/+2
* Use correct frame sizes when calculating length of MPEG 2 or 2.5 streams.Lukáš Lalinský2007-11-221-3/+11
* Ran my whitespace fixing script -- tabs -> spaces, removes trailing spaces.Scott Wheeler2007-11-191-1/+1
* Got permission from all (non-trivial) contributors to dual license under the ...Scott Wheeler2007-10-101-1/+5
* Promote the int to a float so that the calcualtion works properly. Patch fro...Scott Wheeler2007-07-181-1/+1
* Remove check as condition will always be true (checked in the if condition, a...Jeff Mitchell2006-12-231-2/+1
* Make the Xing header publically accessible.Scott Wheeler2006-10-071-18/+34
* This is starting to look more sane.Scott Wheeler2006-09-241-0/+233