aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins/mp4_plugin.c
Commit message (Expand)AuthorAge
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-26
* use a local "initialized" flag instead of dc->stateMax Kellermann2008-08-26
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-26
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-26
* added decoder_get_command()Max Kellermann2008-08-26
* removed local variable "eof" because it is unusedMax Kellermann2008-08-26
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-26
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-26
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-26
* added decoder_data()Max Kellermann2008-08-26
* added decoder_initialized()Max Kellermann2008-08-26
* added struct decoderMax Kellermann2008-08-26
* added dc_command_finished()Max Kellermann2008-08-26
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-26
* clean up CPP includesMax Kellermann2008-08-26
* Make the OutputBuffer API more consistentEric Wong2008-04-13
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-13
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-13
* Fix a few more warnings from -WshadowEric Wong2008-04-12
* constant pointersMax Kellermann2008-04-12
* fix parameter types in the faad callsMax Kellermann2008-04-12
* yet more unsigned integersMax Kellermann2008-04-12
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Simplify decode cleanup logic a bitEric Wong2008-01-01
* buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong2007-09-10
* Adding very experimental streaming support for mp4.J. Alexander Treuman2007-06-04
* Add MIME types for the aac and mp4 input plugins. Note that these won'tJ. Alexander Treuman2007-06-04
* The massive copyright updateAvuton Olrich2007-04-05
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes2006-10-18
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Now fix the mp4 plugin warnings to what they were before the dynamic linkingAvuton Olrich2006-07-30
* Put mp4ff back into the treeAvuton Olrich2006-07-26
* Add mpd-indent.shAvuton Olrich2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* Warnings fixes, since MPD uses different mp4ff theyAvuton Olrich2006-07-19
* Remove the internal mp4ff dependencyAvuton Olrich2006-07-19
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-17
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow2006-04-30
* merge with mpd/trunk up to r3925Eric Wong2006-03-16
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-08
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* rewrite replaygain code, needs testingWarren Dukes2004-11-02
* fix same seeking past end of file issue for mp4, please test DJMarioWarren Dukes2004-07-03
* mod_plugin, just for tarzeauWarren Dukes2004-05-31
* icynames are now copied to title of streamsWarren Dukes2004-05-31
* fix avuton's mp4 compile bugWarren Dukes2004-05-31