aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/aac_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-05-30fixed seek, its now blocking againWarren Dukes1-2/+8
2004-05-29fix TIcho's seeking while paused bugWarren Dukes1-1/+1
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-2/+2
2004-05-20get rid of seekError in DecoderControlWarren Dukes1-4/+1
2004-05-20some fixes for non-blocking seek :-)Warren Dukes1-12/+0
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-1/+1
2004-05-19try to make seeking more non-blockingWarren Dukes1-3/+2
2004-05-18add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes1-2/+2
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-5/+7
2004-05-07implement new outputBuffering stuff for rest of decodersWarren Dukes1-36/+12
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-1/+1
2004-05-06mp4/aac now use InputStreamWarren Dukes1-25/+22
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-03when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes1-1/+1
2004-04-01use our own portable version of usleep using select()Warren Dukes1-1/+1
2004-03-25fix and detect differences between faad2 1.1 and 2.0Warren Dukes1-12/+27
2004-03-23fix a bug, due to not resetting decodeType in playerSeek when the file toWarren Dukes1-14/+15
2004-03-22a few aac/mp4 minor fixesWarren Dukes1-9/+15
2004-03-22print error messages for faad2Warren Dukes1-0/+3
2004-03-22implement acc-raw decoding, no seeking for aacWarren Dukes1-62/+60
2004-03-22aac decoding!Warren Dukes1-99/+50
2004-03-21add aac_decode.[ch] and start working on itWarren Dukes1-32/+175
2004-03-21more faad autoconf checksWarren Dukes1-2/+5
2004-03-21streamline ls.c codeWarren Dukes1-1/+2
2004-03-20close audio device on pauseWarren Dukes1-3/+0
2004-03-20git-svn-id: https://svn.musicpd.org/mpd/trunk@326 09075e82-0dd4-0310-85a5-a0d...Warren Dukes1-6/+12
2004-03-20average bitrate for mp4'sWarren Dukes1-0/+3
2004-03-20git-svn-id: https://svn.musicpd.org/mpd/trunk@319 09075e82-0dd4-0310-85a5-a0d...Warren Dukes1-4/+12
2004-03-20use offset, and a bunch of debugger crudWarren Dukes1-0/+8
2004-03-19fix boobooWarren Dukes1-1/+4
2004-03-19fix bug that prevented crosffading/gapless from working for mp4Warren Dukes1-33/+27
2004-03-18seek support for mp4/aacWarren Dukes1-12/+40
2004-03-18mp4 cleanupsWarren Dukes1-16/+31
2004-03-18mp4/aac cleanupsWarren Dukes1-105/+68
2004-03-18initial mp4/aac decoder, hasn't been tested at all yet, just compilesWarren Dukes1-0/+288