aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * decoder/ffmpeg: remove duplicate sample format error messageMax Kellermann2012-10-051-1/+6
* | decoder/flac: support FLAC files inside archivesMax Kellermann2012-10-046-2/+217
* | decoder/flac: move flac_scan_file2() to main plugin fileMax Kellermann2012-10-043-20/+9
* | input/file: use errno_quark()Max Kellermann2012-10-041-11/+6
* | PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann2012-10-046-8/+58
* | test/read_tags: wait until input_stream becomes readyMax Kellermann2012-10-041-0/+19
* | decoder/flac: move callbacks to class FLACInputMax Kellermann2012-10-026-110/+243
* | decoder/flac: add ctor/dtor to struct flac_dataMax Kellermann2012-10-023-34/+17
* | decoder/flac: add method FLACMetadataChain::Scan()Max Kellermann2012-10-023-12/+12
* | decoder/flac: don't use FLAC__Metadata_SimpleIteratorMax Kellermann2012-10-021-32/+8
* | decoder/flac: add C++ libFLAC wrappersMax Kellermann2012-10-022-14/+71
* | decoder/flac: eliminate the obsolete "track number" codeMax Kellermann2012-10-024-41/+18
* | Merge branch 'v0.17.x'Max Kellermann2012-10-023-4/+9
|\|
| * OSX: Set mDataByteSize correctly on AudioBuffers during render.Gregory Smith2012-10-022-3/+8
| * test/dump_playlist: add missing newline to error messageMax Kellermann2012-10-021-1/+1
* | decoder/flac: remove unused function flac_tag_load()Max Kellermann2012-10-022-17/+0
* | decoder/flac: use C++ compilerMax Kellermann2012-10-0210-69/+116
* | Makefile.am: eliminate FLAC_COMMONMax Kellermann2012-10-022-11/+5
* | {decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann2012-10-027-197/+13
* | encoder/opus: implement lookaheadMax Kellermann2012-10-021-2/+43
* | encoder/opus: initialize the "granulepos" packet attributeMax Kellermann2012-10-021-1/+5
* | encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann2012-10-024-93/+158
* | encoder/vorbis: accept floating point input samplesMax Kellermann2012-10-022-8/+10
* | pcm_channels: support floating point samplesMax Kellermann2012-10-023-62/+105
* | encoder/opus: call ogg_stream_flush() only in the last iterationMax Kellermann2012-10-021-4/+4
* | encoder/opus: new encoder plugin for the Opus codecMax Kellermann2012-10-026-0/+458
* | output/shout: move code to my_shout_configure()Max Kellermann2012-10-021-31/+40
* | encoder/vorbis: use C++ compilerMax Kellermann2012-10-024-26/+56
* | Merge branch 'v0.17.x'Max Kellermann2012-10-028-145/+130
|\|
| * output/{recorder,shout}: call encoder_read() in a loopMax Kellermann2012-10-024-16/+24
| * output/recorder: move code to _write_to_file()Max Kellermann2012-10-021-19/+31
| * output/recorder: fix write() error checkMax Kellermann2012-10-022-3/+4
| * output/recorder: make variables more localMax Kellermann2012-10-021-16/+12
| * output/httpd: make variables more localMax Kellermann2012-10-021-31/+16
| * encoder/vorbis: make variables more localMax Kellermann2012-10-021-20/+12
| * output/recorder, test/*: invoke encoder_read() after _open()Max Kellermann2012-10-024-0/+15
| * output/shout: eliminate struct shout_bufferMax Kellermann2012-10-021-7/+3
| * output/shout: remove shout_buffer.lenMax Kellermann2012-10-021-9/+4
| * output/shout: fix memory leak in error handlerMax Kellermann2012-10-022-3/+9
| * output/shout: make variables more localMax Kellermann2012-10-021-49/+26
| * test/run_encoder: fix encoder_open() callMax Kellermann2012-10-021-2/+1
| * Modify version string to post-release version 0.17.3~gitAvuton Olrich2012-09-302-1/+4
* | configure.ac: fix AC_CONFIG_SRCDIR callMax Kellermann2012-10-011-1/+1
* | Merge tag 'release-0.17.2'Max Kellermann2012-10-011-1/+1
|\|
| * mpd version 0.17.2release-0.17.2Avuton Olrich2012-09-302-2/+2
* | main: use C++ compilerMax Kellermann2012-09-2820-39/+39
* | PlaylistFile: use std::list instead of GPtrArrayMax Kellermann2012-09-286-159/+114
* | stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-2813-38/+52
* | stored_playlist: make variables more localMax Kellermann2012-09-281-46/+25
* | output: new option "tags" may be used to disable sending tagsMax Kellermann2012-09-255-1/+23