aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/flac
Commit message (Expand)AuthorAgeFilesLines
...
* Consider FLAC file as being invalid if a 0 length block is foundArnaud Bienner2012-10-071-1/+1
* Do not delete the IOStream object in TagLib::FileLukáš Lalinský2012-09-061-0/+3
* Fix warnings with VS2010Tsuda Kageyu2012-08-231-1/+1
* Remove trailing whitespaceBirunthan Mohanathas2012-04-194-5/+5
* Rename anonymous enumeration symbols to be unique in flacfile.cppVinnie Falco2012-04-151-22/+22
* Merge remote-tracking branch 'official/master'Michael Helmling2012-02-252-5/+21
|\
| * Added sampleFrames to FLACPropertiesStephen F. Booth2012-02-042-5/+21
* | Added lots of missing includesMichael Helmling2012-02-151-0/+1
* | Migration to new PropertyMap ... done ape to mod.Michael Helmling2012-01-212-22/+34
* | Made im/export functions nonvirtual. Added similar functions to File andMichael Helmling2011-08-282-1/+41
|/
* Added removePicture() to FLAC::FileTim De Baets2011-08-162-0/+17
* Tabs be goneScott Wheeler2011-06-261-1/+1
* Merge branch 'abstract-io'Lukáš Lalinský2011-06-092-0/+22
|\
| * Duplicate contructors of File subclasses to accept IOStream*Lukáš Lalinský2011-04-112-0/+22
* | Don't lead the scanned blocks on saveScott Wheeler2011-05-091-1/+3
* | Use the PUBLIC_HEADER property to prepare for building an OS X frameworkLukáš Lalinský2011-04-181-1/+0
|/
* Don't overwrite fields that already existLukáš Lalinský2011-03-191-1/+1
* Fix memory leaks in the FLAC parsing codeLukáš Lalinský2011-03-111-3/+7
* *poof*Lukáš Lalinský2011-02-131-16/+0
* Fix FSF addressLukáš Lalinský2011-01-0810-20/+20
* Full read/write support for FLAC picturesLukáš Lalinský2011-01-085-336/+155
* Install flacmetadatablock.h. Required to make Amarok compile.Andreas Hartmetz2010-11-281-1/+1
* Work-in-progress support for writing FLAC pictureLukáš Lalinský2010-11-289-1/+507
* Read-only support for FLAC picture blocksLukáš Lalinský2010-07-256-4/+410
* Added FLAC::Properties::signature()Lukáš Lalinský2010-07-112-0/+14
* Always read tags from the first Vorbis Comment block in FLAC filesLukáš Lalinský2009-11-021-3/+7
* Define MAKE_TAGLIB_LIB from the automake build systemLukáš Lalinský2009-09-041-0/+1
* Use flac padding.Scott Wheeler2009-07-122-7/+77
* Don't overflow for really high bitrate files.Scott Wheeler2008-04-081-1/+1
* Ok, think I've got this all sorted out a bit. Code is much simpler now,Scott Wheeler2008-01-311-16/+8
* Another one bites the dust. Removing Yet Another TagUnionScott Wheeler2008-01-313-286/+43
* SVN_SILENT a little prettierScott Wheeler2008-01-301-4/+3
* don't leakScott Wheeler2008-01-301-0/+1
* Ran my whitespace fixing script -- tabs -> spaces, removes trailing spaces.Scott Wheeler2007-11-193-7/+7
* These were missing private copy constructors / assignment operators to make t...Scott Wheeler2007-11-191-0/+3
* Use Unicode filenames on Windows (this time the correct patch).Lukáš Lalinský2007-11-102-4/+4
* Revert r734944 -- this one wasn't meant to go in.Lukáš Lalinský2007-11-102-25/+0
* Use Unicode filenames on Windows.Lukáš Lalinský2007-11-102-0/+25
* More TAGLIB_EXPORTs from Lukas.Scott Wheeler2007-10-211-1/+2
* Got permission from all (non-trivial) contributors to dual license under the ...Scott Wheeler2007-10-105-5/+25
* exported the rest of the classes (hope I got all)Christian Ehrlicher2007-08-111-1/+2
* win32 compile / warnings--Christian Ehrlicher2007-04-281-4/+4
* A few spelling fixes, identified using krazy.Brad Hards2007-01-021-1/+1
* And now get everything building again...Scott Wheeler2006-09-241-2/+0
* This is starting to look more sane.Scott Wheeler2006-09-247-0/+1117