aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder_*: convert to C++Max Kellermann2013-01-041-567/+0
* audio_format: remove the reverse_endian attributeMax Kellermann2012-03-211-3/+0
* Merge branch 'v0.16.x'Max Kellermann2012-02-131-0/+6
|\
| * decoder_api: check state before emitting initial seek commandMax Kellermann2012-02-131-0/+6
* | Merge branch 'v0.16.x'Max Kellermann2011-11-281-0/+6
|\|
| * decoder_api: cancel initial seek when song is not seekableMax Kellermann2011-11-271-0/+6
* | decoder_api: convert data to host byte orderMax Kellermann2011-10-101-0/+3
* | audio: rename audio.[ch] to audio_config.[ch]Max Kellermann2011-10-101-1/+1
* | Merge branch 'v0.16.x'Max Kellermann2011-10-061-15/+46
|\|
| * 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
* | Merge branch 'v0.16.x'Max Kellermann2011-09-221-6/+57
|\|
| * decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann2011-09-221-6/+57
* | input_stream: non-blocking I/OMax Kellermann2011-09-161-3/+16
* | decoder_api: remove the loop from decoder_read()Max Kellermann2011-09-161-16/+10
* | decoder_api: move code to decoder_check_cancel_read()Max Kellermann2011-09-161-12/+28
* | decoder_internal: don't call input_stream_buffer()Max Kellermann2011-09-141-8/+7
* | copyright year 2011Max Kellermann2011-01-291-1/+1
* | decoder_control: store GCond object, not a player_controlMax Kellermann2011-01-101-9/+6
* | player_control: removed the global variable "pc"Max Kellermann2011-01-101-6/+6
|/
* 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