aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpeg/mpegheader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable FileRef to detect file types by the actual content of a stream.Tsuda Kageyu2017-02-041-16/+5
* Combine two internal functions which are always used together.Tsuda Kageyu2017-01-211-1/+1
* Amend an outdated comment.Tsuda Kageyu2016-01-091-8/+6
* Check if two consecutive MPEG audio frames are consistent.Tsuda Kageyu2016-01-081-3/+17
* Revert some unnecessary changes.Tsuda Kageyu2016-01-081-11/+2
* Initialize all the private data members.Tsuda Kageyu2016-01-081-1/+2
* Fix a silly mistake.Tsuda Kageyu2015-12-251-1/+1
* A bit more tolerant check for the MPEG frame length.Tsuda Kageyu2015-12-221-8/+22
* Amend a vague comment and debug message.Tsuda Kageyu2015-12-221-2/+2
* More robust checks for invalid MPEG frame headers. (again)Tsuda Kageyu2015-12-221-2/+23
* Unify some duplicate internal functions.Tsuda Kageyu2015-12-221-8/+4
* More robust checks for invalid MPEG frame headers.Tsuda Kageyu2015-12-081-26/+45
* Use a standard type rather than TagLib::uchar.Tsuda Kageyu2015-12-021-4/+4
* MPEG: AudioProperties improvementsTsuda Kageyu2015-06-181-9/+11
* Removed RefCounter implementation from a public headerTsuda Kageyu2013-05-031-0/+1
* Revert changes concerning the smart pointerTsuda kageyu2013-04-171-4/+13
* Replace RefCounter with a smart pointerTsuda kageyu2013-04-171-13/+4
* Define a macro to properly construct std::bitsetLukáš Lalinský2011-01-241-1/+1
* Back to unsigned long, it breaks compilation on SolarisLukáš Lalinský2011-01-241-1/+1
* Fix compilation on MSVC 2010 with the C++0x version of std::bitsetLukáš Lalinský2011-01-221-1/+1
* Fix FSF addressLukáš Lalinský2011-01-081-2/+2
* Patch from Josef Radinger fixing typo in debug message.Scott Wheeler2009-01-161-2/+2
* Set the copyright to 2002-2008 for all files.Scott Wheeler2008-02-041-1/+1
* SVN_SILENT whitespaceScott 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-1/+19
* Got permission from all (non-trivial) contributors to dual license under the ...Scott Wheeler2007-10-101-1/+5
* This is starting to look more sane.Scott Wheeler2006-09-241-0/+254