| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | decoder/mp4ff: use tag_table.h to parse tag names | Max Kellermann | 2010-06-30 | 1 | -18/+15 |
* | | decoder/ffmpeg: fix libavformat 0.6 by using av_open_input_stream() | Max Kellermann | 2010-07-19 | 1 | -89/+65 |
* | | decoder/ffmpeg: manual format probing | Max Kellermann | 2010-07-19 | 1 | -2/+47 |
* | | ffmpeg: read the audio stream metadata in addition to global | Anton Khirnov | 2010-07-12 | 1 | -1/+5 |
* | | ffmpeg: factor tag_type <-> ffmpeg tag name maps into a table. | Anton Khirnov | 2010-07-12 | 1 | -21/+32 |
* | | decoder/mp4ff: support tag "album artist" | Max Kellermann | 2010-06-25 | 1 | -0/+1 |
* | | fix crash when decoder is NULL | Romain Bignon | 2010-05-31 | 1 | -2/+2 |
* | | decoder/mikmod: fix memory leak | Max Kellermann | 2010-05-31 | 1 | -2/+4 |
* | | decoder/mikmod: duplicate the path only once | Max Kellermann | 2010-05-31 | 1 | -2/+2 |
* | | decoder/mikdmod: moved local variable declarations in tag_dup() | Max Kellermann | 2010-05-31 | 1 | -12/+8 |
* | | decoder/wildmidi: moved local variable declarations in tag_dup() | Max Kellermann | 2010-05-31 | 1 | -7/+3 |
* | | decoder/gme: replace macro GME_BUF_SIZE | Max Kellermann | 2010-05-31 | 1 | -4/+5 |
* | | decoder/gme: added constants for sample rate and channels | Max Kellermann | 2010-05-31 | 1 | -6/+12 |
* | | decoder/gme: pass the whole buffer to decoder_data() | Max Kellermann | 2010-05-31 | 1 | -2/+2 |
* | | decoder/gme: allocate tag later, fixes memory leak | Max Kellermann | 2010-05-31 | 1 | -1/+1 |
* | | decoder/mp4ff: rename and move local variable | Max Kellermann | 2010-05-31 | 1 | -6/+5 |
* | | decoder/mp4ff: merge code into mp4ff_input_stream_open() | Max Kellermann | 2010-05-31 | 1 | -17/+17 |
* | | decoder/mp4ff: move mp4ff_callback_t into mp4ff_input_stream | Max Kellermann | 2010-05-31 | 1 | -12/+15 |
* | | decoder/mp4ff: rename mp4_context to mp4ff_input_stream | Max Kellermann | 2010-05-31 | 1 | -9/+9 |
* | | decoder/mp4ff: remove duplicate entries in the tag name table | Max Kellermann | 2010-05-31 | 1 | -9/+5 |
* | | 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 |