aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.c
Commit message (Expand)AuthorAge
* audio_format: remove the reverse_endian attributeMax Kellermann2012-03-21
* Merge branch 'v0.16.x'Max Kellermann2012-02-13
|\
| * decoder_api: check state before emitting initial seek commandMax Kellermann2012-02-13
* | Merge branch 'v0.16.x'Max Kellermann2011-11-28
|\|
| * decoder_api: cancel initial seek when song is not seekableMax Kellermann2011-11-27
* | decoder_api: convert data to host byte orderMax Kellermann2011-10-10
* | audio: rename audio.[ch] to audio_config.[ch]Max Kellermann2011-10-10
* | Merge branch 'v0.16.x'Max Kellermann2011-10-06
|\|
| * decoder_api: call _prepare_initial_seek() in decoder_tag()Max Kellermann2011-10-06
| * decoder_api: move code to _prepare_initial_seek()Max Kellermann2011-10-06
| * decoder_control: add attributes start_ms, end_msMax Kellermann2011-10-05
| * decoder_api: don't copy tag to pipe during initial seekMax Kellermann2011-10-05
| * decoder_api: clear initial_seek_running on errorMax Kellermann2011-10-04
* | Merge branch 'v0.16.x'Max Kellermann2011-09-22
|\|
| * decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann2011-09-22
* | input_stream: non-blocking I/OMax Kellermann2011-09-16
* | decoder_api: remove the loop from decoder_read()Max Kellermann2011-09-16
* | decoder_api: move code to decoder_check_cancel_read()Max Kellermann2011-09-16
* | decoder_internal: don't call input_stream_buffer()Max Kellermann2011-09-14
* | 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