]>
granicus.if.org Git - taglib/log
Michael Helmling [Wed, 15 Feb 2012 20:54:19 +0000 (21:54 +0100)]
Added lots of missing includes
Michael Helmling [Tue, 14 Feb 2012 21:11:30 +0000 (22:11 +0100)]
fixed lots of bugs found by 'make'
Michael Helmling [Tue, 14 Feb 2012 20:35:50 +0000 (21:35 +0100)]
Ported xm.
Michael Helmling [Tue, 14 Feb 2012 20:34:43 +0000 (21:34 +0100)]
Ported wavpack.
Michael Helmling [Tue, 14 Feb 2012 20:32:36 +0000 (21:32 +0100)]
Ported trueaudio.
Michael Helmling [Tue, 14 Feb 2012 20:29:30 +0000 (21:29 +0100)]
Ported s3m; removed old id3v2dicttools.
Michael Helmling [Tue, 14 Feb 2012 20:27:14 +0000 (21:27 +0100)]
ID3 interface complete; vorbis done; wav done
Michael Helmling [Sun, 22 Jan 2012 21:06:24 +0000 (22:06 +0100)]
More progress in ID3 ... setProperties() will get messy :(
Michael Helmling [Sun, 22 Jan 2012 16:08:02 +0000 (17:08 +0100)]
Implemented asProperties() in all relevant textual frames.
Michael Helmling [Sat, 21 Jan 2012 22:05:59 +0000 (23:05 +0100)]
Started to work on ID3v2.
Michael Helmling [Sat, 21 Jan 2012 13:52:24 +0000 (14:52 +0100)]
Migration to new PropertyMap ... done ape to mod.
Michael Helmling [Tue, 17 Jan 2012 17:09:30 +0000 (18:09 +0100)]
Add unsupportedData() to PropertyMap, simplified [] behavior.
Michael Helmling [Mon, 16 Jan 2012 21:37:30 +0000 (22:37 +0100)]
Basic implementation of a PropertyMap.
Implemented key/valuelist property map with
case-insensitive ASCII keys and StringList values.
Todo:
- subclass StringList to add flags indicating whether a value could
be written to the specific file format
- add member attribute indicating list of frames that could not be
parsed into the PropertyMap representation.
Michael Helmling [Sat, 14 Jan 2012 21:02:17 +0000 (22:02 +0100)]
Implemented the most easy comments on the pull request.
Michael Helmling [Sat, 14 Jan 2012 19:57:15 +0000 (20:57 +0100)]
Merge remote-tracking branch 'official/master'
Lukáš Lalinský [Sat, 14 Jan 2012 09:16:54 +0000 (10:16 +0100)]
Make it possible to generate an XML report
Lukáš Lalinský [Tue, 10 Jan 2012 16:18:20 +0000 (17:18 +0100)]
Reverse the version check, similarly to what mp4v2 does
Lukáš Lalinský [Sun, 8 Jan 2012 14:54:15 +0000 (15:54 +0100)]
Check also for the deprecated GIF type
Lukáš Lalinský [Sun, 8 Jan 2012 12:17:42 +0000 (13:17 +0100)]
Support non-UTF8 free-form atoms
Urs Fleisch [Thu, 5 Jan 2012 15:33:29 +0000 (16:33 +0100)]
Support for ID3v2.2 frames used by iTunes (TCP, TS2, TSA, TSC, TSP, TST)
https://bugs.kde.org/show_bug.cgi?id=290330
Michael Helmling [Wed, 4 Jan 2012 18:49:50 +0000 (19:49 +0100)]
Merge remote-tracking branch 'official/master'
Scott Wheeler [Sun, 1 Jan 2012 15:01:18 +0000 (16:01 +0100)]
Funny that there managed to be no operator!= for String for so long.
Michael Helmling [Sun, 1 Jan 2012 13:42:48 +0000 (14:42 +0100)]
Added tests and information about ignored id3 frames.
The ID3v2::toDict() function now has an optional
StringList* argument which will contain information
about frames that could not be converted to the dict
interface.
There are some dict tests for APE and FLAC now, and the
ID3v2 test was enlarged.
Michael Helmling [Wed, 2 Nov 2011 20:02:35 +0000 (21:02 +0100)]
Implemented dict interface for more formats.
Now supported: MOD files (IT, MOD, S3M, XM), RIFF files
(AIFF, WAV), TrueAudio, WavPack.
Michael Helmling [Sun, 30 Oct 2011 17:28:52 +0000 (18:28 +0100)]
Merge remote-tracking branch 'official/master'
Lukáš Lalinský [Sat, 8 Oct 2011 16:41:15 +0000 (18:41 +0200)]
Detect RIFF files with invalid chunk sizes
The bug report has a WAVE file with zero-sized 'data' chunk, which causes
TagLib to iterate over the file, 8 bytes in each iteration. The new code
adds a check for the chunk name, which forces it to mark the file as
invalid if the chunk name doesn't contain ASCII characters.
https://bugs.kde.org/show_bug.cgi?id=283412
Michael Helmling [Mon, 12 Sep 2011 19:52:11 +0000 (21:52 +0200)]
Further cleanup and simplification in id3v2dicttools
Michael Helmling [Sun, 11 Sep 2011 20:07:49 +0000 (22:07 +0200)]
Restructured and simplified ID3v2Tag::fromDict().
Michael Helmling [Sun, 11 Sep 2011 16:22:15 +0000 (18:22 +0200)]
Splitted ID3v2Tag::toDict() into several functions.
This should simplify future transition to virtual functions.
Graham Perks [Fri, 9 Sep 2011 15:17:54 +0000 (10:17 -0500)]
Add cmake option for visibility=hidden
Michael Helmling [Thu, 1 Sep 2011 14:33:39 +0000 (16:33 +0200)]
Merge remote-tracking branch 'official/master'
Michael Helmling [Sun, 28 Aug 2011 20:58:40 +0000 (22:58 +0200)]
Made im/export functions nonvirtual. Added similar functions to File and
its subclasses. TagLib::File contains a bunch of dynamic_casts to call
the correct specializations.
Lukáš Lalinský [Sun, 28 Aug 2011 09:02:34 +0000 (11:02 +0200)]
Add support for iPhone ringtones
Michael Helmling [Sat, 27 Aug 2011 20:30:20 +0000 (22:30 +0200)]
Added toDict and fromDict methods for APE tags.
Michael Helmling [Fri, 26 Aug 2011 23:18:21 +0000 (01:18 +0200)]
More support for the unified dictionary interface.
Addded fromDict() function to ID3v2Tag. Added fromDict() and
toDict() functions to the TagUnion class (uses the first non-empty tag).
Added fromDict() and toDict() functions for the generic Tag class, only
handling common tags without duplicates. Addded preliminary mp3 test
case. Python3 bindings now available on my github site.
Michael Helmling [Fri, 26 Aug 2011 19:48:40 +0000 (21:48 +0200)]
Some preliminary work for unified dictionary tag interface support.
- toDict() and fromDict() for XiphComments
- toDict() for ID3v2 Tags
Tim De Baets [Mon, 15 Aug 2011 23:57:01 +0000 (01:57 +0200)]
Added removePicture() to FLAC::File
Urs Fleisch [Sat, 13 Aug 2011 15:07:41 +0000 (17:07 +0200)]
Add suport for more MP4 metadata atoms
https://bugs.kde.org/show_bug.cgi?id=275784
Mathias Panzenböck [Sat, 6 Aug 2011 17:43:17 +0000 (19:43 +0200)]
ByteVector::replace: test shrinking
Jonathan Liu [Sat, 6 Aug 2011 09:05:11 +0000 (11:05 +0200)]
Use the default frame factory when it's necessary to parse ID3v2 tags in APE files
https://bugs.kde.org/show_bug.cgi?id=278773
Lukáš Lalinský [Fri, 5 Aug 2011 16:47:53 +0000 (18:47 +0200)]
Basic tests for ByteVector::replace()
Lukáš Lalinský [Fri, 5 Aug 2011 16:35:24 +0000 (18:35 +0200)]
Merge remote branch 'panzi/master'
Johannes Pfau [Fri, 5 Aug 2011 11:17:42 +0000 (13:17 +0200)]
Add taglib_free function to C binding
Mathias Panzenböck [Mon, 1 Aug 2011 13:33:27 +0000 (15:33 +0200)]
use DATA() macro
Mathias Panzenböck [Mon, 1 Aug 2011 13:14:58 +0000 (15:14 +0200)]
ByteVector::replace: forgot detach() and opt. when pattern not found
Mathias Panzenböck [Mon, 1 Aug 2011 02:13:55 +0000 (04:13 +0200)]
ByteVector::replace performance improvements
Lukáš Lalinský [Thu, 28 Jul 2011 17:16:32 +0000 (19:16 +0200)]
Reformatting
Lukáš Lalinský [Thu, 28 Jul 2011 17:06:35 +0000 (19:06 +0200)]
Reformatting
Lukáš Lalinský [Thu, 28 Jul 2011 17:03:46 +0000 (19:03 +0200)]
Merge remote-tracking branch 'gperks/master'
Conflicts:
taglib/asf/asfpicture.cpp
taglib/it/itproperties.h
Lukáš Lalinský [Thu, 28 Jul 2011 16:53:57 +0000 (18:53 +0200)]
Merge remote-tracking branch 'setosha/ASFPicture_warning_fix'
Scott Wheeler [Thu, 28 Jul 2011 12:45:11 +0000 (05:45 -0700)]
Merge pull request #14 from sbooth/master
Some non-PCM wave files can cause SIG_ARITHMETIC
Stephen F. Booth [Thu, 28 Jul 2011 12:36:14 +0000 (08:36 -0400)]
Don't crash when wav files have a 0 for bit per channel (sampleWidth)
I've seen this in a wav that has an audio format of MP3 (0x55)
Scott Wheeler [Wed, 27 Jul 2011 21:22:23 +0000 (23:22 +0200)]
Fix warning
Scott Wheeler [Wed, 27 Jul 2011 21:14:54 +0000 (23:14 +0200)]
ByteVector works on chars, not unsigned chars, so there needs to be a cast before the comparison
Scott Wheeler [Wed, 27 Jul 2011 21:07:38 +0000 (23:07 +0200)]
These methods can't be protected since they're called from IT::File
In general this code could use a fair bit of tidying up both stylistically and semantically.
Scott Wheeler [Wed, 27 Jul 2011 21:06:06 +0000 (23:06 +0200)]
Fix spelling / formatting in comments.
Graham Perks [Wed, 27 Jul 2011 19:35:24 +0000 (14:35 -0500)]
Document ENABLE_STATIC_RUNTIME
Graham Perks [Wed, 27 Jul 2011 19:25:26 +0000 (14:25 -0500)]
Add build option for Visual Studio to link with the static runtime (/MT vs /MD), pass -DENABLE_STATIC_RUNTIME=ON to cmake
Graham Perks [Wed, 27 Jul 2011 15:54:33 +0000 (10:54 -0500)]
Correction to OS X build; include basic Windows build instructions
Graham Perks [Wed, 27 Jul 2011 02:43:11 +0000 (21:43 -0500)]
Fix for VS2010 which had been throwing out "cannot access protected member declared in class 'TagLib::Mod::Properties'" errors.
Graham Perks [Wed, 27 Jul 2011 02:35:44 +0000 (21:35 -0500)]
Misc typo corrections
Graham Perks [Tue, 26 Jul 2011 16:12:27 +0000 (11:12 -0500)]
Example cmake for OS X to build a static library
Graham Perks [Mon, 25 Jul 2011 22:56:42 +0000 (17:56 -0500)]
Updated OS X build instructions
Scott Wheeler [Wed, 20 Jul 2011 22:06:50 +0000 (00:06 +0200)]
Merge branch 'master' of github.com:taglib/taglib
Lukáš Lalinský [Wed, 20 Jul 2011 20:06:28 +0000 (22:06 +0200)]
Only include config.h if HAVE_CONFIG_H is defined
Scott Wheeler [Mon, 18 Jul 2011 19:27:59 +0000 (21:27 +0200)]
Missing const
Anton Sergunov [Fri, 1 Jul 2011 09:12:04 +0000 (16:12 +0700)]
ASFPicture fix warning
class/struct thing
Signed-off-by: Anton Sergunov <setosha@gmail.com>
Mathias Panzenböck [Tue, 28 Jun 2011 00:55:03 +0000 (02:55 +0200)]
corrected comments
Mathias Panzenböck [Mon, 27 Jun 2011 23:37:48 +0000 (01:37 +0200)]
Merge branch 'master' of https://github.com/taglib/taglib
Mathias Panzenböck [Sun, 26 Jun 2011 19:58:51 +0000 (21:58 +0200)]
added uninstall target
Scott Wheeler [Sun, 26 Jun 2011 19:37:01 +0000 (21:37 +0200)]
Tabs be gone
Mathias Panzenböck [Sun, 26 Jun 2011 18:58:32 +0000 (20:58 +0200)]
Merge branch 'master' of https://github.com/taglib/taglib
Lukáš Lalinský [Sat, 25 Jun 2011 10:17:31 +0000 (12:17 +0200)]
Fix indentation
Mathias Panzenböck [Fri, 24 Jun 2011 23:54:22 +0000 (01:54 +0200)]
style fixes for enum value names
Mathias Panzenböck [Fri, 24 Jun 2011 23:10:19 +0000 (01:10 +0200)]
style fixes: { on same line with if/else/for
Mathias Panzenböck [Fri, 24 Jun 2011 21:59:11 +0000 (23:59 +0200)]
Merge branch 'master' of https://github.com/taglib/taglib
Conflicts:
taglib/CMakeLists.txt
tests/CMakeLists.txt
Stephen F. Booth [Fri, 24 Jun 2011 14:43:13 +0000 (10:43 -0400)]
Added sampleFrames() to AIFFProperties and WAVProperties
Lukáš Lalinský [Fri, 24 Jun 2011 07:00:23 +0000 (09:00 +0200)]
Remove the old qmake project file, you can use CMake to build a framework now
Lukáš Lalinský [Fri, 24 Jun 2011 06:59:38 +0000 (08:59 +0200)]
Update INSTALL to not mention the optional file formats and add info about building a framework
Lukáš Lalinský [Fri, 24 Jun 2011 06:49:50 +0000 (08:49 +0200)]
Remove the options to disable MP4/ASF support
Mathias Panzenböck [Thu, 23 Jun 2011 23:53:20 +0000 (01:53 +0200)]
IT: the max. 8000 bytes msg. length have to include the NUL
Mathias Panzenböck [Thu, 23 Jun 2011 23:50:43 +0000 (01:50 +0200)]
IT: add term. NUL to messages
Mathias Panzenböck [Thu, 23 Jun 2011 23:31:15 +0000 (01:31 +0200)]
IT: unit tests
Mathias Panzenböck [Thu, 23 Jun 2011 23:21:17 +0000 (01:21 +0200)]
Test FLAC: cleanup copied file
Mathias Panzenböck [Thu, 23 Jun 2011 23:11:10 +0000 (01:11 +0200)]
IT: strings require term. NUL. mod files: tableLength -> lengthInPatterns
Also added enums for S3M/IT/XM flags.
Mathias Panzenböck [Thu, 23 Jun 2011 18:48:04 +0000 (20:48 +0200)]
IT: volume is only a byte in size
Lukáš Lalinský [Thu, 23 Jun 2011 18:18:38 +0000 (20:18 +0200)]
Enable MP4/ASF by default
Mathias Panzenböck [Thu, 23 Jun 2011 18:17:54 +0000 (20:17 +0200)]
forgot to remove debug code
Mathias Panzenböck [Thu, 23 Jun 2011 18:08:05 +0000 (20:08 +0200)]
S3M: unit tests and bug fixes (NUL char. is not optional in S3M strings)
Mathias Panzenböck [Thu, 23 Jun 2011 15:40:36 +0000 (17:40 +0200)]
Merge branch 'master' of https://github.com/taglib/taglib
Mathias Panzenböck [Thu, 23 Jun 2011 03:41:23 +0000 (05:41 +0200)]
S3M+IT: fix reading, IT: untested support for message writing
IT: reading was off starting with global volume because of wrong read size.
S3M+IT: correctly read the number of used patterns.
IT: fixed reading of message tag and implemented writing of message tag
(not tested yet).
I also added S3M+IT test files. TODO: Unit tests using them.
Anton Sergunov [Mon, 20 Jun 2011 17:54:39 +0000 (00:54 +0700)]
default constructor MP4::Tag::Tag()
Mathias Panzenböck [Mon, 20 Jun 2011 12:31:09 +0000 (14:31 +0200)]
Merge branch 'master' of https://github.com/taglib/taglib
Wolfgang Plaschg [Mon, 20 Jun 2011 01:08:24 +0000 (03:08 +0200)]
Include of "tag_c.h" after system libraries.
Mathias Panzenböck [Mon, 20 Jun 2011 00:31:17 +0000 (02:31 +0200)]
XM: forgot smaple count
Mathias Panzenböck [Mon, 20 Jun 2011 00:19:16 +0000 (02:19 +0200)]
IT: support channels property
Mathias Panzenböck [Sun, 19 Jun 2011 23:05:12 +0000 (01:05 +0200)]
comments++
Mathias Panzenböck [Sun, 19 Jun 2011 22:43:42 +0000 (00:43 +0200)]
more correct IT parsing and property naming
Mathias Panzenböck [Sun, 19 Jun 2011 20:46:33 +0000 (22:46 +0200)]
more correct S3M parsing and property naming
Mathias Panzenböck [Sun, 19 Jun 2011 17:37:45 +0000 (19:37 +0200)]
updated comments