Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-12-04 | decoder/sidplay: pass SidTuneMod to get_song_length() | Max Kellermann | 1 | -14/+9 | |
Eliminate duplicate SidTune construction. | |||||
2014-12-04 | decoder/sidplay: simplify the SidDatabase::length() call | Max Kellermann | 1 | -4/+2 | |
2014-12-04 | decoder/sidplay: include cleanup | Max Kellermann | 1 | -2/+0 | |
2014-12-04 | decoder/sidplay: use class SidDatabase | Max Kellermann | 1 | -51/+11 | |
Remove our own songlength database parser. | |||||
2014-12-04 | decoder/sidplay: use config_param::GetBlockPath() | Max Kellermann | 1 | -7/+12 | |
2014-12-04 | decoder/sidplay: make "songlength_file" local | Max Kellermann | 1 | -2/+1 | |
2014-12-04 | decoder/sidplay: pass parsed path to get_song_length() | Max Kellermann | 1 | -4/+3 | |
Eliminates duplicate ParseContainerPath() call. | |||||
2014-12-04 | decoder/sidplay: merge get_container_name() and get_song_num() | Max Kellermann | 1 | -50/+38 | |
2014-08-29 | TagHandler: pass SongTime to duration() | Max Kellermann | 1 | -1/+1 | |
2014-08-29 | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 1 | -13/+17 | |
2014-08-26 | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 1 | -2/+2 | |
For type safety and code readability. | |||||
2014-02-24 | DecoderPlugin: free the container_scan() return value with delete[] | Max Kellermann | 1 | -4/+2 | |
2014-02-07 | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 1 | -10/+11 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -0/+0 | |
2014-01-14 | decoder/sidplay: use free() instead of g_free() | Max Kellermann | 1 | -2/+2 | |
This pointer was allocated by libc, not by GLib. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-07 | util/Alloc: new library replacing GLib's g_malloc() | Max Kellermann | 1 | -3/+4 | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -1/+1 | |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -2/+2 | |
2013-10-20 | decoder/sidplay: add header file | Max Kellermann | 1 | -0/+1 | |
2013-10-20 | decoder/sidplay: update file name | Max Kellermann | 1 | -0/+0 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -24/+24 | |
2013-10-19 | decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf() | Max Kellermann | 1 | -5/+6 | |
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -5/+4 | |
Replacing GLib macros. | |||||
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -14/+21 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -3/+3 | |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -4/+1 | |
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -8/+6 | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -4/+3 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -0/+1 | |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -1/+1 | |
2012-08-01 | decoder/sidplay: fix C++ compiler warnings | Max Kellermann | 1 | -4/+4 | |
2012-02-15 | decoder/sidplay: remove unused variable 'ret' | Jonathan Neuschäfer | 1 | -1/+0 | |
2012-02-11 | decoder_plugin: scan tags with callback table | Max Kellermann | 1 | -11/+15 | |
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object. | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-10-27 | decoder/sidplay: play mus, str, prg, x00 files | Alder Hornbridge | 1 | -0/+4 | |
2010-10-27 | decoder/sidplay: play monaural SID tunes in mono | Alder Hornbridge | 1 | -2/+10 | |
2010-01-04 | renamed decoder plugin sources | Max Kellermann | 1 | -0/+0 | |
Make it X_decoder_plugin.c. | |||||
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann | 1 | -2/+1 | |
This function replaces the replay_gain_info parameter for decoder_data(). This allows the decoder to announce replay gain changes, instead of having to pass the same object over and over. | |||||
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-12-31 | decoder_plugin: added method stream_tag() | Max Kellermann | 1 | -0/+1 | |
This is like tag_dup(), but works with an input_stream object instead of a file path. | |||||
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann | 1 | -4/+4 | |
Remove the data_time parameter from decoder_data(). This patch eliminates the timestamp counting in most decoder plugins, because the MPD core will do it automatically by default. | |||||
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -1/+1 | |
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value. | |||||
2009-11-14 | decoder: use audio_format_init_checked() | Max Kellermann | 1 | -0/+1 | |
Let the audio_check library verify the audio format in all (relevant, i.e. non-hardcoded) plugins. | |||||
2009-11-14 | decoder/sidplay: correctly calculate floating point time | Max Kellermann | 1 | -8/+11 | |
Internally, use only the integer time. When needed, convert it to a floating point seconds value. | |||||
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+2 | |
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. |