- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 02 Dec, 2014 2 commits
-
-
Max Kellermann authored
Use simple string and path parsing functions instead of GLib's g_pattern_match(), which was used in a very clumsy way.
-
Max Kellermann authored
There is duplicate code in the two.
-
- 01 Dec, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Aug, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Aug, 2014 2 commits
-
-
Max Kellermann authored
For type safety and code readability.
-
Max Kellermann authored
-
- 24 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 07 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 07 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 21 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Oct, 2013 1 commit
-
-
Max Kellermann authored
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
-
- 27 Sep, 2013 1 commit
-
-
Max Kellermann authored
-
- 05 Sep, 2013 1 commit
-
-
Max Kellermann authored
-
- 04 Sep, 2013 1 commit
-
-
Max Kellermann authored
Replaces GLib's GError.
-
- 03 Aug, 2013 1 commit
-
-
Max Kellermann authored
-
- 29 Jul, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Jul, 2013 1 commit
-
-
Max Kellermann authored
-
- 08 Apr, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Cast to integer after multiplying with 1000. Allows sub-second seeking.
-
Max Kellermann authored
-
- 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
When gme_track_info() returns with success, then the gme_info_t pointer must be set.
-
- 02 Feb, 2011 1 commit
-
-
Tony Miller authored
this needs to be done for the end of songs to be detected.
-
- 14 Oct, 2010 1 commit
-
-
Tony Miller authored
-
- 23 Jul, 2010 1 commit
-
-
Rasi authored
-
- 31 May, 2010 4 commits
-
-
Max Kellermann authored
Added macros with better names: GME_BUFFER_FRAMES, GME_BUFFER_SAMPLES (the former only used to calculate the latter).
-
Max Kellermann authored
Move into enums.
-
Max Kellermann authored
Pass sizeof(buf) to decoder_data(), not the number of samples (which is half the size). At the same time, pass GME_BUF_SIZE to gme_play() - libgme really wants to get the number of samples, not the number of stereo frames. Previously, this plugin had been using only the first half of the buffer.
-
Max Kellermann authored
Allocate the "tag" object after the file has been opened successfully.
-
- 10 Apr, 2010 1 commit
-
-
Tony Miller authored
Supports a number of videogame music formats, more info here: http://www.fly.net/~ant/libs/audio.html I wrote this plugin for the latest svn, get it here: http://code.google.com/p/game-music-emu/source/checkout
-