aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | mapper: convert to C++Max Kellermann2013-01-02
* | song_update: convert to C++Max Kellermann2013-01-02
* | sticker: convert to C++Max Kellermann2013-01-02
* | PlaylistInfo: rename class, use std::stringMax Kellermann2013-01-02
* | PlaylistVector: move struct playlist_metadata to PlaylistInfo.hxxMax Kellermann2013-01-02
* | db_lock: convert to C++Max Kellermann2013-01-02
* | don't include stdbool.h in C++ sourcesMax Kellermann2013-01-02
* | {decoder,player}_thread: convert to C++Max Kellermann2013-01-02
* | *_print: convert to C++Max Kellermann2013-01-02
* | playlist_vector: convert to C++Max Kellermann2013-01-02
* | db_save, state_file: convert to C++Max Kellermann2013-01-02
* | string_util: use const_cast in C++ modeMax Kellermann2013-01-02
* | update: convert to C++Max Kellermann2013-01-02
* | playlist_{any,song,queue}: convert to C++Max Kellermann2013-01-02
* | configure.ac: disable C++ RTTIMax Kellermann2013-01-02
* | configure.ac: disable C++ exceptionsMax Kellermann2013-01-02
* | configure.ac: hide internal symbolsMax Kellermann2013-01-02
* | Add tag support for DSD (DSDIFF & DSF) decodersJurgen Kramer2012-10-27
* | Merge branch 'v0.17.x'Max Kellermann2012-10-05
|\|
| * playlist_song: fix potential charset bug in apply_song_metadata()Max Kellermann2012-10-05
| * playlist_save: use temp2 instead of tempMax Kellermann2012-10-05
| * decoder/ffmpeg: support planar audioMax Kellermann2012-10-05
| * decoder/ffmpeg: fix playback of planar PCM dataMax Kellermann2012-10-05
| * decoder/ffmpeg: move code to copy_interleave_frame2()Max Kellermann2012-10-05
| * decoder/ffmpeg: ignore negative time stampsMax Kellermann2012-10-05
| * decoder/ffmpeg: show unsupported sample format nameMax Kellermann2012-10-05
| * decoder/ffmpeg: pass AVSampleFormat to ffmpeg_sample_format()Max Kellermann2012-10-05
| * decoder/ffmpeg: remove duplicate sample format error messageMax Kellermann2012-10-05
* | decoder/flac: support FLAC files inside archivesMax Kellermann2012-10-04
* | decoder/flac: move flac_scan_file2() to main plugin fileMax Kellermann2012-10-04
* | input/file: use errno_quark()Max Kellermann2012-10-04
* | PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann2012-10-04
* | test/read_tags: wait until input_stream becomes readyMax Kellermann2012-10-04
* | decoder/flac: move callbacks to class FLACInputMax Kellermann2012-10-02
* | decoder/flac: add ctor/dtor to struct flac_dataMax Kellermann2012-10-02
* | decoder/flac: add method FLACMetadataChain::Scan()Max Kellermann2012-10-02
* | decoder/flac: don't use FLAC__Metadata_SimpleIteratorMax Kellermann2012-10-02
* | decoder/flac: add C++ libFLAC wrappersMax Kellermann2012-10-02
* | decoder/flac: eliminate the obsolete "track number" codeMax Kellermann2012-10-02
* | Merge branch 'v0.17.x'Max Kellermann2012-10-02
|\|
| * OSX: Set mDataByteSize correctly on AudioBuffers during render.Gregory Smith2012-10-02
| * test/dump_playlist: add missing newline to error messageMax Kellermann2012-10-02
* | decoder/flac: remove unused function flac_tag_load()Max Kellermann2012-10-02
* | decoder/flac: use C++ compilerMax Kellermann2012-10-02
* | Makefile.am: eliminate FLAC_COMMONMax Kellermann2012-10-02
* | {decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann2012-10-02
* | encoder/opus: implement lookaheadMax Kellermann2012-10-02
* | encoder/opus: initialize the "granulepos" packet attributeMax Kellermann2012-10-02
* | encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann2012-10-02
* | encoder/vorbis: accept floating point input samplesMax Kellermann2012-10-02