| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder: check audio_format_valid() in all decoders | Max Kellermann | 2008-11-21 | 1 | -0/+9 |
* | aac: detect whether to pass "uint32_t*" to NeAACDecInit2() | Max Kellermann | 2008-11-16 | 1 | -1/+9 |
* | decoder: return void from decode() methods | Max Kellermann | 2008-11-11 | 1 | -14/+6 |
* | decoder: removed stream_types | Max Kellermann | 2008-11-04 | 1 | -1/+0 |
* | mp4: get decoder command from decoder_data() | Max Kellermann | 2008-11-04 | 1 | -7/+8 |
* | mp4: initialize audio_format before decoder_initialized() | Max Kellermann | 2008-11-04 | 1 | -6/+5 |
* | mp4: use decoder_read() instead of input_stream_read() | Max Kellermann | 2008-11-04 | 1 | -1/+4 |
* | mp4: pass struct mp4_context to the mp4ff_callback_t methods | Max Kellermann | 2008-11-04 | 1 | -10/+18 |
* | mp4: use GLib instead of utils.h / log.h | Max Kellermann | 2008-11-04 | 1 | -13/+14 |
* | mp4: use tag_is_empty() instead of passing the tag_is_found flag | Max Kellermann | 2008-11-04 | 1 | -13/+3 |
* | mp4: static mp4ff_callback_t variables | Max Kellermann | 2008-11-04 | 1 | -22/+15 |
* | mp4: no CamelCasee | Max Kellermann | 2008-11-04 | 1 | -104/+109 |
* | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 2008-11-02 | 1 | -2/+2 |
* | 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 | -2/+2 |
* | decoder: use bool for return values and flags | Max Kellermann | 2008-10-30 | 1 | -8/+8 |
* | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 2008-10-29 | 1 | -2/+0 |
* | decoder_api: removed decoder_clear() | Max Kellermann | 2008-10-29 | 1 | -4/+2 |
* | input_stream: use "bool" instead of "int" | Max Kellermann | 2008-10-26 | 1 | -2/+3 |
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 1 | -7/+7 |
* | input_stream: removed the InputStream typedef | Max Kellermann | 2008-10-26 | 1 | -4/+7 |
* | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 2008-10-26 | 1 | -0/+423 |