| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed decoder plugin "aac" to "faad" | Max Kellermann | 2009-02-16 | 1 | -469/+0 |
* | aac: fix stream metadata | Max Kellermann | 2009-02-12 | 1 | -1/+1 |
* | moved fallback APE/ID3 tag loader to song.c | Max Kellermann | 2009-01-17 | 1 | -7/+6 |
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 1 | -0/+1 |
* | decoder: check audio_format_valid() in all decoders | Max Kellermann | 2008-11-21 | 1 | -0/+5 |
* | aac: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-21 | 1 | -10/+10 |
* | aac: get rid of gcc warnings | Laszlo Ashin | 2008-11-20 | 1 | -2/+2 |
* | input_stream: size==-1 means unknown size | Max Kellermann | 2008-11-16 | 1 | -1/+1 |
* | aac: detect whether to pass "uint32_t*" to NeAACDecInit2() | Max Kellermann | 2008-11-16 | 1 | -6/+22 |
* | aac: fix compiler warnings on amd64 | Laszlo Ashin | 2008-11-15 | 1 | -2/+2 |
* | aac: don't try to free static buffer | Laszlo Ashin | 2008-11-15 | 1 | -4/+0 |
* | aac: shift the input buffer before the full check | Max Kellermann | 2008-11-12 | 1 | -4/+5 |
* | aac: make the input buffer static | Max Kellermann | 2008-11-12 | 1 | -9/+4 |
* | aac: reject SEEK commands | Max Kellermann | 2008-11-12 | 1 | -1/+3 |
* | aac: get decoder command from decoder_data() | Max Kellermann | 2008-11-12 | 1 | -4/+5 |
* | aac: convert audio_format to temporary variable | Max Kellermann | 2008-11-12 | 1 | -5/+6 |
* | aac: removed method file_decode() | Max Kellermann | 2008-11-12 | 1 | -124/+1 |
* | aac: check the buffer length in the ADIF parser | Max Kellermann | 2008-11-12 | 1 | -0/+6 |
* | aac: use unsigned integers and size_t where appropriate | Max Kellermann | 2008-11-12 | 1 | -5/+6 |
* | aac: check if the stream is seekable before length check | Max Kellermann | 2008-11-12 | 1 | -1/+2 |
* | aac: removed attribute "atEof" | Max Kellermann | 2008-11-12 | 1 | -14/+7 |
* | decoder: return void from decode() methods | Max Kellermann | 2008-11-11 | 1 | -16/+6 |
* | decoder: removed stream_types | Max Kellermann | 2008-11-04 | 1 | -1/+0 |
* | aac, mod: moved decoder command check into loop condition | Max Kellermann | 2008-11-02 | 1 | -8/+4 |
* | aac, mod: don't check for SEEK command | Max Kellermann | 2008-11-02 | 1 | -14/+2 |
* | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 2008-11-02 | 1 | -4/+5 |
* | decoder: make the suffixes and mime_types arrays really const | Max Kellermann | 2008-11-01 | 1 | -2/+2 |
* | decoder: make all decoder_plugin structs const | Max Kellermann | 2008-11-01 | 1 | -1/+1 |
* | decoder_api: pass constant path pointers | Max Kellermann | 2008-10-31 | 1 | -4/+4 |
* | decoder: use bool for return values and flags | Max Kellermann | 2008-10-30 | 1 | -19/+20 |
* | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 2008-10-29 | 1 | -4/+0 |
* | input_stream: use "bool" instead of "int" | Max Kellermann | 2008-10-26 | 1 | -2/+2 |
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 1 | -5/+5 |
* | input_stream: removed the InputStream typedef | Max Kellermann | 2008-10-26 | 1 | -6/+7 |
* | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 2008-10-26 | 1 | -0/+602 |