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
*
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
*
decoder_api: use GLib instead of utils.h
Max Kellermann
2009-01-03
1
-4
/
+5
*
pcm_utils: check pcm_convert()==0
Max Kellermann
2008-12-24
1
-0
/
+7
*
decoder_api.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
2008-11-24
1
-6
/
+7
*
decoder: check audio_format_valid() in all decoders
Max Kellermann
2008-11-21
1
-0
/
+1
*
decoder: ignore decoder_data() calls with length==0
Max Kellermann
2008-11-21
1
-1
/
+2
*
decoder: pass the correct buffer length to pcm_convert()
Max Kellermann
2008-11-18
1
-5
/
+6
*
decoder: check length==0 in decoder_read()
Max Kellermann
2008-11-15
1
-0
/
+3
*
decoder: additional dc.command checks in decoder_data()
Max Kellermann
2008-11-13
1
-0
/
+3
*
decoder: wait for the player only if the music pipe is full
Max Kellermann
2008-11-13
1
-4
/
+5
*
decoder: check dc.command at the beginning of decoder_data()
Max Kellermann
2008-11-13
1
-0
/
+4
*
decoder: ignore SEEK commands during initialization
Max Kellermann
2008-11-13
1
-1
/
+4
*
replay_gain: no CamelCase
Max Kellermann
2008-11-11
1
-3
/
+3
*
decoder: fixed assertion failure for decoder==NULL in decoder_read()
Max Kellermann
2008-11-11
1
-1
/
+2
*
decoder: added more assertions
Max Kellermann
2008-11-10
1
-0
/
+10
*
decoder: no CamelCase
Max Kellermann
2008-11-03
1
-4
/
+4
*
decoder_api: send song tag in decoder_data()
Max Kellermann
2008-11-03
1
-8
/
+26
*
decoder_api: automatically send stream tag
Max Kellermann
2008-11-03
1
-0
/
+51
[next]