aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/wavpack: move wavpack_input_init into struct WavpackInputMax Kellermann2014-05-221-16/+7
|
* decoder/wavpack: wavpack_open_wvc() returns WavpackInput*Max Kellermann2014-05-221-14/+12
|
* DecoderAPI: add function decoder_open_uri()Max Kellermann2014-05-221-18/+1
| | | Move and refactor code from the Wavpack decoder plugin.
* decoder/wavpack: rename struct wavpack_input to WavpackInputMax Kellermann2014-05-221-8/+8
|
* InputStream: "protect" attributesMax Kellermann2014-05-1210-27/+27
|
* Merge tag 'v0.18.11'Max Kellermann2014-05-121-1/+1
|
* InputStream: add virtual destructorMax Kellermann2014-05-111-2/+2
| | | Replaces the method Close().
* InputStream: convert to classMax Kellermann2014-05-116-8/+8
|
* Merge tag 'release-0.18.10'Max Kellermann2014-04-103-9/+47
|
* decoder/gme: use free() instead of g_free()Max Kellermann2014-02-241-1/+1
|
* DecoderPlugin: free the container_scan() return value with delete[]Max Kellermann2014-02-241-4/+2
|
* decoder/opus: use new[] instead of g_malloc()Max Kellermann2014-02-221-6/+2
|
* DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann2014-02-0711-62/+77
|
* fixed possible format_context not closed in ffmpeg_decodegeneticdrift2014-02-071-1/+4
|
* Input*: move to input/Max Kellermann2014-01-2417-18/+18
|
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-2478-0/+11131