| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed decode.h to decoder_control.h | Max Kellermann | 2008-08-26 | 1 | -89/+0 |
* | renamed decode.c to decoder_thread.c | Max Kellermann | 2008-08-26 | 1 | -2/+0 |
* | moved enum decoder_command to decoder_api.h | Max Kellermann | 2008-08-26 | 1 | -7/+1 |
* | moved variable "dc" to decode.h | Max Kellermann | 2008-08-26 | 1 | -12/+14 |
* | hide DecoderControl accesses in inline functions | Max Kellermann | 2008-08-26 | 1 | -0/+21 |
* | added decoder_control.c | Max Kellermann | 2008-08-26 | 1 | -0/+10 |
* | moved code to player_thread.c | Max Kellermann | 2008-08-26 | 1 | -2/+0 |
* | added decoder_command_finished() to decoder_api.h | Max Kellermann | 2008-08-26 | 1 | -7/+0 |
* | moved struct AudioFormat to audio_format.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | invoke the notify API directly | Max Kellermann | 2008-08-26 | 1 | -4/+0 |
* | added dc_command_finished() | Max Kellermann | 2008-08-26 | 1 | -0/+7 |
* | merged start, stop, seek into DecoderControl.command | Max Kellermann | 2008-08-26 | 1 | -3/+8 |
* | added dc.next_song, renamed pc.current_song | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | make DecoderControl.state an enum | Max Kellerman | 2008-06-01 | 1 | -4/+6 |
* | Stop passing our single DecoderControl object everywhere | Eric Wong | 2008-04-13 | 1 | -2/+2 |
* | pass dc to decoder_task() | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -6/+0 |
* | pass DecoderControl object to decoder_sleep() | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | use the notify API in the decoder | Max Kellermann | 2008-04-12 | 1 | -0/+3 |
* | Start using song pointers in core data structures | Eric Wong | 2008-04-12 | 1 | -1/+2 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 1 | -3/+6 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -3/+1 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -1/+2 |
* | get rid of unused DECODE_SUFFIX_* #defines | Eric Wong | 2007-09-07 | 1 | -7/+0 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -1/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -4/+4 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | now player and decoder processes should only exit() when receiving term signa... | Warren Dukes | 2005-03-08 | 1 | -1/+2 |
* | remove vim &*(@ | Warren Dukes | 2004-11-03 | 1 | -1/+0 |
* | mechanism for updating metadata while decoding | Warren Dukes | 2004-06-06 | 1 | -2/+0 |
* | todo update | Warren Dukes | 2004-06-06 | 1 | -8/+1 |
* | ogg voribs comment parsing on the fly in the decoder | Warren Dukes | 2004-06-01 | 1 | -0/+5 |
* | icynames are now copied to title of streams | Warren Dukes | 2004-05-31 | 1 | -1/+6 |
* | fixed seek, its now blocking again | Warren Dukes | 2004-05-30 | 1 | -1/+2 |
* | get rid of seekError in DecoderControl | Warren Dukes | 2004-05-20 | 1 | -1/+0 |
* | non-blocking seeking, needs some testing! (this is not just for streams | Warren Dukes | 2004-05-19 | 1 | -1/+1 |
* | bug fixy poo s/1/0/ | Warren Dukes | 2004-05-19 | 1 | -0/+1 |
* | try to make seeking more non-blocking | Warren Dukes | 2004-05-19 | 1 | -1/+2 |
* | fix a mem leak when unknow type in decodeStart() | Warren Dukes | 2004-05-18 | 1 | -2/+2 |
* | rework stuff so that we can use mime-type of streams to detect type of file | Warren Dukes | 2004-05-18 | 1 | -8/+11 |
* | some more work on organizing code for resampling/audioFormat conversion | Warren Dukes | 2004-05-10 | 1 | -1/+4 |
* | log cycling and a few cleanups | Warren Dukes | 2004-04-15 | 1 | -6/+7 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | fix error reporting for mp4 files | Warren Dukes | 2004-03-22 | 1 | -0/+1 |
* | aac decoding! | Warren Dukes | 2004-03-22 | 1 | -5/+8 |
* | parse length from Aac files and ID3 tags | Warren Dukes | 2004-03-21 | 1 | -0/+1 |
* | bunch of autotool cleanups | Warren Dukes | 2004-03-18 | 1 | -2/+3 |
* | have AAC and MP4 types | Warren Dukes | 2004-03-17 | 1 | -0/+1 |