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