aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mp4_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-26added decoder_initialized()Max Kellermann1-4/+3
2008-08-26added struct decoderMax Kellermann1-1/+2
2008-08-26added dc_command_finished()Max Kellermann1-4/+2
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann1-7/+7
2008-08-26clean up CPP includesMax Kellermann1-6/+0
2008-04-13Make the OutputBuffer API more consistentEric Wong1-5/+5
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-16/+15
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-21/+20
2008-04-12Fix a few more warnings from -WshadowEric Wong1-12/+13
2008-04-12constant pointersMax Kellermann1-2/+2
2008-04-12fix parameter types in the faad callsMax Kellermann1-1/+1
2008-04-12yet more unsigned integersMax Kellermann1-1/+1
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-5/+1
2008-01-01Simplify decode cleanup logic a bitEric Wong1-11/+0
2007-09-10buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong1-1/+1
2007-06-04Adding very experimental streaming support for mp4.J. Alexander Treuman1-16/+10
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-1/+1
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-3/+3
2006-07-30Now fix the mp4 plugin warnings to what they were before the dynamic linkingAvuton Olrich1-3/+3
2006-07-26Put mp4ff back into the treeAvuton Olrich1-30/+25
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-123/+131
2006-07-19Warnings fixes, since MPD uses different mp4ff theyAvuton Olrich1-4/+4
2006-07-19Remove the internal mp4ff dependencyAvuton Olrich1-42/+43
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong1-7/+7
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-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow1-0/+4
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-1/+4
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-11/+31
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-1/+1
2004-07-03fix same seeking past end of file issue for mp4, please test DJMarioWarren Dukes1-9/+12
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-31fix avuton's mp4 compile bugWarren Dukes1-1/+1
2004-05-31mp4_pluginWarren Dukes1-11/+121
2004-05-30fixed seek, its now blocking againWarren Dukes1-2/+5
2004-05-29fix TIcho's seeking while paused bugWarren Dukes1-1/+2
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-2/+2
2004-05-20some fixes for non-blocking seek :-)Warren Dukes1-13/+0
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-0/+1
2004-05-19try to make seeking more non-blockingWarren Dukes1-3/+2
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes1-2/+1
2004-05-18add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes1-1/+1
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-7/+9