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
/
plugins
/
VorbisEncoderPlugin.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-12
Tag: add class const_iterator and methods begin(), end()
Max Kellermann
1
-2
/
+1
2014-01-24
Config*: move to config/
Max Kellermann
1
-1
/
+1
2014-01-23
Encoder*: move to src/encoder
Max Kellermann
1
-1
/
+1
2014-01-13
copyright year 2014
Max Kellermann
1
-1
/
+1
2013-11-28
include cleanup using iwyu
Max Kellermann
1
-2
/
+0
2013-10-30
*: update copyright year to 2013
Max Kellermann
1
-1
/
+1
2013-10-21
util/NumberParser: utilities for parsing numbers from ASCII strings
Max Kellermann
1
-2
/
+3
2013-10-19
encoder/{opus,vorbis}: new serial generator replacing g_random_int()
Max Kellermann
1
-2
/
+3
2013-10-02
Log: new logging library API
Max Kellermann
1
-3
/
+0
2013-09-26
*Plugin: remove redundant "line %i" from error messages
Max Kellermann
1
-13
/
+8
2013-09-05
Tag, ...: move to libtag.a
Max Kellermann
1
-1
/
+1
2013-09-04
util/Error: new error passing library
Max Kellermann
1
-33
/
+33
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
1
-5
/
+5
2013-08-04
EncoderPlugin: pass config_param reference
Max Kellermann
1
-9
/
+9
2013-08-03
audio_format: convert to C++
Max Kellermann
1
-7
/
+6
2013-07-30
tag: convert to C++
Max Kellermann
1
-6
/
+6
2013-07-30
encoder_api: convert to C++
Max Kellermann
1
-17
/
+14
2013-01-30
{encoder,output}_api.h: allow compiling as C++
Max Kellermann
1
-4
/
+0
2013-01-15
encoder/{Vorbis,Opus}: use new/delete
Max Kellermann
1
-4
/
+7
2012-10-02
encoder/{vorbis,opus}: merge code to new class OggStream
Max Kellermann
1
-46
/
+13
2012-10-02
encoder/vorbis: accept floating point input samples
Max Kellermann
1
-8
/
+9
2012-10-02
encoder/vorbis: use C++ compiler
Max Kellermann
1
-23
/
+26
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
1
-0
/
+1
2012-04-04
encoder/vorbis: generate end-of-stream packet before tag
Max Kellermann
1
-2
/
+0
2011-07-20
encoder_plugin: add method pre_tag()
Max Kellermann
1
-0
/
+11
2011-03-16
encoder/vorbis: reset the Ogg stream after flush
Max Kellermann
1
-0
/
+2
2011-03-16
encoder/vorbis: reset the Ogg stream after flush
Max Kellermann
1
-0
/
+2
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2010-09-25
eliminate g_error() usage
Thomas Jansen
1
-1
/
+2
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-12-03
encoders: remove unnessesary pointers to const strings
Viliam Mateicka
1
-3
/
+1
2009-12-03
encoders: implement new get_mime_types method
Viliam Mateicka
1
-0
/
+9
2009-12-02
audio_format: changed "bits" to "enum sample_format"
Max Kellermann
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-05-05
vorbis_encoder: start a new stream in tag()
Max Kellermann
1
-6
/
+9
2009-05-05
vorbis_encoder: moved code to vorbis_encoder_headerout()
Max Kellermann
1
-5
/
+10
2009-04-25
vorbis_encoder: reinitialize vorbis_dsp_state after flush
Max Kellermann
1
-0
/
+7
2009-03-15
vorbis_encoder: added support for all MPD tag types
Max Kellermann
1
-29
/
+4
2009-03-15
vorbis_encoder: removed vorbis_encoder.vc
Max Kellermann
1
-4
/
+6
2009-03-15
vorbis_encoder: use vorbis_commentheader_out() in the tag() method
Max Kellermann
1
-6
/
+15
2009-03-15
vorbis_encoder: pass vorbis_comment to tag helper functions
Max Kellermann
1
-9
/
+9
2009-03-15
vorbis_encoder: make ogg_page a local variable
Max Kellermann
1
-24
/
+13
2009-03-15
vorbis_encoder: fill the ogg_page in the read() method
Max Kellermann
1
-4
/
+23
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-3
/
+4
2009-02-27
tag: no CamelCase
Max Kellermann
1
-1
/
+1
2009-02-24
vorbis_encoder: vorbis_encoder_clear() returns void
Max Kellermann
1
-5
/
+1
2009-02-22
encoder: added vorbis encoder
Max Kellermann
1
-0
/
+388