index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
decoder
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
*
|
Update copyright notices.
Avuton Olrich
2009-12-31
26
-26
/
+26
*
|
decoder: switch a bunch of plugins to stream_tag()
Max Kellermann
2009-12-31
7
-110
/
+45
*
|
decoder_plugin: added method stream_tag()
Max Kellermann
2009-12-31
1
-0
/
+1
*
|
Merge vorbis+icy fixes from branch 'v0.15.x'
Max Kellermann
2009-12-30
4
-4
/
+22
|
\
|
|
*
decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME types
Max Kellermann
2009-12-29
4
-4
/
+22
*
|
Merged release 0.15.7 from branch 'v0.15.x'
Max Kellermann
2009-12-27
1
-3
/
+2
|
\
|
|
*
decoder/wavpack: allow fine-grained seeking
Max Kellermann
2009-12-26
1
-3
/
+2
*
|
decoder_api: added function decoder_timestamp()
Max Kellermann
2009-12-26
16
-77
/
+24
*
|
updated mp4ff decoder about input_stream_seek
Alam Arias
2009-12-16
1
-2
/
+2
*
|
input_stream: return errors with GError
Max Kellermann
2009-12-15
11
-26
/
+48
*
|
decoder/mikmod: fixed gcc uninitialized warning
Max Kellermann
2009-12-14
1
-2
/
+1
*
|
Merge branch 'v0.15.x'
Max Kellermann
2009-12-14
2
-5
/
+1
|
\
|
[prev]
[next]