aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/ffmpeg_plugin.c
Commit message (Expand)AuthorAge
* renamed decoder plugin sourcesMax Kellermann2010-01-04
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-04
* Update copyright notices.Avuton Olrich2009-12-31
* decoder: switch a bunch of plugins to stream_tag()Max Kellermann2009-12-31
* Merge vorbis+icy fixes from branch 'v0.15.x'Max Kellermann2009-12-30
|\
| * decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann2009-12-29
* | decoder_api: added function decoder_timestamp()Max Kellermann2009-12-26
* | input_stream: return errors with GErrorMax Kellermann2009-12-15
* | Merge branch 'v0.15.x'Max Kellermann2009-12-14
|\|
| * ffmpeg: don't try to force stereoMax Kellermann2009-11-30
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* | Merged release 0.15.6 from branch 'v0.15.x'Max Kellermann2009-11-19
|\|
| * decoder/ffmpeg: align the output bufferMax Kellermann2009-11-15
| * decoder/ffmpeg: convert metadataMax Kellermann2009-10-28
* | decoder: use audio_format_init_checked()Max Kellermann2009-11-14
* | include config.h in all sourcesMax Kellermann2009-11-12
* | decoder/ffmpeg: removed the "author" vs "artist" workaroundMax Kellermann2009-10-28
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
* | Merged release 0.15.4 from branch 'v0.15.x'Max Kellermann2009-10-03
|\|
| * decoder/ffmpeg: use the "artist" tag if "author" is not presentMax Kellermann2009-09-30
* | ffmpeg_plugin: convert metadata to generic formatAnton Khirnov2009-08-03
* | Add audio_format_init() functionDavid Woodhouse2009-07-19
* | ffmpeg: support multiple tagsMax Kellermann2009-06-25
|/
* ffmpeg: moved code to ffmpeg_copy_metadata()Max Kellermann2009-06-08
* ffmpeg: removed "new metadata api" warningMax Kellermann2009-06-08
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-02
* 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