aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mp4_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-423/+0
* removed internal copy of libmp4ffMax Kellermann2008-10-251-1/+1
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-9/+0
* input_stream: removed nmemb argumentMax Kellermann2008-10-171-1/+1
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-4/+4
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-7/+7
* don't include os_compat.hMax Kellermann2008-10-081-0/+1
* use C99 struct initializersMax Kellermann2008-09-291-10/+6
* 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
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+1
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-11/+11
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-5/+5
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-2/+2
* use a local "initialized" flag instead of dc->stateMax Kellermann2008-08-261-2/+4
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-4/+7
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-2/+2
* added decoder_get_command()Max Kellermann2008-08-261-3/+3
* removed local variable "eof" because it is unusedMax Kellermann2008-08-261-10/+5
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-3/+4
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-8/+7
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-3/+3
* added decoder_data()Max Kellermann2008-08-261-3/+3
* added decoder_initialized()Max Kellermann2008-08-261-4/+3
* added struct decoderMax Kellermann2008-08-261-1/+2
* added dc_command_finished()Max Kellermann2008-08-261-4/+2
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-7/+7
* clean up CPP includesMax Kellermann2008-08-261-6/+0
* 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