aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mp4ff_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-30decoder/mp4ff: support tag "album artist"Max Kellermann1-0/+1
2010-06-30decoder/mp4ff: remove duplicate entries in the tag name tableMax Kellermann1-9/+5
2010-06-30decoder/mp4ff: moved code to mp4ff_tag_name_parse()Max Kellermann1-1/+7
2010-06-30decoder/mp4ff: support tags "albumartist", "band"Max Kellermann1-0/+2
2010-06-30decoder/mp4ff: use tag_table.h to parse tag namesMax Kellermann1-18/+15
2009-04-28mp4ff_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-8/+9
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-18mp4ff: always free the mp4ff_read_sample() bufferMax Kellermann1-2/+2
2009-02-18mp4ff: don't allocate seek_table when input is not seekableMax Kellermann1-2/+10
2009-02-18mp4ff: include cleanupMax Kellermann1-4/+4
2009-02-18mp4ff: use faacDecInit2() to find the AAC trackMax Kellermann1-49/+36
2009-02-18mp4ff: moved code to mp4_faad_new()Max Kellermann1-53/+65
2009-02-18mp4ff: call decoder_initialized() after libfaad initializationMax Kellermann1-23/+32
2009-02-18mp4ff: merged mp4_load_tag() into mp4_tag_dup()Max Kellermann1-7/+1
2009-02-17decoders: added and fixed GLib log domainsMax Kellermann1-1/+4
2009-02-17renamed decoder plugin "mp4" to "mp4ff"Max Kellermann1-1/+1
2009-01-25use g_free() instead of free()Max Kellermann1-2/+2
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann1-15/+1
2009-01-08added missing explicit config.h includesMax Kellermann1-1/+2
2008-12-29mp4: support the writer/composer tagFrank Mulder1-0/+2
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-0/+9
2008-11-16aac: detect whether to pass "uint32_t*" to NeAACDecInit2()Max Kellermann1-1/+9
2008-11-11decoder: return void from decode() methodsMax Kellermann1-14/+6
2008-11-04decoder: removed stream_typesMax Kellermann1-1/+0
2008-11-04mp4: get decoder command from decoder_data()Max Kellermann1-7/+8
2008-11-04mp4: initialize audio_format before decoder_initialized()Max Kellermann1-6/+5
2008-11-04mp4: use decoder_read() instead of input_stream_read()Max Kellermann1-1/+4
2008-11-04mp4: pass struct mp4_context to the mp4ff_callback_t methodsMax Kellermann1-10/+18
2008-11-04mp4: use GLib instead of utils.h / log.hMax Kellermann1-13/+14
2008-11-04mp4: use tag_is_empty() instead of passing the tag_is_found flagMax Kellermann1-13/+3
2008-11-04mp4: static mp4ff_callback_t variablesMax Kellermann1-22/+15
2008-11-04mp4: no CamelCaseeMax Kellermann1-104/+109
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-2/+2
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann1-2/+2
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-1/+1
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-2/+2
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-8/+8
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann1-2/+0
2008-10-29decoder_api: removed decoder_clear()Max Kellermann1-4/+2
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann1-2/+3
2008-10-26input_stream: no CamelCaseMax Kellermann1-7/+7
2008-10-26input_stream: removed the InputStream typedefMax Kellermann1-4/+7
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+0
2008-10-25removed internal copy of libmp4ffMax Kellermann1-1/+1
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-9/+0
2008-10-17input_stream: removed nmemb argumentMax Kellermann1-1/+1
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-4/+4
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-7/+7
2008-10-08don't include os_compat.hMax Kellermann1-0/+1
2008-09-29use C99 struct initializersMax Kellermann1-10/+6