]> granicus.if.org Git - taglib/shortlog
taglib
2010-04-17 Lukáš LalinskýFinal changes v1.6.3
2010-04-15 Lukáš LalinskýFix parsing of regular 32-bit integers in SynchData...
2010-04-12 Lukáš LalinskýAdd a BIC comment about merging String::toInt
2010-04-12 Lukáš LalinskýInfo about the new toInt method
2010-04-12 Lukáš LalinskýUpdated NEWS
2010-04-12 Lukáš LalinskýInclude taglib_config.h by default
2010-04-12 Lukáš LalinskýFix upgrading of ID3v2.3 genre with number 0 (Blues)
2010-04-12 Lukáš LalinskýUpdate all version numbers to 1.6.3
2010-04-09 Scott WheelerUpdate to current automake
2010-04-09 Lukáš LalinskýFix release date v1.6.2
2010-04-04 Scott WheelerForward declarations don't need exports.
2010-04-04 Lukáš LalinskýOk, actually change the API version
2010-04-04 Lukáš LalinskýThere is actually one new function, so the API version...
2010-04-04 Lukáš LalinskýIncrement version number
2010-04-03 Lukáš LalinskýDon't upgrade ID3v2.2 TDA frame when upgrading to TRCD
2010-04-03 Lukáš LalinskýChangelog for 1.6.2
2010-04-02 Lukáš LalinskýIgnore trailing non-data atoms when parsing MP4 covr...
2010-04-02 Lukáš LalinskýSave ASF attributes larger than 64k to the metadata...
2010-03-07 Scott WheelerUpdate .pro file
2010-01-22 Lukáš LalinskýFix compilation fo the test runner on Windows
2010-01-22 Lukáš LalinskýMP4 int pair atoms should have flags set to 0
2009-12-14 Lukáš LalinskýBe more paranoid about checking MP4 files
2009-12-13 Urs Wolferoptimizegraphics: Losslessly optimized PNG and SVGZ...
2009-12-13 Lukáš LalinskýHandle WM/TrackNumber with DWORD content
2009-12-12 Lukáš LalinskýFix tagreader_c.c to not try to access invalid pointers
2009-12-01 Scott Wheelerpedantry++
2009-12-01 Peter van HardenbergWhen decoding syncsafe integers, assume non-syncsafe...
2009-11-25 Alexander Neundorfthis patch should make taglib build with the Sun Studio...
2009-11-07 Lukáš LalinskýExplicitly say that we are using TagLib::File (CCBUG...
2009-11-04 Lukáš LalinskýFixed a memory leak in FileRef's OGA format detection
2009-11-02 Lukáš LalinskýAdd test_flac.cpp to Makefile.am
2009-11-02 Lukáš LalinskýNew utility class to make sure temporary files are...
2009-11-02 Lukáš LalinskýAlways read tags from the first Vorbis Comment block...
2009-10-31 Scott WheelerMissing "not" in docs.
2009-10-31 Lukáš LalinskýA few more version numbers. We really need a way to... v1.6.1
2009-10-31 Lukáš LalinskýUpdate version in API docs
2009-10-31 Lukáš LalinskýBump version numbers
2009-10-31 Lukáš LalinskýA little more complex checking for broken files
2009-10-31 Lukáš LalinskýMake sure we are not trying to read a file where MP4...
2009-10-29 Lukáš LalinskýFixed ID3v1-style genre to string conversion in MP4...
2009-10-24 Lukáš LalinskýSupport for MP4 cover art
2009-10-24 Lukáš LalinskýReturn NULL/false rather than crash when accessing...
2009-10-24 Lukáš LalinskýChangelog for 1.6.1
2009-10-24 Lukáš LalinskýProper .oga file handling in FileRef
2009-10-24 Lukáš LalinskýDon't wrote the Vorbis framing bit to OggFLAC files
2009-10-24 Lukáš LalinskýSet visibility("default") for GCC on exported symbols
2009-10-20 Lukáš LalinskýAdd missing exports for a few public ID3v1 functions
2009-10-20 Lukáš LalinskýFix typo in taglib_c.pc
2009-10-14 Jeff MitchellFix copy+paste typos
2009-10-09 Lukáš LalinskýAlways use #include "XXX" in TagLib's code
2009-09-14 Lukáš LalinskýThis value should be bool, not int
2009-09-13 Lukáš LalinskýRemove extra commas from configure.in.in v1.6
2009-09-13 Lukáš LalinskýUpdate libtool version-info
2009-09-13 Lukáš LalinskýChangelog
2009-09-13 Christophe... Remove a non-existing dir.
2009-09-09 Lukáš LalinskýUpgrade obsolete gnre MP4 atoms to ©gen
2009-09-09 Lukáš LalinskýFix building of examples with ENABLE_STATIC
2009-09-08 Lukáš LalinskýAdd option for building a static version of taglib
2009-09-08 Lukáš LalinskýUse the internal config names
2009-09-04 Lukáš LalinskýAdd support for a global, installable config header
2009-09-04 Lukáš LalinskýDefine MAKE_TAGLIB_LIB from the automake build system
2009-09-04 Lukáš LalinskýFix compilation warnings
2009-09-03 Lukáš LalinskýAutoconf options for enabling MP4 and ASF support v1.6rc1
2009-09-03 Lukáš LalinskýFix version in configure.in.in
2009-09-03 Lukáš LalinskýUpdate docs and version numbers
2009-09-03 Lukáš LalinskýSplit Ogg packets larger than 64kb into multiple pages
2009-08-18 David Fauresvn is weird, I have deleted this external in 1010855...
2009-08-13 David Faureanother tool which is not necessary in this copy
2009-08-13 David Faurereplace external with a copy of the admin dir, as sugge...
2009-08-13 David Faurereplace external with a copy of the admin dir, as sugge...
2009-08-02 Lukáš LalinskýAdd a check to not crash on corrupted files
2009-07-28 Lukáš LalinskýAdd missing tests to Makefile.am
2009-07-28 Lukáš LalinskýAdd a changelog
2009-07-28 Lukáš LalinskýHandle RIFF chunk padding and ignore trailing garbage
2009-07-24 Lukáš LalinskýPartial support for 64-bit atoms
2009-07-12 Scott WheelerUse flac padding.
2009-07-12 Scott WheelerMake docs consistant with behavior.
2009-07-11 Lukáš LalinskýDon't save ID3v2.2 frames.
2009-07-11 Lukáš LalinskýSupport for ID3v2.2 PIC frames
2009-07-11 Lukáš LalinskýFix off-by-one error in ByteVectorList::split
2009-07-11 Lukáš LalinskýTry to read track also from TRACKNUM and year from...
2009-07-11 Lukáš LalinskýTCON parsing fixes
2009-07-10 Lukáš LalinskýOne more check for invalid frame in AttachedPictureFram...
2009-07-10 Lukáš LalinskýUse floting point length to calculate bitrate from...
2009-07-04 Tom AlbersMove external to anonsvn (http://svn.kde.org -> svn...
2009-07-02 Scott WheelerBuild on Haiku
2009-06-18 Médéric Boquien.oga files were not processed. Fix this. The problem...
2009-06-15 Jeff MitchellFix typo
2009-06-11 Laurent Montelnot generate it on win32
2009-06-07 Tanguy KrotoffCompilation fix for Visual C++ .NET 2003 (msvc71)
2009-06-07 Tanguy KrotoffFix a stupid crash inside mp4file.cpp (variable not...
2009-04-29 Lukáš LalinskýSimplify extension checking in FileRef
2009-04-29 Lukáš LalinskýAdd String:rfind
2009-04-29 Lukáš LalinskýMake FileRef handle the .mp4 extension, too
2009-04-29 Lukáš LalinskýFix off-by-one error in MP4::Tag when looking for free...
2009-04-29 Jeff MitchellStyle and safety fixes backported from taglib-extras
2009-04-11 Jeff MitchellThis commit adds support for building taglib-extras...
2009-03-27 Lukáš LalinskýDon't build ASF/MP4 FileRef tests if WITH_ASF/WITH_MP4...
2009-03-25 Lukáš LalinskýDetach before appending a character
2009-03-22 Andreas Hartmetzthis modified version has the advantage that it compiles
next