index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decoder
Age
Commit message (
Expand
)
Author
2014-05-22
decoder/vorbis: add VorbisInputStream constructor
Max Kellermann
2014-05-22
decoder/vorbis: rename struct vorbis_input_stream to VorbisInputStream
Max Kellermann
2014-05-22
decoder/vorbis: add "restrict" to pointers in vorbis_interleave()
Max Kellermann
2014-05-22
decoder/vorbis: log libvorbis version on startup
Max Kellermann
2014-05-22
decoder/wavpack: move code to WavpackInput::ReadBytes()
Max Kellermann
2014-05-22
decoder/wavpack: convert WavpackInput attributes to references
Max Kellermann
2014-05-22
decoder/wavpack: move wavpack_input_init into struct WavpackInput
Max Kellermann
2014-05-22
decoder/wavpack: wavpack_open_wvc() returns WavpackInput*
Max Kellermann
2014-05-22
DecoderAPI: add function decoder_open_uri()
Max Kellermann
2014-05-22
decoder/wavpack: rename struct wavpack_input to WavpackInput
Max Kellermann
2014-05-12
InputStream: "protect" attributes
Max Kellermann
2014-05-12
Merge tag 'v0.18.11'
Max Kellermann
2014-05-11
InputStream: add virtual destructor
Max Kellermann
2014-05-11
InputStream: convert to class
Max Kellermann
2014-04-29
decoder/OggUtil: allow skipping up to 32 kB after seek
Max Kellermann
2014-04-10
Merge tag 'release-0.18.10'
Max Kellermann
2014-04-09
decoder/sndfile: work around libsndfile bug on partial read
Marcello Desantis
2014-03-18
decoder/ffmpeg: handle unknown stream start time
Max Kellermann
2014-03-18
decoder/ffmpeg: pass AVSEEK_FLAG_ANY to av_seek_frame()
Max Kellermann
2014-03-06
decoder/gme: fix memory leak in container_scan()
Max Kellermann
2014-02-24
decoder/gme: use free() instead of g_free()
Max Kellermann
2014-02-24
DecoderPlugin: free the container_scan() return value with delete[]
Max Kellermann
2014-02-22
decoder/opus: use new[] instead of g_malloc()
Max Kellermann
2014-02-07
DecoderPlugin: pass Path instance to file_decode() and scan_file()
Max Kellermann
2014-02-07
DecoderThread: use only DetachedSong::GetRealURI()
Max Kellermann
2014-02-07
DecoderThread: pass Path object around for local song files
Max Kellermann
2014-02-07
fixed possible format_context not closed in ffmpeg_decode
geneticdrift
2014-01-24
ConfigGlobal: add config_find_block()
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann
2014-01-24
Client*: move to client/
Max Kellermann
2014-01-24
Config*: move to config/
Max Kellermann
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann
2014-01-15
Merge branch 'v0.18.x'
Max Kellermann
2014-01-15
decoder/ffmpeg: support libav v10_alpha1
Max Kellermann
2014-01-15
decoder/ffmpeg: include cleanup
Max Kellermann
2014-01-15
decoder/ffmpeg: check for av_samples_get_buffer_size() errors
Max Kellermann
2014-01-14
decoder/ffmpeg: check for av_samples_get_buffer_size() errors
Max Kellermann
2014-01-14
decoder/sidplay: use free() instead of g_free()
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-08
Merge branch 'v0.18.x'
Max Kellermann
2014-01-08
decoder/faad: fix memory leak
Max Kellermann
2014-01-08
tag/TagBuilder: overload Commit() returning a Tag object
Max Kellermann
2014-01-08
tag/TagBuilder: rename Commit() to CommitNew()
Max Kellermann
2014-01-07
util/Alloc: new library replacing GLib's g_malloc()
Max Kellermann
2014-01-06
DecoderBuffer: _read() returns ConstBuffer object
Max Kellermann
2014-01-06
DecoderBuffer: add method _clear()
Max Kellermann
2014-01-06
decoder/faad: make variables more local
Max Kellermann
2014-01-06
decoder/faad: eliminate local variable "ret"
Max Kellermann
2013-12-24
Merge tag 'release-0.18.6'
Max Kellermann
2013-12-20
fix FfmpegDecoderPlugin to use relative timestamps
Steven O'Brien
[next]