aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins
Commit message (Expand)AuthorAge
...
* mp3: don't check dropSamplesAtStart in the loopMax Kellermann2008-08-26
* aac: support decoding AAC streamsMax Kellermann2008-08-26
* aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann2008-08-26
* aac: check buffer lengthsMax Kellermann2008-08-26
* aac: use fillAacBuffer() instead of manual readingMax Kellermann2008-08-26
* find AAC framesMax Kellermann2008-08-26
* aac: moved code to adts_check_frame()Max Kellermann2008-08-26
* aac: moved code to aac_buffer_shift()Max Kellermann2008-08-26
* aac: use inputStreamAtEOF()Max Kellermann2008-08-26
* aac: don't depend on consumed data in fillAacBuffer()Max Kellermann2008-08-26
* aac: simplified fillAacBuffer()Max Kellermann2008-08-26
* aac: make adtsParse() voidMax Kellermann2008-08-26
* aac: use size_tMax Kellermann2008-08-26
* aac: removed unused initAacBuffer() parametersMax Kellermann2008-08-26
* eliminate unused variables in the AAC decoderMax Kellermann2008-08-26
* added decoder_plugin_register()Max Kellermann2008-08-26
* renamed functions in decoder_list.hMax Kellermann2008-08-26
* no camel case in struct decoder_pluginMax Kellermann2008-08-26
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-26
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-26
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-26
* added decoder_get_url()Max Kellermann2008-08-26
* don't set dc->seekable in wavpack 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
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-26
* remove one indent level from audiofile pluginMax Kellermann2008-08-26
* use break instead of local variable "eof"Max Kellermann2008-08-26
* removed local variable "eof" because it is unusedMax Kellermann2008-08-26
* simplify several dc->command checksMax 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
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* don't call seekInputStream(0) if r==0Max Kellermann2008-06-30
* eliminated local variable "to_read"Max Kellermann2008-06-30
* mod: fix crashing on modtracker filesHans de Goede2008-06-13
* oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong2008-06-01
* use dc.current_song instead of pc.current_songMax Kellermann2008-04-15
* 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