| Commit message (Collapse) | Author | Files | Lines |
|
|
|
Don't duplicate the buffer just to null-terminate the string.
According to libFLAC API documentation, the string is already
null-terminated.
|
|
To replace g_strdup().
|
|
|
|
|
|
Move code from the "mad" plugin.
|
|
Move code from the "mad" plugin.
|
|
Fixes broken CUE sheet song tags (regression by commmit 7e8d254b).
|
|
This is safer, and works without epoll(). Fixes a build failure with
uClibc, which does not support epoll().
|
|
If the file was recognized by a decoder plugin, accept it - don't
require metadata.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not necessary anymore for playlist_metadata_load().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No GLib memory allocation.
|
|
No GLib memory allocation.
|
|
Eliminate duplicate code.
|
|
|
|
Use class TagBuilder instead.
|
|
|