aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mp3: don't check dropSamplesAtStart in the loopMax Kellermann2008-08-261-7/+14
* aac: support decoding AAC streamsMax Kellermann2008-08-261-2/+137
* aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann2008-08-261-11/+16
* aac: check buffer lengthsMax Kellermann2008-08-261-2/+3
* aac: use fillAacBuffer() instead of manual readingMax Kellermann2008-08-261-16/+4
* find AAC framesMax Kellermann2008-08-261-1/+35
* aac: moved code to adts_check_frame()Max Kellermann2008-08-261-11/+20
* aac: moved code to aac_buffer_shift()Max Kellermann2008-08-261-7/+14
* aac: use inputStreamAtEOF()Max Kellermann2008-08-261-5/+4
* aac: don't depend on consumed data in fillAacBuffer()Max Kellermann2008-08-261-6/+10
* aac: simplified fillAacBuffer()Max Kellermann2008-08-261-33/+25
* aac: make adtsParse() voidMax Kellermann2008-08-261-3/+1
* aac: use size_tMax Kellermann2008-08-261-6/+6
* aac: removed unused initAacBuffer() parametersMax Kellermann2008-08-261-9/+3
* eliminate unused variables in the AAC decoderMax Kellermann2008-08-261-10/+2
* added decoder_plugin_register()Max Kellermann2008-08-261-2/+1
* renamed functions in decoder_list.hMax Kellermann2008-08-261-1/+1
* no camel case in struct decoder_pluginMax Kellermann2008-08-261-5/+5
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-261-1/+1
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-2610-21/+21
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-262-4/+5
* added decoder_get_url()Max Kellermann2008-08-261-1/+1
* don't set dc->seekable in wavpack pluginMax Kellermann2008-08-261-2/+0
* use a local "initialized" flag instead of dc->stateMax Kellermann2008-08-263-5/+11
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-2610-40/+40
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-2610-15/+15
* added decoder_get_command()Max Kellermann2008-08-2611-59/+67
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-264-4/+3
* remove one indent level from audiofile pluginMax Kellermann2008-08-261-30/+25
* use break instead of local variable "eof"Max Kellermann2008-08-261-16/+12
* removed local variable "eof" because it is unusedMax Kellermann2008-08-262-19/+9
* simplify several dc->command checksMax Kellermann2008-08-261-7/+3
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-2612-27/+25
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-2612-81/+78
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-2610-22/+21
* added decoder_data()Max Kellermann2008-08-269-59/+58
* added decoder_initialized()Max Kellermann2008-08-2611-31/+28
* added struct decoderMax Kellermann2008-08-2612-23/+35
* added dc_command_finished()Max Kellermann2008-08-2610-30/+15
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-2611-80/+95
* clean up CPP includesMax Kellermann2008-08-2613-64/+0
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-264-10/+11
* don't call seekInputStream(0) if r==0Max Kellermann2008-06-301-1/+2
* eliminated local variable "to_read"Max Kellermann2008-06-301-4/+3
* mod: fix crashing on modtracker filesHans de Goede2008-06-131-1/+1
* oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong2008-06-011-1/+1
* use dc.current_song instead of pc.current_songMax Kellermann2008-04-151-1/+1
* Make the OutputBuffer API more consistentEric Wong2008-04-1312-42/+42
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-1312-86/+77
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-1312-244/+222