| Commit message (Expand) | Author | Files | Lines |
2010-11-04 | decoder/ffmpeg: check AVCodecContext.sample_fmt value | Max Kellermann | 1 | -7/+9 |
2010-07-19 | decoder/ffmpeg: fix libavformat 0.6 by using av_open_input_stream() | Max Kellermann | 1 | -89/+65 |
2010-07-19 | decoder/ffmpeg: manual format probing | Max Kellermann | 1 | -2/+47 |
2010-07-12 | ffmpeg: read the audio stream metadata in addition to global | Anton Khirnov | 1 | -1/+5 |
2010-07-12 | ffmpeg: factor tag_type <-> ffmpeg tag name maps into a table. | Anton Khirnov | 1 | -21/+32 |
2010-05-18 | input/ffmpeg: new input plugin using libavformat's "avio" library | Max Kellermann | 1 | -0/+6 |
2010-04-11 | decoder/ffmpeg: fix crash on startup in mpd_ffmpeg_log_callback() | Charles Kerr | 1 | -4/+9 |
2010-03-28 | decoder/ffmpeg: print item name in log callback | Max Kellermann | 1 | -1/+5 |
2010-03-07 | decoder/ffmpeg: fix indentation | Max Kellermann | 1 | -6/+6 |
2010-02-27 | decoder/ffmpeg: implement the libavutil log callback | Max Kellermann | 1 | -0/+31 |
2010-02-27 | decoder/ffmpeg: don't close the AVFormatContext after open failure | Max Kellermann | 1 | -1/+0 |
2010-02-02 | ffmpeg: read more metadata. | Anton Khirnov | 1 | -1/+12 |
2010-01-18 | decoder/ffmpeg: call decoder_timestamp() once per packet | Max Kellermann | 1 | -5/+5 |
2010-01-18 | decoder/ffmpeg: merged ffmpeg_helper() into ffmpeg_decode() | Max Kellermann | 1 | -116/+67 |
2010-01-18 | decoder/ffmpeg: optimized the stream_tag() method | Max Kellermann | 1 | -25/+27 |
2010-01-18 | decoder/ffmpeg: free AVFormatContext on error | Max Kellermann | 1 | -0/+4 |
2010-01-18 | decoder_api: removed function decoder_get_uri() | Max Kellermann | 1 | -6/+5 |
2010-01-04 | renamed decoder plugin sources | Max Kellermann | 1 | -0/+0 |
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-31 | decoder: switch a bunch of plugins to stream_tag() | Max Kellermann | 1 | -11/+4 |
2009-12-29 | decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME types | Max Kellermann | 1 | -0/+5 |
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann | 1 | -6/+4 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -2/+2 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -8/+22 |
2009-11-30 | ffmpeg: don't try to force stereo | Max Kellermann | 1 | -4/+0 |
2009-11-15 | decoder/ffmpeg: align the output buffer | Max Kellermann | 1 | -5/+24 |
2009-11-14 | decoder: use audio_format_init_checked() | Max Kellermann | 1 | -7/+7 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-10-28 | decoder/ffmpeg: removed the "author" vs "artist" workaround | Max Kellermann | 1 | -2/+1 |
2009-10-28 | decoder/ffmpeg: convert metadata | Max Kellermann | 1 | -4/+4 |
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 1 | -16/+15 |
2009-09-30 | decoder/ffmpeg: use the "artist" tag if "author" is not present | Max Kellermann | 1 | -2/+5 |
2009-08-03 | ffmpeg_plugin: convert metadata to generic format | Anton Khirnov | 1 | -1/+3 |
2009-07-19 | Add audio_format_init() function | David Woodhouse | 1 | -4/+5 |
2009-06-25 | ffmpeg: support multiple tags | Max Kellermann | 1 | -2/+3 |
2009-06-08 | ffmpeg: moved code to ffmpeg_copy_metadata() | Max Kellermann | 1 | -33/+18 |
2009-06-08 | ffmpeg: removed "new metadata api" warning | Max Kellermann | 1 | -2/+0 |
2009-04-02 | decoder: Rename all main decoder plugins functions to *decoder_plugin. | Avuton Olrich | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-03 | ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta... | Viliam Mateicka | 1 | -1/+1 |
2009-03-03 | ffmpeg: support for new metadata api | Viliam Mateicka | 1 | -0/+39 |
2009-03-02 | ffmpeg: use ffmpeg's sampleformat for output format | Viliam Mateicka | 1 | -1/+6 |
2009-02-23 | ffmpeg: add all known ffmpeg extensions and mime-types. | Avuton Olrich | 1 | -18/+77 |
2009-02-15 | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 1 | -1/+2 |
2009-02-11 | ffmpeg: added TTA support | Max Kellermann | 1 | -0/+2 |
2009-02-03 | ffmpeg: fixed seek integer overflow | Max Kellermann | 1 | -3/+4 |
2009-02-03 | ffmpeg: check if the time stamp is valid | Max Kellermann | 1 | -4/+5 |
2009-02-03 | ffmpeg: don't warn of empty packet output | Max Kellermann | 1 | -3/+2 |
2009-02-03 | ffmpeg: print codec name | Max Kellermann | 1 | -0/+3 |