aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/flac_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-261-3/+3
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-3/+3
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-1/+1
* added decoder_get_command()Max Kellermann2008-08-261-6/+6
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-261-0/+1
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-1/+1
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-5/+5
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-2/+2
* added decoder_initialized()Max Kellermann2008-08-261-1/+1
* added struct decoderMax Kellermann2008-08-261-6/+7
* added dc_command_finished()Max Kellermann2008-08-261-2/+1
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-7/+8
* clean up CPP includesMax Kellermann2008-08-261-6/+0
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-7/+7
* Make the OutputBuffer API more consistentEric Wong2008-04-131-2/+2
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-9/+8
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-23/+20
* replaced assertion with checkMax Kellermann2008-04-121-2/+1
* multiply num_samples with bytes_per_channelMax Kellermann2008-04-121-1/+1
* missing num_channels check in previous patchMax Kellermann2008-04-121-1/+1
* special optimized case for 16bit stereoMax Kellermann2008-04-121-3/+20
* read num_channels onceMax Kellermann2008-04-121-3/+4
* assume the buffer is empty in flacWrite()Max Kellermann2008-04-121-4/+3
* convert blocks until the buffer is fullMax Kellermann2008-04-121-23/+43
* calculate bytes_per_channel, check for buffer flush onceMax Kellermann2008-04-121-11/+14
* don't calculate bytes per sample within the loopMax Kellermann2008-04-121-1/+2
* use unsigned integers and size_t in the flac pluginMax Kellermann2008-04-121-2/+7
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+1
* use unsigned integers in the flac pluginMax Kellermann2008-04-121-1/+1
* removed unused variableMax Kellermann2008-04-121-3/+3
* fix -Wconst warningsMax Kellermann2008-02-051-9/+9
* assume old flac api when FLAC_API_VERSION_CURRENT is not definedMax Kellermann2008-01-261-1/+1
* 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-10/+0
* Fix replaygain for latest flac version.Qball Cow2007-12-061-0/+9
* Add oga extension for flac-1.2.1Avuton Olrich2007-09-141-1/+1
* inputPlugins/flac: improve error messagesEric Wong2007-08-281-12/+13
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* flac: workaround for type inconsistency between new/old read callbackEric Wong2007-01-141-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-12/+1
* flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong2007-01-141-2/+7
* flac: sparse: mismatched enum type for seekEric Wong2007-01-141-1/+1
* Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2007-01-061-2/+2
* Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong2006-12-041-18/+105
* Introduce backwards compatibility with pre-1.1.3 FLACEric Wong2006-12-041-56/+106
* inputPlugins/flac_plugin: switch to the new (1.1.3) APIEric Wong2006-12-041-106/+60
* inputPlugins/flac_plugin: cleanup static declarationsEric Wong2006-12-041-149/+122