aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/aac_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-2/+2
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-2/+2
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-2/+2
* aac: support decoding AAC streamsMax Kellermann2008-08-301-2/+128
* aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann2008-08-301-11/+16
* aac: check buffer lengthsMax Kellermann2008-08-301-2/+3
* aac: use fillAacBuffer() instead of manual readingMax Kellermann2008-08-301-16/+4
* find AAC framesMax Kellermann2008-08-301-1/+35
* aac: moved code to adts_check_frame()Max Kellermann2008-08-301-11/+20
* aac: moved code to aac_buffer_shift()Max Kellermann2008-08-301-7/+14
* aac: use inputStreamAtEOF()Max Kellermann2008-08-301-5/+4
* aac: don't depend on consumed data in fillAacBuffer()Max Kellermann2008-08-301-6/+10
* aac: simplified fillAacBuffer()Max Kellermann2008-08-301-33/+25
* aac: make adtsParse() voidMax Kellermann2008-08-301-3/+1
* aac: use size_tMax Kellermann2008-08-301-6/+6
* aac: removed unused initAacBuffer() parametersMax Kellermann2008-08-301-9/+3
* eliminate unused variables in the AAC decoderMax Kellermann2008-08-301-10/+2
* aac/mp4: removed local variable "eof" because it is unusedMax Kellermann2008-08-301-7/+5
* clean up CPP includesMax Kellermann2008-08-301-4/+0
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-30/+14
* 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