aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-22decoder/vorbis: rename struct vorbis_input_stream to VorbisInputStreamMax Kellermann1-7/+7
2014-05-22decoder/vorbis: add "restrict" to pointers in vorbis_interleave()Max Kellermann1-2/+2
2014-05-22decoder/vorbis: log libvorbis version on startupMax Kellermann1-1/+11
2014-05-22decoder/wavpack: move code to WavpackInput::ReadBytes()Max Kellermann1-6/+12
2014-05-22decoder/wavpack: convert WavpackInput attributes to referencesMax Kellermann1-12/+12
2014-05-22decoder/wavpack: move wavpack_input_init into struct WavpackInputMax Kellermann1-16/+7
2014-05-22decoder/wavpack: wavpack_open_wvc() returns WavpackInput*Max Kellermann1-14/+12
2014-05-22DecoderAPI: add function decoder_open_uri()Max Kellermann3-18/+43
2014-05-22decoder/wavpack: rename struct wavpack_input to WavpackInputMax Kellermann1-8/+8
2014-05-12InputStream: "protect" attributesMax Kellermann10-27/+27
2014-05-11InputStream: add virtual destructorMax Kellermann2-4/+4
2014-05-11InputStream: convert to classMax Kellermann9-13/+14
2014-04-29decoder/OggUtil: allow skipping up to 32 kB after seekMax Kellermann1-1/+1
2014-04-09decoder/sndfile: work around libsndfile bug on partial readMarcello Desantis1-6/+20
2014-03-18decoder/ffmpeg: handle unknown stream start timeMax Kellermann1-2/+25
2014-03-18decoder/ffmpeg: pass AVSEEK_FLAG_ANY to av_seek_frame()Max Kellermann1-1/+1
2014-03-06decoder/gme: fix memory leak in container_scan()Max Kellermann1-0/+1
2014-02-24decoder/gme: use free() instead of g_free()Max Kellermann1-1/+1
2014-02-24DecoderPlugin: free the container_scan() return value with delete[]Max Kellermann2-4/+4
2014-02-22decoder/opus: use new[] instead of g_malloc()Max Kellermann1-6/+2
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann13-72/+91
2014-02-07DecoderThread: use only DetachedSong::GetRealURI()Max Kellermann1-4/+2
2014-02-07DecoderThread: pass Path object around for local song filesMax Kellermann1-21/+27
2014-02-07fixed possible format_context not closed in ffmpeg_decodegeneticdrift1-1/+4
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann1-26/+1
2014-01-24Input*: move to input/Max Kellermann19-20/+20
2014-01-24Client*: move to client/Max Kellermann1-1/+1
2014-01-24Config*: move to config/Max Kellermann3-4/+4
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann97-26/+3040
2014-01-15decoder/ffmpeg: support libav v10_alpha1Max Kellermann1-1/+11
2014-01-15decoder/ffmpeg: include cleanupMax Kellermann2-4/+1
2014-01-15decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann1-0/+3
2014-01-14decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann1-0/+3
2014-01-14decoder/sidplay: use free() instead of g_free()Max Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann78-78/+78
2014-01-08decoder/faad: fix memory leakMax Kellermann1-0/+2
2014-01-08tag/TagBuilder: overload Commit() returning a Tag objectMax Kellermann4-11/+9
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann1-1/+1
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann2-5/+7
2014-01-06DecoderBuffer: _read() returns ConstBuffer objectMax Kellermann1-46/+37
2014-01-06DecoderBuffer: add method _clear()Max Kellermann1-8/+3
2014-01-06decoder/faad: make variables more localMax Kellermann1-47/+31
2014-01-06decoder/faad: eliminate local variable "ret"Max Kellermann1-5/+2
2013-12-20fix FfmpegDecoderPlugin to use relative timestampsSteven O'Brien1-4/+6
2013-12-14decoder/flac: simplify the comment parsersMax Kellermann1-30/+26
2013-12-14decoder/flac: VorbisComment_Entry is null-terminatedMax Kellermann1-19/+6
2013-12-14util/SplitString: new utility classMax Kellermann2-20/+11
2013-12-14decoder/vorbis: remove useless castMax Kellermann1-1/+1
2013-12-14decoder/mad: use new[] instead of g_malloc()Max Kellermann1-9/+9
2013-12-14DecoderAPI: add function decoder_read_full()Max Kellermann1-12/+2