aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder_api: check state before emitting initial seek commandMax Kellermann2012-02-131-0/+6
* decoder_api: cancel initial seek when song is not seekableMax Kellermann2011-11-271-0/+6
* decoder_api: call _prepare_initial_seek() in decoder_tag()Max Kellermann2011-10-061-1/+1
* decoder_api: move code to _prepare_initial_seek()Max Kellermann2011-10-061-7/+31
* decoder_control: add attributes start_ms, end_msMax Kellermann2011-10-051-4/+4
* decoder_api: don't copy tag to pipe during initial seekMax Kellermann2011-10-051-3/+8
* decoder_api: clear initial_seek_running on errorMax Kellermann2011-10-041-1/+3
* decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann2011-09-221-6/+57
* filter/replay_gain: added option "replaygain_limit"Daniel Seuthe2010-05-301-1/+2
* decoder_api: return effective replay gainDaniel Seuthe2010-05-181-1/+1
* mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-081-2/+14
* Add support for MixRamp tagsTim Phipps2010-03-211-0/+12
* decoder_api: use the correct format to calculate elapsed timeMax Kellermann2010-03-171-1/+1
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-171-10/+17
* decoder_api: removed function decoder_get_uri()Max Kellermann2010-01-181-9/+0
* replay_gain: moved code to replay_gain_config.cMax Kellermann2010-01-041-1/+1
* replay_gain: moved code to replay_gain_info.cMax Kellermann2010-01-041-0/+1
* replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann2010-01-041-10/+6
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-041-3/+17
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* Merged release 0.15.7 from branch 'v0.15.x'Max Kellermann2009-12-271-1/+5
|\
| * decoder_thread: eliminate jitter after seek failureMax Kellermann2009-12-261-1/+5
* | decoder, player: support song rangesMax Kellermann2009-12-271-2/+9
* | decoder_api: added function decoder_timestamp()Max Kellermann2009-12-261-3/+19
* | output_init: use the normalize filter pluginMax Kellermann2009-12-251-4/+0
* | input_stream: return errors with GErrorMax Kellermann2009-12-151-1/+9
* | fixed several gcc warnings on unused debug variablesMax Kellermann2009-12-141-1/+1
* | decoder_api: prefer stream_tag over decoder_tagThomas Jansen2009-12-071-2/+2
* | audio_format: added function audio_format_to_string()Max Kellermann2009-11-141-8/+6
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* | decoder_control: merge next_song and current_songMax Kellermann2009-11-031-1/+1
* | decoder_api: check decoder==NULL in decoder_read()Max Kellermann2009-11-011-1/+2
* | decoder_control: removed the global variable "dc"Max Kellermann2009-10-311-62/+80
* | player_control: protect command, state, error with a mutexMax Kellermann2009-10-311-5/+5
* | decoder_control: protect command, state with a mutexMax Kellermann2009-08-131-5/+14
* | pcm_convert: use GError for error handlingMax Kellermann2009-07-231-8/+10
* | Preamp for missing replay-gainDaniel Seuthe2009-06-251-2/+1
|/
* decoder_api: removed dc.pipe assertion from decoder_read()Max Kellermann2009-04-261-1/+0
* decoder: added assertions on dc.pipeMax Kellermann2009-04-251-0/+11
* decoder_api: submit the song tag to the music pipeMax Kellermann2009-04-131-6/+12
* all: Update copyright header.Avuton Olrich2009-03-131-7/+7
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-061-16/+21
* music_pipe: added music_pipe_push()Max Kellermann2009-03-061-33/+45
* decoder_api: log audio format in a debug messageMax Kellermann2009-03-011-0/+14
* decoder_api: fixed shadow warning, rename "wait"Max Kellermann2009-02-191-2/+2
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-191-2/+1
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-151-0/+1
* decoder_api: always notify_wait() for free chunksMax Kellermann2009-01-171-2/+1
* decoder_api: pass const pointer to decoder_data()Max Kellermann2009-01-171-1/+1
* pcm_convert: return PCM buffer from pcm_convert()Max Kellermann2009-01-171-20/+6