| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder/mp4ff: moved code to mp4ff_tag_name_parse() | Max Kellermann | 2010-05-31 | 1 | -1/+7 |
* | decoder/vorbis: rename local variable "ret" | Max Kellermann | 2010-05-31 | 1 | -6/+5 |
* | decoder/vorbis: implement method stream_tag() | Max Kellermann | 2010-05-31 | 1 | -11/+4 |
* | decoder/vorbis: move code to vorbis_open_stream() | Max Kellermann | 2010-05-31 | 1 | -19/+23 |
* | decoder/vorbis: use single global ov_callbacks constant | Max Kellermann | 2010-05-30 | 1 | -6/+9 |
* | decoder/vorbis: rename struct vorbis_decoder_data to vorbis_is | Max Kellermann | 2010-05-30 | 1 | -20/+19 |
* | decoder/mp4ff: support tags "albumartist", "band" | Max Kellermann | 2010-05-30 | 1 | -0/+2 |
* | decoder/mp4ff: use tag_table.h to parse tag names | Max Kellermann | 2010-05-30 | 1 | -18/+15 |
* | decoder/mp4ff: rename plugin "mp4" to "mp4ff" | Max Kellermann | 2010-05-30 | 1 | -1/+1 |
* | Merge release 0.15.10 from branch 'v0.15.x' | Max Kellermann | 2010-05-30 | 1 | -5/+25 |
|\ |
|
| * | decoder/mad: fix buffer variable name on !HAVE_ID3TAG | Max Kellermann | 2010-05-30 | 1 | -3/+3 |
| * | decoder/mad: properly calculate ID3 size without libid3tag | Max Kellermann | 2010-04-13 | 1 | -5/+25 |
* | | input/ffmpeg: new input plugin using libavformat's "avio" library | Max Kellermann | 2010-05-18 | 1 | -0/+6 |
* | | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 2010-05-08 | 2 | -4/+9 |
* | | Merge branch 'master' of git://github.com/mcfiredrill/mpd | Max Kellermann | 2010-04-20 | 1 | -0/+129 |
|\ \ |
|
| * | | Decoder for game music emulation library. | Tony Miller | 2010-04-10 | 1 | -0/+129 |
* | | | decoder/ffmpeg: fix crash on startup in mpd_ffmpeg_log_callback() | Charles Kerr | 2010-04-11 | 1 | -4/+9 |
|/ / |
|
* | | decoder/ffmpeg: print item name in log callback | Max Kellermann | 2010-03-28 | 1 | -1/+5 |
* | | Merge release 0.15.9 from branch 'v0.15.x' | Max Kellermann | 2010-03-28 | 2 | -5/+10 |
|\| |
|
| * | decoder/mpcdec: fix replay gain formula with v8 | Aleksei Kaveshnikov | 2010-03-19 | 1 | -0/+8 |
| * | decoder/mpcdec: fix negative shift on fixed-point samples | Piotr Gozdur | 2010-03-17 | 1 | -1/+1 |
| * | decoder/mad: fix crash when seeking at end of song | Max Kellermann | 2010-02-27 | 1 | -4/+0 |
* | | Add support for MixRamp tags | Tim Phipps | 2010-03-21 | 5 | -6/+106 |
* | | decoder/ffmpeg: fix indentation | Max Kellermann | 2010-03-07 | 1 | -6/+6 |
* | | decoder/ffmpeg: implement the libavutil log callback | Max Kellermann | 2010-02-27 | 1 | -0/+31 |
* | | decoder/ffmpeg: don't close the AVFormatContext after open failure | Max Kellermann | 2010-02-27 | 1 | -1/+0 |
* | | replay_gain_info: allocate the struct statically | Max Kellermann | 2010-02-17 | 7 | -83/+51 |
* | | ffmpeg: read more metadata. | Anton Khirnov | 2010-02-02 | 1 | -1/+12 |
* | | decoder/flac: fix replay gain (short-circuiting "or") | Tim Phipps | 2010-01-28 | 1 | -8/+13 |
* | | decoder/wavpack: fixed WVC URI | Max Kellermann | 2010-01-20 | 1 | -4/+5 |
* | | decoder/ffmpeg: call decoder_timestamp() once per packet | Max Kellermann | 2010-01-18 | 1 | -5/+5 |
* | | decoder/ffmpeg: merged ffmpeg_helper() into ffmpeg_decode() | Max Kellermann | 2010-01-18 | 1 | -116/+67 |
* | | decoder/ffmpeg: optimized the stream_tag() method | Max Kellermann | 2010-01-18 | 1 | -25/+27 |
* | | decoder/ffmpeg: free AVFormatContext on error | Max Kellermann | 2010-01-18 | 1 | -0/+4 |
* | | decoder_api: removed function decoder_get_uri() | Max Kellermann | 2010-01-18 | 3 | -26/+11 |
* | | Merge release 0.15.8 from branch 'v0.15.x | Max Kellermann | 2010-01-18 | 1 | -4/+34 |
|\| |
|
| * | decoder/ffmpeg: added more MIME types | Max Kellermann | 2010-01-17 | 1 | -0/+6 |
| * | decoder/ffmpeg: append file name suffix to virtual stream URL | Max Kellermann | 2010-01-17 | 1 | -4/+28 |
* | | audio_format: support packed 24 bit samples | Max Kellermann | 2010-01-16 | 1 | -0/+1 |
* | | decoder/flac: support streams without STREAMINFO block | Max Kellermann | 2010-01-06 | 2 | -1/+52 |
* | | decoder/flac: pass bits_per_sample to flac_sample_format() | Max Kellermann | 2010-01-06 | 1 | -3/+3 |
* | | decoder/flac: moved decoder initialization to _flac_common.c | Max Kellermann | 2010-01-06 | 4 | -51/+23 |
* | | decoder/flac: remember audio_format, not stream_info | Max Kellermann | 2010-01-06 | 4 | -25/+47 |
* | | decoder/flac: removed CUE sheet support | Max Kellermann | 2010-01-06 | 3 | -359/+1 |
* | | decoder/flac: moved flac_tag_load() to flac_metadata.c | Max Kellermann | 2010-01-06 | 3 | -53/+56 |
* | | renamed decoder plugin sources | Max Kellermann | 2010-01-04 | 15 | -0/+0 |
* | | decoder/mad: fix build error without libid3tag | Max Kellermann | 2010-01-04 | 1 | -1/+0 |
* | | replay_gain: moved code to replay_gain_info.c | Max Kellermann | 2010-01-04 | 1 | -1/+1 |
* | | decoder_api: added function decoder_replay_gain() | Max Kellermann | 2010-01-04 | 17 | -87/+63 |
* | | input_stream: return allocated input_stream objects | Max Kellermann | 2010-01-01 | 1 | -14/+13 |