aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/aac_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-2/+2
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-2/+2
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann1-2/+2
2008-08-30aac: support decoding AAC streamsMax Kellermann1-2/+128
2008-08-30aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann1-11/+16
2008-08-30aac: check buffer lengthsMax Kellermann1-2/+3
2008-08-30aac: use fillAacBuffer() instead of manual readingMax Kellermann1-16/+4
2008-08-30find AAC framesMax Kellermann1-1/+35
2008-08-30aac: moved code to adts_check_frame()Max Kellermann1-11/+20
2008-08-30aac: moved code to aac_buffer_shift()Max Kellermann1-7/+14
2008-08-30aac: use inputStreamAtEOF()Max Kellermann1-5/+4
2008-08-30aac: don't depend on consumed data in fillAacBuffer()Max Kellermann1-6/+10
2008-08-30aac: simplified fillAacBuffer()Max Kellermann1-33/+25
2008-08-30aac: make adtsParse() voidMax Kellermann1-3/+1
2008-08-30aac: use size_tMax Kellermann1-6/+6
2008-08-30aac: removed unused initAacBuffer() parametersMax Kellermann1-9/+3
2008-08-30eliminate unused variables in the AAC decoderMax Kellermann1-10/+2
2008-08-30aac/mp4: removed local variable "eof" because it is unusedMax Kellermann1-7/+5
2008-08-30clean up CPP includesMax Kellermann1-4/+0
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-30/+14
2008-04-13Make the OutputBuffer API more consistentEric Wong1-3/+3
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-4/+4
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-17/+17
2008-04-12Fix a few more warnings from -WshadowEric Wong1-12/+11
2008-04-12constant pointersMax Kellermann1-2/+2
2008-04-12fix parameter types in the faad callsMax Kellermann1-2/+2
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-0/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+1
2008-01-01Simplify decode cleanup logic a bitEric Wong1-8/+0
2007-06-04Add MIME types for the aac and mp4 input plugins. Note that these won'tJ. Alexander Treuman1-3/+4
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-12/+1
2006-10-18jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes1-2/+2
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-08-25Fix an esoteric gcc warningJ. Alexander Treuman1-3/+4
2006-08-20This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-165/+203
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong1-9/+9
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-0/+2
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-0/+3
2005-04-03syntax error cleanupWarren Dukes1-1/+1
2005-04-03fix syntax errorWarren Dukes1-1/+1
2005-03-29- Fix incompatible type warningsAvuton Olrich1-2/+2
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-1/+1
2004-05-31mod_plugin, just for tarzeauWarren Dukes1-0/+4
2004-05-31icynames are now copied to title of streamsWarren Dukes1-4/+4
2004-05-31aac_pluginWarren Dukes1-8/+46