aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/mp3_plugin.c
Commit message (Expand)AuthorAge
* conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann2009-01-17
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-17
* added missing explicit config.h includesMax Kellermann2009-01-08
* Add RVA2 tag support to MPDPauli Virtanen2008-12-28
* mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann2008-12-24
* mp3: declare variables as "enum mp3_action"Max Kellermann2008-12-08
* mp3: use GLib loggingMax Kellermann2008-11-27
* mp3: fix SEEK command check after mp3_synth_and_send()Max Kellermann2008-11-13
* mp3: support stream tagsMax Kellermann2008-11-11
* mp3: eliminated duplicate command checkMax Kellermann2008-11-11
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann2008-11-11
* replay_gain: no CamelCaseMax Kellermann2008-11-11
* decoder: removed stream_typesMax Kellermann2008-11-04
* decoder_api: automatically send stream tagMax Kellermann2008-11-03
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-01
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-01
* decoder_api: pass constant path pointersMax Kellermann2008-10-31
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* mp3: make mp3_read() return boolMax Kellermann2008-10-30
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-29
* decoder_api: removed decoder_clear()Max Kellermann2008-10-29
* mp3: seek in backgroundMax Kellermann2008-10-29
* mp3: return from mp3_synth_and_send() on any commandMax Kellermann2008-10-29
* mp3: moved code to mp3_synth_and_send()Max Kellermann2008-10-29
* mp3: moved code to mp3_send_pcm()Max Kellermann2008-10-29
* mp3: moved code to mp3_update_timer_next_frame()Max Kellermann2008-10-29
* mp3: moved code to mp3_this_frame_offset()Max Kellermann2008-10-29
* mp3: moved code to mp3_time_to_frame()Max Kellermann2008-10-29
* mp3: assert that the stream is seekableMax Kellermann2008-10-29
* mp3: moved code to mp3_filesize_to_song_length()Max Kellermann2008-10-28
* mp3: no "goto"Max Kellermann2008-10-28
* mp3: use GLib allocation functionsMax Kellermann2008-10-28
* mp3: use boolMax Kellermann2008-10-28
* mp3: no CamelCaseMax Kellermann2008-10-28
* mp3: remove obsolete commentsMax Kellermann2008-10-28
* input_stream: convert offset and size to the off_t data typeMax Kellermann2008-10-28
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-28
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-26
* input_stream: no CamelCaseMax Kellermann2008-10-26
* input_stream: removed the InputStream typedefMax Kellermann2008-10-26
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-26