aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/ffmpeg_plugin.c
Commit message (Expand)AuthorAge
* all: Update copyright header.Avuton Olrich2009-03-13
* ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta...Viliam Mateicka2009-03-03
* ffmpeg: support for new metadata apiViliam Mateicka2009-03-03
* ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka2009-03-02
* ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich2009-02-23
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-15
* ffmpeg: added TTA supportMax Kellermann2009-02-11
* ffmpeg: fixed seek integer overflowMax Kellermann2009-02-03
* ffmpeg: check if the time stamp is validMax Kellermann2009-02-03
* ffmpeg: don't warn of empty packet outputMax Kellermann2009-02-03
* ffmpeg: print codec nameMax Kellermann2009-02-03
* ffmeg: added support for the tags comment, genre, yearDavid Horn2009-01-30
* Enable wav file streaming for ffmpeg input pluginQball Cow2009-01-16
* added missing explicit config.h includesMax Kellermann2009-01-08
* decoder plugins: don't include gcc.hMax Kellermann2009-01-01
* ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann2008-12-24
* ffmpeg: don't assign "0" to pointerMax Kellermann2008-12-24
* ffmpeg: fixing ffmpeg_send_packet to allow multipacketsViliam Mateicka2008-12-15
* ffmpeg: adding APE supportViliam Mateicka2008-12-15
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-21
* ffmpeg: use GLib instead of log.hMax Kellermann2008-11-21
* ffmpeg: read tags from AVFormatContextViliam Mateicka2008-11-18
* ffmpeg: fixed AVSEEK_SIZEMax Kellermann2008-11-16
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* decoder: removed plugin method try_decode()Max Kellermann2008-11-10
* decoder: removed stream_typesMax Kellermann2008-11-04
* ffmpeg: removed loop from mpd_ffmpeg_read()Max Kellermann2008-11-04
* ffmpeg: removed ffmpeg_context.codecMax Kellermann2008-11-04
* ffmpeg: moved code to ffmpeg_find_audio_stream()Max Kellermann2008-11-04
* ffmpeg: no CamelCaseMax Kellermann2008-11-04
* ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann2008-11-02
* ffmpeg: don't rewind stream in url_close()Max Kellermann2008-11-02
* ffmpeg: use decoder_read() wrapper instead of direct input_stream_read()Max Kellermann2008-11-02
* ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann2008-11-02
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-01
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-01
* decoder_api: pass constant path pointersMax Kellermann2008-10-31
* ffmpeg: pass input_stream pointer to decoder_data()Max Kellermann2008-10-30
* ffmpeg: use return value of decoder_data()Max Kellermann2008-10-30
* ffmpeg: output buffer size cannot be negativeMax Kellermann2008-10-30
* ffmpeg: break immediately after av_read_frame()Max Kellermann2008-10-30
* ffmpeg: moved code to ffmpeg_send_frame()Max Kellermann2008-10-30
* ffmpeg: report seek errors to MPDMax Kellermann2008-10-30
* ffmpeg: simplified mpdurl_read()Max Kellermann2008-10-30
* ffmpeg: call tag_free() instead of free()Max Kellermann2008-10-30
* ffmpeg: eliminated local variable "tag"Max Kellermann2008-10-30
* ffmpeg: make ffmpeg_helper() return boolMax Kellermann2008-10-30
* ffmpeg: removed debug messagesMax Kellermann2008-10-30
* ffmpeg: initialize base.decoderMax Kellermann2008-10-30