summaryrefslogtreecommitdiff
path: root/src/decoder
AgeCommit message (Expand)Author
2014-05-22decoder/vorbis: add VorbisInputStream constructorMax Kellermann
2014-05-22decoder/vorbis: rename struct vorbis_input_stream to VorbisInputStreamMax Kellermann
2014-05-22decoder/vorbis: add "restrict" to pointers in vorbis_interleave()Max Kellermann
2014-05-22decoder/vorbis: log libvorbis version on startupMax Kellermann
2014-05-22decoder/wavpack: move code to WavpackInput::ReadBytes()Max Kellermann
2014-05-22decoder/wavpack: convert WavpackInput attributes to referencesMax Kellermann
2014-05-22decoder/wavpack: move wavpack_input_init into struct WavpackInputMax Kellermann
2014-05-22decoder/wavpack: wavpack_open_wvc() returns WavpackInput*Max Kellermann
2014-05-22DecoderAPI: add function decoder_open_uri()Max Kellermann
2014-05-22decoder/wavpack: rename struct wavpack_input to WavpackInputMax Kellermann
2014-05-12InputStream: "protect" attributesMax Kellermann
2014-05-12Merge tag 'v0.18.11'Max Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-05-11InputStream: convert to classMax Kellermann
2014-04-29decoder/OggUtil: allow skipping up to 32 kB after seekMax Kellermann
2014-04-10Merge tag 'release-0.18.10'Max Kellermann
2014-04-09decoder/sndfile: work around libsndfile bug on partial readMarcello Desantis
2014-03-18decoder/ffmpeg: handle unknown stream start timeMax Kellermann
2014-03-18decoder/ffmpeg: pass AVSEEK_FLAG_ANY to av_seek_frame()Max Kellermann
2014-03-06decoder/gme: fix memory leak in container_scan()Max Kellermann
2014-02-24decoder/gme: use free() instead of g_free()Max Kellermann
2014-02-24DecoderPlugin: free the container_scan() return value with delete[]Max Kellermann
2014-02-22decoder/opus: use new[] instead of g_malloc()Max Kellermann
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann
2014-02-07DecoderThread: use only DetachedSong::GetRealURI()Max Kellermann
2014-02-07DecoderThread: pass Path object around for local song filesMax Kellermann
2014-02-07fixed possible format_context not closed in ffmpeg_decodegeneticdrift
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24Client*: move to client/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann
2014-01-15Merge branch 'v0.18.x'Max Kellermann
2014-01-15decoder/ffmpeg: support libav v10_alpha1Max Kellermann
2014-01-15decoder/ffmpeg: include cleanupMax Kellermann
2014-01-15decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann
2014-01-14decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann
2014-01-14decoder/sidplay: use free() instead of g_free()Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-08Merge branch 'v0.18.x'Max Kellermann
2014-01-08decoder/faad: fix memory leakMax Kellermann
2014-01-08tag/TagBuilder: overload Commit() returning a Tag objectMax Kellermann
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann
2014-01-06DecoderBuffer: _read() returns ConstBuffer objectMax Kellermann
2014-01-06DecoderBuffer: add method _clear()Max Kellermann
2014-01-06decoder/faad: make variables more localMax Kellermann
2014-01-06decoder/faad: eliminate local variable "ret"Max Kellermann
2013-12-24Merge tag 'release-0.18.6'Max Kellermann
2013-12-20fix FfmpegDecoderPlugin to use relative timestampsSteven O'Brien