aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10decoder_control: store GCond object, not a player_controlMax Kellermann1-9/+6
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-6/+6
2010-05-30filter/replay_gain: added option "replaygain_limit"Daniel Seuthe1-1/+2
2010-05-18decoder_api: return effective replay gainDaniel Seuthe1-1/+1
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-2/+14
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+12
2010-03-17decoder_api: use the correct format to calculate elapsed timeMax Kellermann1-1/+1
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-10/+17
2010-01-18decoder_api: removed function decoder_get_uri()Max Kellermann1-9/+0
2010-01-04replay_gain: moved code to replay_gain_config.cMax Kellermann1-1/+1
2010-01-04replay_gain: moved code to replay_gain_info.cMax Kellermann1-0/+1
2010-01-04replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann1-10/+6
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-3/+17
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-27decoder, player: support song rangesMax Kellermann1-2/+9
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-3/+19
2009-12-26decoder_thread: eliminate jitter after seek failureMax Kellermann1-1/+5
2009-12-25output_init: use the normalize filter pluginMax Kellermann1-4/+0
2009-12-15input_stream: return errors with GErrorMax Kellermann1-1/+9
2009-12-14fixed several gcc warnings on unused debug variablesMax Kellermann1-1/+1
2009-12-07decoder_api: prefer stream_tag over decoder_tagThomas Jansen1-2/+2
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann1-8/+6
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-03decoder_control: merge next_song and current_songMax Kellermann1-1/+1
2009-11-01decoder_api: check decoder==NULL in decoder_read()Max Kellermann1-1/+2
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann1-62/+80
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann1-5/+5
2009-08-13decoder_control: protect command, state with a mutexMax Kellermann1-5/+14
2009-07-23pcm_convert: use GError for error handlingMax Kellermann1-8/+10
2009-06-25Preamp for missing replay-gainDaniel Seuthe1-2/+1
2009-04-26decoder_api: removed dc.pipe assertion from decoder_read()Max Kellermann1-1/+0
2009-04-25decoder: added assertions on dc.pipeMax Kellermann1-0/+11
2009-04-13decoder_api: submit the song tag to the music pipeMax Kellermann1-6/+12
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-03-06pipe: added music_buffer, rewrite music_pipeMax Kellermann1-16/+21
2009-03-06music_pipe: added music_pipe_push()Max Kellermann1-33/+45
2009-03-01decoder_api: log audio format in a debug messageMax Kellermann1-0/+14
2009-02-19decoder_api: fixed shadow warning, rename "wait"Max Kellermann1-2/+2
2009-02-19utils: use g_usleep() instead of my_usleep()Max Kellermann1-2/+1
2009-02-15decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann1-0/+1
2009-01-17decoder_api: always notify_wait() for free chunksMax Kellermann1-2/+1
2009-01-17decoder_api: pass const pointer to decoder_data()Max Kellermann1-1/+1
2009-01-17pcm_convert: return PCM buffer from pcm_convert()Max Kellermann1-20/+6
2009-01-17decoder_api: use music_pipe_write() instead of music_pipe_append()Max Kellermann1-14/+33
2009-01-16decoder_api: added assertion on partial framesMax Kellermann1-0/+1
2009-01-15decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized()Max Kellermann1-1/+1
2009-01-13decoder_api: don't ignore DECODE_COMMAND_STOPMax Kellermann1-2/+1
2009-01-07pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann1-2/+0
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-3/+2