aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/aac_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* added decoder_get_command()Max Kellermann2008-08-261-3/+3
* removed local variable "eof" because it is unusedMax Kellermann2008-08-261-9/+4
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-3/+2
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-6/+5
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-1/+1
* added decoder_data()Max Kellermann2008-08-261-3/+3
* added decoder_initialized()Max Kellermann2008-08-261-3/+3
* added struct decoderMax Kellermann2008-08-261-1/+1
* added dc_command_finished()Max Kellermann2008-08-261-4/+2
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-7/+7
* clean up CPP includesMax Kellermann2008-08-261-4/+0
* Make the OutputBuffer API more consistentEric Wong2008-04-131-3/+3
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-4/+4
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-17/+17
* Fix a few more warnings from -WshadowEric Wong2008-04-121-12/+11
* constant pointersMax Kellermann2008-04-121-2/+2
* fix parameter types in the faad callsMax Kellermann2008-04-121-2/+2
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-8/+0
* Add MIME types for the aac and mp4 input plugins. Note that these won'tJ. Alexander Treuman2007-06-041-3/+4
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-12/+1
* jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes2006-10-181-2/+2
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+1
* Fix an esoteric gcc warningJ. Alexander Treuman2006-08-251-3/+4
* This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich2006-08-201-2/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-165/+203
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-171-9/+9
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-0/+2
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-081-0/+3
* syntax error cleanupWarren Dukes2005-04-031-1/+1
* fix syntax errorWarren Dukes2005-04-031-1/+1
* - Fix incompatible type warningsAvuton Olrich2005-03-291-2/+2
* rewrite replaygain code, needs testingWarren Dukes2004-11-021-1/+1
* mod_plugin, just for tarzeauWarren Dukes2004-05-311-0/+4
* icynames are now copied to title of streamsWarren Dukes2004-05-311-4/+4
* aac_pluginWarren Dukes2004-05-311-0/+438