index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
decoder_api.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
filter/replay_gain: added option "replaygain_limit"
Daniel Seuthe
2010-05-30
1
-1
/
+2
*
decoder_api: return effective replay gain
Daniel Seuthe
2010-05-18
1
-1
/
+1
*
mixramp: Adjust MixRamp threshold to account for ReplayGain.
Tim Phipps
2010-05-08
1
-2
/
+14
*
Add support for MixRamp tags
Tim Phipps
2010-03-21
1
-0
/
+12
*
decoder_api: use the correct format to calculate elapsed time
Max Kellermann
2010-03-17
1
-1
/
+1
*
replay_gain: reimplement as a filter plugin
Max Kellermann
2010-02-17
1
-10
/
+17
*
decoder_api: removed function decoder_get_uri()
Max Kellermann
2010-01-18
1
-9
/
+0
*
replay_gain: moved code to replay_gain_config.c
Max Kellermann
2010-01-04
1
-1
/
+1
*
replay_gain: moved code to replay_gain_info.c
Max Kellermann
2010-01-04
1
-0
/
+1
*
replay_gain: refactor API, move code to replay_gain_state.c
Max Kellermann
2010-01-04
1
-10
/
+6
*
decoder_api: added function decoder_replay_gain()
Max Kellermann
2010-01-04
1
-3
/
+17
*
Update copyright notices.
Avuton Olrich
2009-12-31
1
-1
/
+1
*
Merged release 0.15.7 from branch 'v0.15.x'
Max Kellermann
2009-12-27
1
-1
/
+5
|
\
|
*
decoder_thread: eliminate jitter after seek failure
Max Kellermann
2009-12-26
1
-1
/
+5
*
|
decoder, player: support song ranges
Max Kellermann
2009-12-27
1
-2
/
+9
*
|
decoder_api: added function decoder_timestamp()
Max Kellermann
2009-12-26
1
-3
/
+19
*
|
output_init: use the normalize filter plugin
Max Kellermann
2009-12-25
1
-4
/
+0
*
|
input_stream: return errors with GError
Max Kellermann
2009-12-15
1
-1
/
+9
*
|
fixed several gcc warnings on unused debug variables
Max Kellermann
2009-12-14
1
-1
/
+1
*
|
decoder_api: prefer stream_tag over decoder_tag
Thomas Jansen
2009-12-07
1
-2
/
+2
*
|
audio_format: added function audio_format_to_string()
Max Kellermann
2009-11-14
1
-8
/
+6
*
|
include config.h in all sources
Max Kellermann
2009-11-12
1
-0
/
+1
*
|
decoder_control: merge next_song and current_song
Max Kellermann
2009-11-03
1
-1
/
+1
*
|
decoder_api: check decoder==NULL in decoder_read()
Max Kellermann
2009-11-01
1
-1
/
+2
*
|
decoder_control: removed the global variable "dc"
Max Kellermann
2009-10-31
1
-62
/
+80
*
|
player_control: protect command, state, error with a mutex
Max Kellermann
2009-10-31
1
-5
/
+5
*
|
decoder_control: protect command, state with a mutex
Max Kellermann
2009-08-13
1
-5
/
+14
*
|
pcm_convert: use GError for error handling
Max Kellermann
2009-07-23
1
-8
/
+10
*
|
Preamp for missing replay-gain
Daniel Seuthe
2009-06-25
1
-2
/
+1
|
/
*
decoder_api: removed dc.pipe assertion from decoder_read()
Max Kellermann
2009-04-26
1
-1
/
+0
*
decoder: added assertions on dc.pipe
Max Kellermann
2009-04-25
1
-0
/
+11
*
decoder_api: submit the song tag to the music pipe
Max Kellermann
2009-04-13
1
-6
/
+12
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-7
/
+7
*
pipe: added music_buffer, rewrite music_pipe
Max Kellermann
2009-03-06
1
-16
/
+21
*
music_pipe: added music_pipe_push()
Max Kellermann
2009-03-06
1
-33
/
+45
*
decoder_api: log audio format in a debug message
Max Kellermann
2009-03-01
1
-0
/
+14
*
decoder_api: fixed shadow warning, rename "wait"
Max Kellermann
2009-02-19
1
-2
/
+2
*
utils: use g_usleep() instead of my_usleep()
Max Kellermann
2009-02-19
1
-2
/
+1
*
decoder_api: moved struct decoder_plugin to decoder_plugin.h
Max Kellermann
2009-02-15
1
-0
/
+1
*
decoder_api: always notify_wait() for free chunks
Max Kellermann
2009-01-17
1
-2
/
+1
*
decoder_api: pass const pointer to decoder_data()
Max Kellermann
2009-01-17
1
-1
/
+1
*
pcm_convert: return PCM buffer from pcm_convert()
Max Kellermann
2009-01-17
1
-20
/
+6
*
decoder_api: use music_pipe_write() instead of music_pipe_append()
Max Kellermann
2009-01-17
1
-14
/
+33
*
decoder_api: added assertion on partial frames
Max Kellermann
2009-01-16
1
-0
/
+1
*
decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized()
Max Kellermann
2009-01-15
1
-1
/
+1
*
decoder_api: don't ignore DECODE_COMMAND_STOP
Max Kellermann
2009-01-13
1
-2
/
+1
*
pcm: added pcm_convert_deinit(), pcm_resample_deinit()
Max Kellermann
2009-01-07
1
-2
/
+0
*
song: allocate the result of song_get_url()
Max Kellermann
2009-01-04
1
-3
/
+2
*
input_stream: added tag() method
Max Kellermann
2009-01-03
1
-65
/
+59
*
decoder_api: moved code to do_send_tag(), free temporary tag
Max Kellermann
2009-01-03
1
-7
/
+17
[next]