| Commit message (Expand) | Author | Files | Lines |
2009-01-17 | moved fallback APE/ID3 tag loader to song.c | Max Kellermann | 1 | -7/+6 |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -0/+1 |
2008-11-21 | decoder: check audio_format_valid() in all decoders | Max Kellermann | 1 | -0/+5 |
2008-11-21 | aac: use GLib instead of utils.h/log.h | Max Kellermann | 1 | -10/+10 |
2008-11-20 | aac: get rid of gcc warnings | Laszlo Ashin | 1 | -2/+2 |
2008-11-16 | input_stream: size==-1 means unknown size | Max Kellermann | 1 | -1/+1 |
2008-11-16 | aac: detect whether to pass "uint32_t*" to NeAACDecInit2() | Max Kellermann | 1 | -6/+22 |
2008-11-15 | aac: fix compiler warnings on amd64 | Laszlo Ashin | 1 | -2/+2 |
2008-11-15 | aac: don't try to free static buffer | Laszlo Ashin | 1 | -4/+0 |
2008-11-12 | aac: shift the input buffer before the full check | Max Kellermann | 1 | -4/+5 |
2008-11-12 | aac: make the input buffer static | Max Kellermann | 1 | -9/+4 |
2008-11-12 | aac: reject SEEK commands | Max Kellermann | 1 | -1/+3 |
2008-11-12 | aac: get decoder command from decoder_data() | Max Kellermann | 1 | -4/+5 |
2008-11-12 | aac: convert audio_format to temporary variable | Max Kellermann | 1 | -5/+6 |
2008-11-12 | aac: removed method file_decode() | Max Kellermann | 1 | -124/+1 |
2008-11-12 | aac: check the buffer length in the ADIF parser | Max Kellermann | 1 | -0/+6 |
2008-11-12 | aac: use unsigned integers and size_t where appropriate | Max Kellermann | 1 | -5/+6 |
2008-11-12 | aac: check if the stream is seekable before length check | Max Kellermann | 1 | -1/+2 |
2008-11-12 | aac: removed attribute "atEof" | Max Kellermann | 1 | -14/+7 |
2008-11-11 | decoder: return void from decode() methods | Max Kellermann | 1 | -16/+6 |
2008-11-04 | decoder: removed stream_types | Max Kellermann | 1 | -1/+0 |
2008-11-02 | aac, mod: moved decoder command check into loop condition | Max Kellermann | 1 | -8/+4 |
2008-11-02 | aac, mod: don't check for SEEK command | Max Kellermann | 1 | -14/+2 |
2008-11-02 | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 1 | -4/+5 |
2008-11-01 | decoder: make the suffixes and mime_types arrays really const | Max Kellermann | 1 | -2/+2 |
2008-11-01 | decoder: make all decoder_plugin structs const | Max Kellermann | 1 | -1/+1 |
2008-10-31 | decoder_api: pass constant path pointers | Max Kellermann | 1 | -4/+4 |
2008-10-30 | decoder: use bool for return values and flags | Max Kellermann | 1 | -19/+20 |
2008-10-29 | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 1 | -4/+0 |
2008-10-26 | input_stream: use "bool" instead of "int" | Max Kellermann | 1 | -2/+2 |
2008-10-26 | input_stream: no CamelCase | Max Kellermann | 1 | -5/+5 |
2008-10-26 | input_stream: removed the InputStream typedef | Max Kellermann | 1 | -6/+7 |
2008-10-26 | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 1 | -0/+0 |
2008-10-17 | Makefile.am: don't compile disabled decoder plugins | Max Kellermann | 1 | -8/+0 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -23/+23 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+1 |
2008-09-29 | use C99 struct initializers | Max Kellermann | 1 | -10/+7 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 1 | -2/+2 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -2/+2 |
2008-08-29 | tag: renamed functions, no CamelCase | Max Kellermann | 1 | -2/+2 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -2/+2 |
2008-08-26 | added decoder_read() | Max Kellermann | 1 | -5/+3 |
2008-08-26 | added AacBuffer.decoder | Max Kellermann | 1 | -4/+7 |
2008-08-26 | aac: support decoding AAC streams | Max Kellermann | 1 | -2/+137 |
2008-08-26 | aac: splitted aac_parse_header() from initAacBuffer() | Max Kellermann | 1 | -11/+16 |
2008-08-26 | aac: check buffer lengths | Max Kellermann | 1 | -2/+3 |
2008-08-26 | aac: use fillAacBuffer() instead of manual reading | Max Kellermann | 1 | -16/+4 |
2008-08-26 | find AAC frames | Max Kellermann | 1 | -1/+35 |
2008-08-26 | aac: moved code to adts_check_frame() | Max Kellermann | 1 | -11/+20 |
2008-08-26 | aac: moved code to aac_buffer_shift() | Max Kellermann | 1 | -7/+14 |