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
/
vorbis_decoder_plugin.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-11
decoder_plugin: scan tags with callback table
Max Kellermann
1
-10
/
+11
2012-02-11
decoder/vorbis: move code to vorbis_comment.c
Max Kellermann
1
-103
/
+1
2011-09-16
input_stream: non-blocking I/O
Max Kellermann
1
-2
/
+2
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2010-05-31
fix crash when decoder is NULL
Romain Bignon
1
-2
/
+2
2010-05-31
decoder/vorbis: rename local variable "ret"
Max Kellermann
1
-6
/
+5
2010-05-31
decoder/vorbis: implement method stream_tag()
Max Kellermann
1
-11
/
+4
2010-05-31
decoder/vorbis: move code to vorbis_open_stream()
Max Kellermann
1
-19
/
+23
2010-05-30
decoder/vorbis: use single global ov_callbacks constant
Max Kellermann
1
-6
/
+9
2010-05-30
decoder/vorbis: rename struct vorbis_decoder_data to vorbis_is
Max Kellermann
1
-20
/
+19
2010-02-17
replay_gain_info: allocate the struct statically
Max Kellermann
1
-16
/
+8
2010-01-18
decoder_api: removed function decoder_get_uri()
Max Kellermann
1
-13
/
+4
2010-01-04
renamed decoder plugin sources
Max Kellermann
1
-0
/
+0
2010-01-04
decoder_api: added function decoder_replay_gain()
Max Kellermann
1
-8
/
+3
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-12-29
decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME types
Max Kellermann
1
-1
/
+6
2009-12-26
decoder_api: added function decoder_timestamp()
Max Kellermann
1
-1
/
+0
2009-12-15
input_stream: return errors with GError
Max Kellermann
1
-2
/
+2
2009-12-02
audio_format: changed "bits" to "enum sample_format"
Max Kellermann
1
-1
/
+2
2009-11-14
decoder: use audio_format_init_checked()
Max Kellermann
1
-7
/
+6
2009-11-12
include config.h in all sources
Max Kellermann
1
-4
/
+1
2009-11-12
decoder/vorbis: fixed gcc "signed" warning
Max Kellermann
1
-2
/
+2
2009-11-11
decoder/vorbis: initialize before entering the loop
Max Kellermann
1
-21
/
+37
2009-11-11
decoder/vorbis: moved error strings to vorbis_strerror()
Max Kellermann
1
-24
/
+26
2009-11-11
decoder/vorbis: removed the OggCallbackData typedef
Max Kellermann
1
-6
/
+7
2009-11-11
decoder/vorbis: fix typo in comment
Max Kellermann
1
-1
/
+1
2009-11-11
decoder/vorbis: removed redundant "bits" initialization
Max Kellermann
1
-1
/
+0
2009-11-11
decoder/{flac,vorbis}: include config.h for LFS
Max Kellermann
1
-0
/
+1
2009-10-18
decoder/vorbis: avoid unused symbol warnings from vorbisfile.h
Serge Ziryukin
1
-0
/
+1
2009-10-13
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
1
-3
/
+3
2009-09-10
decoder/vorbis: revert "faster tag scanning with ov_test_callback()"
Max Kellermann
1
-1
/
+1
2009-08-25
decoder/vorbis: open file in "binary" mode
Gunnar Roth
1
-1
/
+1
2009-08-24
decoder/vorbis: faster tag scanning with ov_test_callback()
Rasmus Steinke
1
-1
/
+1
2009-07-19
Add audio_format_init() function
David Woodhouse
1
-2
/
+1
2009-04-02
vorbis: move #define out of function to top of sources
Avuton Olrich
1
-1
/
+1
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-02-27
tag: no CamelCase
Max Kellermann
1
-1
/
+1
2009-02-25
ls: moved generic URI utilities to uri.c
Max Kellermann
1
-1
/
+1
2009-02-17
decoders: added and fixed GLib log domains
Max Kellermann
1
-0
/
+3
2009-02-16
renamed decoder plugin "oggvorbis" to "vorbis"
Max Kellermann
1
-1
/
+1
2009-01-17
oggvorbis: disable seeking on remote songs
Max Kellermann
1
-5
/
+27
2009-01-15
oggvorbis: map "Album Artist" to "AlbumArtist"
Rasmus Steinke
1
-1
/
+3
2009-01-14
oggvorbis: use g_ascii_strncasecmp() instead of strncasecmp()
Max Kellermann
1
-3
/
+3
2009-01-14
oggvorbis: moved tag look into vorbis_parse_comment()
Max Kellermann
1
-23
/
+13
2009-01-14
oggvorbis: moved code to vorbis_copy_comment()
Max Kellermann
1
-9
/
+21
2009-01-14
oggvorbis: use vorbis_comment_value() in vorbis_parse_comment()
Max Kellermann
1
-5
/
+4
2009-01-14
oggvorbis: always allocate a tag object
Max Kellermann
1
-8
/
+14
2009-01-14
oggvorbis: no CamelCase
Max Kellermann
1
-59
/
+63
2009-01-14
oggvorbis: use bool
Max Kellermann
1
-5
/
+5
2009-01-08
added missing explicit config.h includes
Max Kellermann
1
-0
/
+1
[next]