summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-19test: added program to test pcm_convert.cMax Kellermann
2009-11-19test/software_volume: check for errorsMax Kellermann
2009-11-19test/software_volume: fixed audio_format parserMax Kellermann
2009-11-19Merged release 0.15.6 from branch 'v0.15.x'Max Kellermann
2009-11-19decoder/flac: fixed compiler warningMax Kellermann
2009-11-18Modify version string to post-release version 0.15.7~gitAvuton Olrich
2009-11-18mpd version 0.15.6v0.15.6Avuton Olrich
2009-11-18decoder/flac: fixed NULL pointer dereference in CUE codeMax Kellermann
2009-11-17cmdline: print out list of encoders in --version infoViliam Mateicka
2009-11-17encoder: let wave encoder to use pcm_buffer, pcm conversion code cleanupViliam Mateicka
2009-11-17encoder: introducing flac encoder pluginViliam Mateicka
2009-11-15id3: allow 4 MB RIFF/AIFF tagsMax Kellermann
2009-11-15decoder/ffmpeg: align the output bufferMax Kellermann
2009-11-15output/openal: use audio_format_to_string()Max Kellermann
2009-11-15crossfade: use audio_format_valid() in assertionMax Kellermann
2009-11-14valgrind.suppressions: added entry for g_main_context_default()Max Kellermann
2009-11-14decoder/audio: eliminate the "bits" variableMax Kellermann
2009-11-14decoder/audiofile: moved code to audiofile_setup_sample_format()Max Kellermann
2009-11-14decoder/modplug: count frame positionMax Kellermann
2009-11-14decoder/modplug: floating point division for song durationMax Kellermann
2009-11-14decoder/modplug: check ModPlug_Read() < 0Max Kellermann
2009-11-14decoder/mikmod: count frame positionMax Kellermann
2009-11-14decoder/mikmod: sample rate is configurableMax Kellermann
2009-11-14decoder/mikmod: set drv_name and drv_version from PACKAGE/VERSIONMax Kellermann
2009-11-14decoder/mikmod: no CamelCaseMax Kellermann
2009-11-14decoder/mikmod: removed the struct mod_DataMax Kellermann
2009-11-14decoder/mikmod: merged open()/close() into decode()Max Kellermann
2009-11-14decoder/mikmod: static mod_Data objectMax Kellermann
2009-11-14doc: added decoder plugin referenceMax Kellermann
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann
2009-11-14autogen.sh: allow two minor digits in automake versionMax Kellermann
2009-11-14decoder: use audio_format_init_checked()Max Kellermann
2009-11-14audio_check: checker functions for audio_format attributesMax Kellermann
2009-11-14decoder/sidplay: correctly calculate floating point timeMax Kellermann
2009-11-14player_thread: corrected two assertions on "queued"Max Kellermann
2009-11-12player_thread: initialize chunk->times in silence generatorMax Kellermann
2009-11-12player_control: hold lock while reading statusMax Kellermann
2009-11-12added .#* to .gitignoreMax Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-12decoder/vorbis: fixed gcc "signed" warningMax Kellermann
2009-11-11directory: include config.hMax Kellermann
2009-11-11decoder/wavpack: allow more than 2 channelsMax Kellermann
2009-11-11decoder/wavpack: activate 32 bit supportMax Kellermann
2009-11-11decoder/vorbis: initialize before entering the loopMax Kellermann
2009-11-11decoder/vorbis: moved error strings to vorbis_strerror()Max Kellermann
2009-11-11decoder/vorbis: removed the OggCallbackData typedefMax Kellermann
2009-11-11decoder/vorbis: fix typo in commentMax Kellermann
2009-11-11decoder/vorbis: removed redundant "bits" initializationMax Kellermann
2009-11-11decoder/flac: check "seekable" in libFLAC callbacksMax Kellermann
2009-11-11decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann