aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/ffmpeg_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-16/+15
2009-09-30decoder/ffmpeg: use the "artist" tag if "author" is not presentMax Kellermann1-2/+5
2009-08-03ffmpeg_plugin: convert metadata to generic formatAnton Khirnov1-1/+3
2009-07-19Add audio_format_init() functionDavid Woodhouse1-4/+5
2009-06-25ffmpeg: support multiple tagsMax Kellermann1-2/+3
2009-06-08ffmpeg: moved code to ffmpeg_copy_metadata()Max Kellermann1-33/+18
2009-06-08ffmpeg: removed "new metadata api" warningMax Kellermann1-2/+0
2009-04-02decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-03ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta...Viliam Mateicka1-1/+1
2009-03-03ffmpeg: support for new metadata apiViliam Mateicka1-0/+39
2009-03-02ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka1-1/+6
2009-02-23ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich1-18/+77
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann1-1/+2
2009-02-11ffmpeg: added TTA supportMax Kellermann1-0/+2
2009-02-03ffmpeg: fixed seek integer overflowMax Kellermann1-3/+4
2009-02-03ffmpeg: check if the time stamp is validMax Kellermann1-4/+5
2009-02-03ffmpeg: don't warn of empty packet outputMax Kellermann1-3/+2
2009-02-03ffmpeg: print codec nameMax Kellermann1-0/+3
2009-01-30ffmeg: added support for the tags comment, genre, yearDavid Horn1-0/+10
2009-01-16Enable wav file streaming for ffmpeg input pluginQball Cow1-0/+1
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2009-01-01decoder plugins: don't include gcc.hMax Kellermann1-2/+3
2008-12-24ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann1-2/+2
2008-12-24ffmpeg: don't assign "0" to pointerMax Kellermann1-1/+1
2008-12-15ffmpeg: fixing ffmpeg_send_packet to allow multipacketsViliam Mateicka1-16/+32
2008-12-15ffmpeg: adding APE supportViliam Mateicka1-2/+3
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-0/+7
2008-11-21ffmpeg: use GLib instead of log.hMax Kellermann1-8/+11
2008-11-18ffmpeg: read tags from AVFormatContextViliam Mateicka1-5/+16
2008-11-16ffmpeg: fixed AVSEEK_SIZEMax Kellermann1-3/+9
2008-11-11decoder: return void from decode() methodsMax Kellermann1-2/+2
2008-11-10decoder: removed plugin method try_decode()Max Kellermann1-7/+0
2008-11-04decoder: removed stream_typesMax Kellermann1-1/+0
2008-11-04ffmpeg: removed loop from mpd_ffmpeg_read()Max Kellermann1-15/+2
2008-11-04ffmpeg: removed ffmpeg_context.codecMax Kellermann1-2/+0
2008-11-04ffmpeg: moved code to ffmpeg_find_audio_stream()Max Kellermann1-9/+12
2008-11-04ffmpeg: no CamelCaseMax Kellermann1-100/+101
2008-11-02ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann1-1/+1
2008-11-02ffmpeg: don't rewind stream in url_close()Max Kellermann1-4/+0
2008-11-02ffmpeg: use decoder_read() wrapper instead of direct input_stream_read()Max Kellermann1-1/+2
2008-11-02ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann1-1/+1
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-2/+3
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-1/+1
2008-10-30ffmpeg: pass input_stream pointer to decoder_data()Max Kellermann1-3/+5
2008-10-30ffmpeg: use return value of decoder_data()Max Kellermann1-18/+20
2008-10-30ffmpeg: output buffer size cannot be negativeMax Kellermann1-5/+7
2008-10-30ffmpeg: break immediately after av_read_frame()Max Kellermann1-9/+8