aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mp4_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use g_free() instead of free()Max Kellermann2009-01-251-2/+2
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-171-15/+1
* added missing explicit config.h includesMax Kellermann2009-01-081-1/+2
* mp4: support the writer/composer tagFrank Mulder2008-12-291-0/+2
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-211-0/+9
* aac: detect whether to pass "uint32_t*" to NeAACDecInit2()Max Kellermann2008-11-161-1/+9
* decoder: return void from decode() methodsMax Kellermann2008-11-111-14/+6
* decoder: removed stream_typesMax Kellermann2008-11-041-1/+0
* mp4: get decoder command from decoder_data()Max Kellermann2008-11-041-7/+8
* mp4: initialize audio_format before decoder_initialized()Max Kellermann2008-11-041-6/+5
* mp4: use decoder_read() instead of input_stream_read()Max Kellermann2008-11-041-1/+4
* mp4: pass struct mp4_context to the mp4ff_callback_t methodsMax Kellermann2008-11-041-10/+18
* mp4: use GLib instead of utils.h / log.hMax Kellermann2008-11-041-13/+14
* mp4: use tag_is_empty() instead of passing the tag_is_found flagMax Kellermann2008-11-041-13/+3
* mp4: static mp4ff_callback_t variablesMax Kellermann2008-11-041-22/+15
* mp4: no CamelCaseeMax Kellermann2008-11-041-104/+109
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-021-2/+2
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-011-2/+2
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-1/+1
* decoder_api: pass constant path pointersMax Kellermann2008-10-311-2/+2
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-8/+8
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-291-2/+0
* decoder_api: removed decoder_clear()Max Kellermann2008-10-291-4/+2
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-261-2/+3
* input_stream: no CamelCaseMax Kellermann2008-10-261-7/+7
* input_stream: removed the InputStream typedefMax Kellermann2008-10-261-4/+7
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+423