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
/
encoder
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-10-19
encoder/{opus,vorbis}: new serial generator replacing g_random_int()
Max Kellermann
4
-3
/
+77
2013-10-19
encoder/wave: include cleanup
Max Kellermann
1
-2
/
+0
2013-10-16
system/ByteOrder: new library for byte ordering / endianess
Max Kellermann
2
-51
/
+52
2013-10-16
encoder/wave: use delete to dispose the WaveEncoder object
Max Kellermann
1
-1
/
+1
2013-10-15
Client, ...: remove unnecessary glib.h include
Max Kellermann
1
-2
/
+0
2013-10-15
gcc.h: rename to Compiler.h
Max Kellermann
1
-1
/
+1
2013-10-02
Log: new logging library API
Max Kellermann
3
-7
/
+3
2013-09-26
*Plugin: remove redundant "line %i" from error messages
Max Kellermann
3
-39
/
+24
2013-09-05
Tag, ...: move to libtag.a
Max Kellermann
1
-1
/
+1
2013-09-04
util/Error: new error passing library
Max Kellermann
7
-192
/
+174
2013-08-07
encoder/lame: use ReusableBuffer instead of AllocatedArray
Max Kellermann
1
-23
/
+13
2013-08-07
add missing includes
Max Kellermann
1
-0
/
+2
2013-08-06
encoder/lame: dynamic output buffer
Max Kellermann
1
-4
/
+18
2013-08-06
encoder/lame: use delete instead of g_free()
Max Kellermann
1
-1
/
+1
2013-08-06
encoder/lame: use lame_encode_buffer_interleaved()
Max Kellermann
1
-14
/
+5
2013-08-06
encoder/lame: use offset variable instead of memmove()
Max Kellermann
2
-17
/
+36
2013-08-06
encoder/lame: rename "buffer" to "output_buffer"
Max Kellermann
2
-31
/
+33
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
3
-14
/
+14
2013-08-04
EncoderPlugin: pass config_param reference
Max Kellermann
7
-42
/
+40
2013-08-03
audio_format: convert to C++
Max Kellermann
7
-65
/
+67
2013-07-30
tag: convert to C++
Max Kellermann
1
-6
/
+6
2013-07-30
encoder_api: convert to C++
Max Kellermann
14
-119
/
+94
2013-07-30
encoder/lame,twolame: convert to C++
Max Kellermann
4
-104
/
+154
2013-07-30
encoder/wave: convert to C++
Max Kellermann
2
-26
/
+58
2013-07-30
encoder/null: convert to C++
Max Kellermann
2
-24
/
+54
2013-07-30
pcm_buffer: convert to C++
Max Kellermann
1
-7
/
+5
2013-07-29
encoder/flac: convert to C++
Max Kellermann
2
-22
/
+56
2013-06-24
fix overwriting bitrate with signal type
Matthias Larisch
1
-3
/
+3
2013-04-09
pcm_*: move to src/pcm/
Max Kellermann
1
-1
/
+1
2013-01-30
filter/chain, encoder: GLib include cleanup
Max Kellermann
4
-28
/
+27
2013-01-30
{encoder,output}_api.h: allow compiling as C++
Max Kellermann
2
-8
/
+0
2013-01-15
encoder/{Vorbis,Opus}: use new/delete
Max Kellermann
2
-10
/
+14
2013-01-15
fifo_buffer: move to util/
Max Kellermann
3
-6
/
+6
2012-10-02
{decoder,encoder}/flac: drop support for libFLAC 1.1
Max Kellermann
1
-26
/
+5
2012-10-02
encoder/opus: implement lookahead
Max Kellermann
1
-2
/
+43
2012-10-02
encoder/opus: initialize the "granulepos" packet attribute
Max Kellermann
1
-1
/
+5
2012-10-02
encoder/{vorbis,opus}: merge code to new class OggStream
Max Kellermann
3
-89
/
+154
2012-10-02
encoder/vorbis: accept floating point input samples
Max Kellermann
1
-8
/
+9
2012-10-02
encoder/opus: call ogg_stream_flush() only in the last iteration
Max Kellermann
1
-4
/
+4
2012-10-02
encoder/opus: new encoder plugin for the Opus codec
Max Kellermann
2
-0
/
+442
2012-10-02
encoder/vorbis: use C++ compiler
Max Kellermann
2
-23
/
+51
2012-10-02
encoder/vorbis: make variables more local
Max Kellermann
1
-20
/
+12
2012-04-05
encoder/vorbis: generate end-of-stream packet when playback ends
Max Kellermann
3
-0
/
+3
2012-04-04
encoder/vorbis: generate end-of-stream packet before tag
Max Kellermann
1
-2
/
+0
2012-03-22
audio_format: remove the packed S24 format
Max Kellermann
1
-5
/
+0
2011-11-28
encoder/wave: support packed 24 bit samples
Max Kellermann
1
-0
/
+5
2011-11-28
encoder/null: use fifo_buffer instead of pcm_buffer
Max Kellermann
1
-19
/
+15
2011-11-28
encoder/wave: use fifo_buffer instead of pcm_buffer
Max Kellermann
1
-19
/
+27
2011-11-28
encoder/flac: use fifo_buffer instead of pcm_buffer
Max Kellermann
1
-16
/
+20
2011-07-20
encoder_plugin: add method pre_tag()
Max Kellermann
1
-0
/
+11
[next]