Age | Commit message (Collapse) | Author |
|
|
|
Prepare to add an abstract class AudioOutput, to be implemented by
plugins, to get rid of the C-style vtable.
|
|
|
|
This call cannot fail, but needs cleanup if others fail. By moving it
to the end, we eliminate some cleanup.
|
|
Moved code from AudioOutputControl::InternalOpen2().
|
|
|
|
|
|
|
|
|
|
Circumvent filter_new() with a fake ConfigBlock.
|
|
|
|
|
|
|
|
struct AudioOutput should not know or care about multi-threading.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Was broken by commit 8a86460b8f054a42130a4b59e082b66d921d2a1b
Closes #87
|
|
|
|
Addresses #82.
Previously, the ffmpeg decoder only checked for the "generic"
MusicBrainz metadata keys used in other metadata container formats.
|
|
We will reuse these tags elsewhere.
|
|
Enable it in the Windows build script, closes #78.
LAME currently doesn't support Android:
checking host system type... Invalid configuration `arm-linux-androideabi': system `androideabi' not recognized
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|