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
/
FLACDecoderPlugin.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-07
decoder/ogg_codec: convert to C++
Max Kellermann
1
-4
/
+1
2012-10-04
decoder/flac: support FLAC files inside archives
Max Kellermann
1
-2
/
+32
2012-10-04
decoder/flac: move flac_scan_file2() to main plugin file
Max Kellermann
1
-1
/
+9
2012-10-02
decoder/flac: move callbacks to class FLACInput
Max Kellermann
1
-96
/
+13
2012-10-02
decoder/flac: add ctor/dtor to struct flac_data
Max Kellermann
1
-6
/
+1
2012-10-02
decoder/flac: add method FLACMetadataChain::Scan()
Max Kellermann
1
-9
/
+1
2012-10-02
decoder/flac: add C++ libFLAC wrappers
Max Kellermann
1
-13
/
+8
2012-10-02
decoder/flac: eliminate the obsolete "track number" code
Max Kellermann
1
-3
/
+2
2012-10-02
decoder/flac: use C++ compiler
Max Kellermann
1
-27
/
+40
2012-10-02
{decoder,encoder}/flac: drop support for libFLAC 1.1
Max Kellermann
1
-54
/
+5
2012-09-04
decoder/ogg_common: rename to ogg_codec.c
Max Kellermann
1
-3
/
+3
2012-09-04
decoder/ogg_common: pass decoder to _type_detect()
Max Kellermann
1
-1
/
+1
2012-09-04
decoder/_ogg_common: rename to ogg_common.c
Max Kellermann
1
-2
/
+2
2012-02-11
decoder_plugin: scan tags with callback table
Max Kellermann
1
-17
/
+13
2012-02-11
decoder/flac: check for errors only after _process_single()
Max Kellermann
1
-8
/
+6
2012-02-11
decoder/flac: symmetric FLAC__stream_decoder_finish() calls
Max Kellermann
1
-1
/
+3
2012-02-11
decoder/flac: use error messages from libFLAC
Max Kellermann
1
-27
/
+7
2012-02-11
decoder/flac: eliminate the remaining "gotos"
Max Kellermann
1
-42
/
+54
2011-09-16
input_stream: non-blocking I/O
Max Kellermann
1
-4
/
+5
2011-03-23
decoder/flac: fix enum mismatch in flac_tell_cb()
Max Kellermann
1
-1
/
+1
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2010-03-21
Add support for MixRamp tags
Tim Phipps
1
-1
/
+6
2010-01-06
decoder/flac: support streams without STREAMINFO block
Max Kellermann
1
-0
/
+12
2010-01-06
decoder/flac: moved decoder initialization to _flac_common.c
Max Kellermann
1
-15
/
+4
2010-01-06
decoder/flac: remember audio_format, not stream_info
Max Kellermann
1
-3
/
+3
2010-01-06
decoder/flac: removed CUE sheet support
Max Kellermann
1
-295
/
+1
2010-01-06
decoder/flac: moved flac_tag_load() to flac_metadata.c
Max Kellermann
1
-53
/
+0
2010-01-04
renamed decoder plugin sources
Max Kellermann
1
-0
/
+0
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
-2
/
+8
2009-12-15
input_stream: return errors with GError
Max Kellermann
1
-2
/
+2
2009-11-11
decoder/flac: check "seekable" in libFLAC callbacks
Max Kellermann
1
-0
/
+6
2009-11-11
decoder/flac: moved code to flac_data_get_audio_format()
Max Kellermann
1
-12
/
+4
2009-11-11
decoder/flac: use stream_info instead of audio_format
Max Kellermann
1
-2
/
+2
2009-11-11
decoder/flac: calculate time stamp from current frame
Max Kellermann
1
-7
/
+2
2009-11-11
decoder/flac: calculate bit rate in flac_common_write()
Max Kellermann
1
-11
/
+12
2009-11-11
decoder/flac: store the whole stream info object, not duration
Max Kellermann
1
-4
/
+10
2009-11-11
decoder/flac: merge code into flac_decoder_initialize()
Max Kellermann
1
-50
/
+39
2009-11-11
decoder/flac: merged code into flac_decoder_new()
Max Kellermann
1
-28
/
+27
2009-11-11
decoder/flac: free the "pathname" variable earlier
Max Kellermann
1
-31
/
+15
2009-11-11
decoder/flac: emulate FLAC__stream_decoder_init_stream()
Max Kellermann
1
-30
/
+12
2009-11-11
decoder/flac: use the new API functions
Max Kellermann
1
-45
/
+52
2009-11-11
decoder/flac: removed the fake flac_ogg_init() fallback
Max Kellermann
1
-0
/
+4
2009-11-11
decoder/flac: moved code to flac_compat.h
Max Kellermann
1
-0
/
+5
2009-11-11
decoder/{flac,vorbis}: include config.h for LFS
Max Kellermann
1
-0
/
+1
2009-11-11
decoder/flac: merged code into flac_decoder_loop()
Max Kellermann
1
-101
/
+55
2009-11-11
decoder/flac: keep track of current frame number
Max Kellermann
1
-0
/
+3
2009-11-11
decoder/flac: fixed CUE seeking range check
Max Kellermann
1
-14
/
+8
2009-11-11
decoder/flac: removed redundant NULL checks
Max Kellermann
1
-9
/
+3
2009-11-11
decoder/flac: moved code to flac_metadata.c
Max Kellermann
1
-0
/
+1
[next]