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_control.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-11-08
decoder: converted dc.error to a dc.state value
Max Kellermann
1
-12
/
+30
2008-11-03
decoder: converted DECODE_ERROR_* to enum
Max Kellermann
1
-4
/
+6
2008-11-03
decoder: removed "volatile" modifier
Max Kellermann
1
-2
/
+2
2008-11-03
decoder: no CamelCase
Max Kellermann
1
-3
/
+3
2008-11-02
decoder: replaced music_pipe.audioFormat with dc.out_audio_format
Max Kellermann
1
-1
/
+7
2008-10-31
added prefix to header macros
Max Kellermann
1
-2
/
+2
2008-10-30
decoder: use bool for return values and flags
Max Kellermann
1
-5
/
+5
2008-10-08
notify: removed the "Notify" typedef
Max Kellermann
1
-5
/
+8
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-6
/
+8
2008-09-29
switch to C99 types, part II
Max Kellermann
1
-3
/
+3
2008-09-24
notify: added notify_deinit()
Max Kellermann
1
-0
/
+2
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
1
-1
/
+1
2008-08-26
moved code to pc_init(), dc_init()
Max Kellermann
1
-0
/
+2
2008-08-26
renamed decode.h to decoder_control.h
Max Kellermann
1
-0
/
+1
2008-08-26
renamed decode.c to decoder_thread.c
Max Kellermann
1
-2
/
+0
2008-08-26
moved enum decoder_command to decoder_api.h
Max Kellermann
1
-7
/
+1
2008-08-26
moved variable "dc" to decode.h
Max Kellermann
1
-12
/
+14
2008-08-26
hide DecoderControl accesses in inline functions
Max Kellermann
1
-0
/
+21
2008-08-26
added decoder_control.c
Max Kellermann
1
-0
/
+10
2008-08-26
moved code to player_thread.c
Max Kellermann
1
-2
/
+0
2008-08-26
added decoder_command_finished() to decoder_api.h
Max Kellermann
1
-7
/
+0
2008-08-26
moved struct AudioFormat to audio_format.h
Max Kellermann
1
-1
/
+1
2008-08-26
invoke the notify API directly
Max Kellermann
1
-4
/
+0
2008-08-26
added dc_command_finished()
Max Kellermann
1
-0
/
+7
2008-08-26
merged start, stop, seek into DecoderControl.command
Max Kellermann
1
-3
/
+8
2008-08-26
added dc.next_song, renamed pc.current_song
Max Kellermann
1
-0
/
+1
2008-06-01
make DecoderControl.state an enum
Max Kellerman
1
-4
/
+6
2008-04-13
Stop passing our single DecoderControl object everywhere
Eric Wong
1
-2
/
+2
2008-04-12
pass dc to decoder_task()
Max Kellermann
1
-1
/
+1
2008-04-12
clean up CPP includes
Max Kellermann
1
-6
/
+0
2008-04-12
pass DecoderControl object to decoder_sleep()
Max Kellermann
1
-1
/
+1
2008-04-12
use the notify API in the decoder
Max Kellermann
1
-0
/
+3
2008-04-12
Start using song pointers in core data structures
Eric Wong
1
-1
/
+2
2008-04-12
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
1
-3
/
+6
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-3
/
+1
2007-12-28
Merge branches/ew r7104
Eric Wong
1
-1
/
+2
2007-09-07
get rid of unused DECODE_SUFFIX_* #defines
Eric Wong
1
-7
/
+0
2007-04-05
The massive copyright update
Avuton Olrich
1
-1
/
+1
2006-08-20
Fix warnings for -Wmissing-prototypes
Avuton Olrich
1
-1
/
+1
2006-07-20
Add mpd-indent.sh
Avuton Olrich
1
-4
/
+4
2006-07-14
Change shank's email address
J. Alexander Treuman
1
-1
/
+1
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
1
-1
/
+1
2005-03-08
now player and decoder processes should only exit() when receiving term signa...
Warren Dukes
1
-1
/
+2
2004-11-03
remove vim &*(@
Warren Dukes
1
-1
/
+0
2004-06-06
mechanism for updating metadata while decoding
Warren Dukes
1
-2
/
+0
2004-06-06
todo update
Warren Dukes
1
-8
/
+1
2004-06-01
ogg voribs comment parsing on the fly in the decoder
Warren Dukes
1
-0
/
+5
2004-05-31
icynames are now copied to title of streams
Warren Dukes
1
-1
/
+6
2004-05-30
fixed seek, its now blocking again
Warren Dukes
1
-1
/
+2
2004-05-20
get rid of seekError in DecoderControl
Warren Dukes
1
-1
/
+0
[next]