aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* mp3: audio_linear_dither() returns mpd_sint16Max Kellermann2008-08-261-11/+9
* mp3: changed outputBuffer's type to mpd_sint16[]Max Kellermann2008-08-261-3/+3
* mp3: moved num_samples calculation out of the loopMax Kellermann2008-08-261-5/+7
* mp3: eliminated outputPtrMax Kellermann2008-08-261-14/+3
* mp3: don't do a second flush in mp3_decode()Max Kellermann2008-08-261-17/+1
* mp3: always flush directly after decoding/ditheringMax Kellermann2008-08-261-15/+13
* mp3: dither a whole block at a timeMax Kellermann2008-08-261-3/+9
* mp3: moved dropSamplesAtEnd check out of the loopMax Kellermann2008-08-261-21/+18
* mp3: make samplesPerFrame more localMax Kellermann2008-08-261-2/+1
* mp3: unsigned integersMax Kellermann2008-08-261-11/+11
* mp3: removed double cmd==STOP checkMax Kellermann2008-08-261-3/+0
* mp3: moved code to dither_buffer()Max Kellermann2008-08-261-14/+30
* 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