aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/wildmidi_decoder_plugin.c
Commit message (Collapse)AuthorAge
* Merge branch 'v0.16.x'Max Kellermann2012-06-12
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cmdline.c src/decoder/wildmidi_decoder_plugin.c src/gcc.h src/glib_compat.h src/input_stream.c src/output_list.c src/output_thread.c valgrind.suppressions
| * Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov2012-06-12
| | | | | | | | | | | | | | g_file_test is redefined to be g_file_test_utf8 and thus can't handle non-ASCII characters. This fix adds simple wrapper (taken from glib) that fixes encoding and calls g_file_test_utf8. All required inclusions of glib_compat.h are added as well.
* | decoder_plugin: scan tags with callback tableMax Kellermann2012-02-11
| | | | | | | | | | Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
* | copyright year 2011Max Kellermann2011-01-29
|/
* Merge release 0.15.12 from branch 'v0.15.x'Max Kellermann2010-07-20
| | | | | | Conflicts: NEWS configure.ac
* decoder/wildmidi: moved local variable declarations in tag_dup()Max Kellermann2010-05-31
|
* renamed decoder plugin sourcesMax Kellermann2010-01-04
Make it X_decoder_plugin.c.