- 26 Oct, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 15 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 04 Sep, 2013 2 commits
-
-
Max Kellermann authored
Reduce header dependencies.
-
Max Kellermann authored
-
- 30 Jul, 2013 1 commit
-
-
Max Kellermann authored
-
- 29 Jul, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Sep, 2012 1 commit
-
-
Max Kellermann authored
WavPack tags are always APEv2, by definition. Reuse the tag_table from tag_ape.c, instead of rolling our own.
-
- 29 Jul, 2012 1 commit
-
-
Max Kellermann authored
Ignore APE tags that have no usable tags, and use the ID3 tag instead. This is useful when the APE tag only contains replay gain, and the real tags are stored as ID3. This implements feature request Mantis #0003521.
-
- 12 Feb, 2012 2 commits
-
-
Max Kellermann authored
Use _scan() instead, to have more control.
-
Max Kellermann authored
The new method pair() receives an arbitrary name/value pair. Support for this is being added to a few decoder plugins.
-
- 11 Feb, 2012 2 commits
-
-
Max Kellermann authored
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
-
Max Kellermann authored
The struct is smaller because it is sparse. Its traversal is also more efficient.
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 24 Nov, 2010 1 commit
-
-
Max Kellermann authored
One APE tag may contain more than one value, separated by null bytes.
-
- 18 Nov, 2010 1 commit
-
-
Max Kellermann authored
Generic library for scanning APE tags. Eliminated one "goto"!
-
- 30 Jun, 2010 7 commits
-
-
Max Kellermann authored
Reuse the function tag_name_parse_i().
-
Max Kellermann authored
-
Max Kellermann authored
Allow code sharing.
-
Max Kellermann authored
I took this tag name from a MusePack sample file I got from a user. It is not documented in the APE specification: http://wiki.hydrogenaudio.org/index.php?title=APE_key People seem to be using undocumented extensions to the specification anyway, and the best we can do is attempt to support them.
-
Max Kellermann authored
Make "enum tag_type" the array index, and convert apeItems to a sparse array.
-
Max Kellermann authored
Improve code readability.
-
Max Kellermann authored
Don't initialize those arrays each time tag_ape_load() is called.
-
- 31 May, 2010 2 commits
-
-
Max Kellermann authored
Reuse the function tag_name_parse_i().
-
Max Kellermann authored
-
- 30 May, 2010 2 commits
-
-
Max Kellermann authored
Allow code sharing.
-
Max Kellermann authored
I took these tag names from a MusePack sample file I got from a user. These are not documented in the APE specification: http://wiki.hydrogenaudio.org/index.php?title=APE_key People seem to be using undocumented extensions to the specification anyway, and the best we can do is attempt to support them.
-
- 20 May, 2010 1 commit
-
-
Max Kellermann authored
Add the flag "b" to fopen(). Windows compatibility.
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 13 Oct, 2009 1 commit
-
-
Max Kellermann authored
-
- 19 Jul, 2009 5 commits
-
-
Max Kellermann authored
Make "enum tag_type" the array index, and convert apeItems to a sparse array.
-
Max Kellermann authored
Improve code readability.
-
Max Kellermann authored
Don't initialize those arrays each time tag_ape_load() is called.
-
Max Kellermann authored
The function tag_ape_load() retrieves a 32 bit unsigned integer from the input file, and passes it to g_malloc(). This is dangerous, and may be used for a denial of service attack on MPD.
-
Max Kellermann authored
Extend the tagLen check after reading it. Removed the second (redundant) check after the subtraction.
-