aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mp4_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-1/+1
* mp4: fix potential integer overflow bug in the mp4_decode() functionTerry2008-09-121-0/+7
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-11/+11
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-5/+5
* aac/mp4: removed local variable "eof" because it is unusedMax Kellermann2008-08-301-10/+5
* clean up CPP includesMax Kellermann2008-08-301-6/+0
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-32/+23
* Make the OutputBuffer API more consistentEric Wong2008-04-131-5/+5
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-16/+15
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-21/+20
* Fix a few more warnings from -WshadowEric Wong2008-04-121-12/+13
* constant pointersMax Kellermann2008-04-121-2/+2
* fix parameter types in the faad callsMax Kellermann2008-04-121-1/+1
* yet more unsigned integersMax Kellermann2008-04-121-1/+1
* 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-5/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-11/+0
* buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong2007-09-101-1/+1
* Adding very experimental streaming support for mp4.J. Alexander Treuman2007-06-041-16/+10
* 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-1/+1
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-3/+3
* Now fix the mp4 plugin warnings to what they were before the dynamic linkingAvuton Olrich2006-07-301-3/+3
* Put mp4ff back into the treeAvuton Olrich2006-07-261-30/+25
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-123/+131
* Warnings fixes, since MPD uses different mp4ff theyAvuton Olrich2006-07-191-4/+4
* Remove the internal mp4ff dependencyAvuton Olrich2006-07-191-42/+43
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-171-7/+7
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow2006-04-301-0/+4
* 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-1/+4
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-11/+31
* rewrite replaygain code, needs testingWarren Dukes2004-11-021-1/+1
* fix same seeking past end of file issue for mp4, please test DJMarioWarren Dukes2004-07-031-9/+12
* mod_plugin, just for tarzeauWarren Dukes2004-05-311-0/+4
* icynames are now copied to title of streamsWarren Dukes2004-05-311-4/+4
* fix avuton's mp4 compile bugWarren Dukes2004-05-311-1/+1
* mp4_pluginWarren Dukes2004-05-311-0/+426