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
/
mad_plugin.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-29
mp3: moved code to mp3_update_timer_next_frame()
Max Kellermann
1
-16
/
+28
2008-10-29
mp3: moved code to mp3_this_frame_offset()
Max Kellermann
1
-10
/
+10
2008-10-29
mp3: moved code to mp3_time_to_frame()
Max Kellermann
1
-11
/
+21
2008-10-29
mp3: assert that the stream is seekable
Max Kellermann
1
-5
/
+5
2008-10-28
mp3: moved code to mp3_filesize_to_song_length()
Max Kellermann
1
-23
/
+42
2008-10-28
mp3: no "goto"
Max Kellermann
1
-19
/
+36
2008-10-28
mp3: use GLib allocation functions
Max Kellermann
1
-11
/
+9
2008-10-28
mp3: use bool
Max Kellermann
1
-50
/
+51
2008-10-28
mp3: no CamelCase
Max Kellermann
1
-255
/
+254
2008-10-28
mp3: remove obsolete comments
Max Kellermann
1
-4
/
+0
2008-10-28
input_stream: convert offset and size to the off_t data type
Max Kellermann
1
-1
/
+1
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
1
-1
/
+2
2008-10-26
input_stream: use "bool" instead of "int"
Max Kellermann
1
-3
/
+2
2008-10-26
input_stream: no CamelCase
Max Kellermann
1
-20
/
+20
2008-10-26
input_stream: removed the InputStream typedef
Max Kellermann
1
-7
/
+9
2008-10-26
renamed src/inputPlugins/ to src/decoder/
Max Kellermann
1
-0
/
+0
2008-10-23
mp3: send 24 bit PCM data
Max Kellermann
1
-63
/
+24
2008-10-23
mp3: use sizeof(sample) instead of hard-coded "2"
Max Kellermann
1
-2
/
+3
2008-10-17
Makefile.am: don't compile disabled decoder plugins
Max Kellermann
1
-11
/
+3
2008-10-10
mp3: dither an arbitrary number of channels
Max Kellermann
1
-6
/
+3
2008-10-10
mp3: hard-code dithering to 16 bits
Max Kellermann
1
-8
/
+6
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
1
-1
/
+1
2008-09-29
use C99 struct initializers
Max Kellermann
1
-10
/
+7
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
1
-5
/
+5
2008-09-23
start using prefixcmp()
Eric Wong
1
-1
/
+1
2008-09-23
mp3: fix long line, I can't read past 80 cols
Eric Wong
1
-1
/
+2
2008-09-17
mp3: fix buffer overflow when max_frames is too large
Max Kellermann
1
-0
/
+5
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
1
-2
/
+2
2008-08-29
tag: renamed functions, no CamelCase
Max Kellermann
1
-22
/
+21
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
1
-9
/
+9
2008-08-26
mp3, flac: check for seek command after decoder_read()
Max Kellermann
1
-1
/
+10
2008-08-26
check decoder_command!=NONE instead of decoder_command==STOP
Max Kellermann
1
-7
/
+7
2008-08-26
mp3: converted the MUTEFRAME_ macros to an enum
Max Kellermann
1
-9
/
+12
2008-08-26
mp3: converted the DECODE_ constants to an enum
Max Kellermann
1
-8
/
+13
2008-08-26
added decoder_read()
Max Kellermann
1
-14
/
+6
2008-08-26
mp3: added mp3DecodeData.decoder
Max Kellermann
1
-9
/
+13
2008-08-26
mp3: audio_linear_dither() returns mpd_sint16
Max Kellermann
1
-11
/
+9
2008-08-26
mp3: changed outputBuffer's type to mpd_sint16[]
Max Kellermann
1
-3
/
+3
2008-08-26
mp3: moved num_samples calculation out of the loop
Max Kellermann
1
-5
/
+7
2008-08-26
mp3: eliminated outputPtr
Max Kellermann
1
-14
/
+3
2008-08-26
mp3: don't do a second flush in mp3_decode()
Max Kellermann
1
-17
/
+1
2008-08-26
mp3: always flush directly after decoding/dithering
Max Kellermann
1
-15
/
+13
2008-08-26
mp3: dither a whole block at a time
Max Kellermann
1
-3
/
+9
2008-08-26
mp3: moved dropSamplesAtEnd check out of the loop
Max Kellermann
1
-21
/
+18
2008-08-26
mp3: make samplesPerFrame more local
Max Kellermann
1
-2
/
+1
2008-08-26
mp3: unsigned integers
Max Kellermann
1
-11
/
+11
2008-08-26
mp3: removed double cmd==STOP check
Max Kellermann
1
-3
/
+0
2008-08-26
mp3: moved code to dither_buffer()
Max Kellermann
1
-14
/
+30
2008-08-26
mp3: don't check dropSamplesAtStart in the loop
Max Kellermann
1
-7
/
+14
2008-08-26
renamed InputPlugin to struct decoder_plugin
Max Kellermann
1
-2
/
+2
[prev]
[next]