aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/ffmpeg_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed decoder plugin sourcesMax Kellermann2010-01-041-552/+0
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-041-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* decoder: switch a bunch of plugins to stream_tag()Max Kellermann2009-12-311-11/+4
* Merge vorbis+icy fixes from branch 'v0.15.x'Max Kellermann2009-12-301-0/+5
|\
| * decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann2009-12-291-0/+5
* | decoder_api: added function decoder_timestamp()Max Kellermann2009-12-261-6/+4
* | input_stream: return errors with GErrorMax Kellermann2009-12-151-2/+2
* | Merge branch 'v0.15.x'Max Kellermann2009-12-141-4/+0
|\|
| * ffmpeg: don't try to force stereoMax Kellermann2009-11-301-4/+0
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-8/+22
* | Merged release 0.15.6 from branch 'v0.15.x'Max Kellermann2009-11-191-5/+24
|\|
| * decoder/ffmpeg: align the output bufferMax Kellermann2009-11-151-5/+24
| * decoder/ffmpeg: convert metadataMax Kellermann2009-10-281-4/+4
* | decoder: use audio_format_init_checked()Max Kellermann2009-11-141-7/+7
* | include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* | decoder/ffmpeg: removed the "author" vs "artist" workaroundMax Kellermann2009-10-281-2/+1
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-16/+15
* | Merged release 0.15.4 from branch 'v0.15.x'Max Kellermann2009-10-031-2/+5
|\|
| * decoder/ffmpeg: use the "artist" tag if "author" is not presentMax Kellermann2009-09-301-2/+5
* | ffmpeg_plugin: convert metadata to generic formatAnton Khirnov2009-08-031-1/+3
* | Add audio_format_init() functionDavid Woodhouse2009-07-191-4/+5
* | ffmpeg: support multiple tagsMax Kellermann2009-06-251-2/+3
|/
* ffmpeg: moved code to ffmpeg_copy_metadata()Max Kellermann2009-06-081-33/+18
* ffmpeg: removed "new metadata api" warningMax Kellermann2009-06-081-2/+0
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-021-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta...Viliam Mateicka2009-03-031-1/+1
* ffmpeg: support for new metadata apiViliam Mateicka2009-03-031-0/+39
* ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka2009-03-021-1/+6
* ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich2009-02-231-18/+77
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-151-1/+2
* ffmpeg: added TTA supportMax Kellermann2009-02-111-0/+2
* ffmpeg: fixed seek integer overflowMax Kellermann2009-02-031-3/+4
* ffmpeg: check if the time stamp is validMax Kellermann2009-02-031-4/+5
* ffmpeg: don't warn of empty packet outputMax Kellermann2009-02-031-3/+2
* ffmpeg: print codec nameMax Kellermann2009-02-031-0/+3
* ffmeg: added support for the tags comment, genre, yearDavid Horn2009-01-301-0/+10
* Enable wav file streaming for ffmpeg input pluginQball Cow2009-01-161-0/+1
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
* decoder plugins: don't include gcc.hMax Kellermann2009-01-011-2/+3
* ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann2008-12-241-2/+2
* ffmpeg: don't assign "0" to pointerMax Kellermann2008-12-241-1/+1
* ffmpeg: fixing ffmpeg_send_packet to allow multipacketsViliam Mateicka2008-12-151-16/+32
* ffmpeg: adding APE supportViliam Mateicka2008-12-151-2/+3
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-211-0/+7
* ffmpeg: use GLib instead of log.hMax Kellermann2008-11-211-8/+11
* ffmpeg: read tags from AVFormatContextViliam Mateicka2008-11-181-5/+16
* ffmpeg: fixed AVSEEK_SIZEMax Kellermann2008-11-161-3/+9
* decoder: return void from decode() methodsMax Kellermann2008-11-111-2/+2