index
:
delta/flac.git
1.3.x
gitlab-ci-squash
master
topic/aarch64
topic/cmake-dist
topic/fix-damn-cpp-goop
topic/get-decoder
topic/oss-fuzz
topic/release-1.3.4
topic/test-1.3.3
topic/travis
wip/cpu
gitlab.xiph.org: xiph/flac.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
FLAC++
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update library version-info.
Miroslav Lichvar
2012-12-04
1
-2
/
+2
*
Hide symbols with gcc.
Miroslav Lichvar
2012-12-04
1
-4
/
+9
*
Add a convenience function to create a Metadata::Padding object with a
Erik de Castro Lopo
2012-09-11
1
-0
/
+6
*
Adds last functions from C metadata api to C++ metadata api
Bastiaan Timmer
2012-06-22
1
-0
/
+15
*
Add missing functions to VorbisComment class.
Erik de Castro Lopo
2012-05-08
1
-0
/
+15
*
Fix all links to libtool version info rules.
Erik de Castro Lopo
2012-05-07
1
-1
/
+1
*
Add functionality present in the C library to the to C++ SeekTable class.
Erik de Castro Lopo
2012-05-07
1
-0
/
+21
*
Update and improve autotools build
Cristian RodrÃguez
2012-04-08
1
-1
/
+1
*
add 2009 copyright
Josh Coalson
2009-01-07
6
-6
/
+6
*
update copyright for 2008
Josh Coalson
2008-02-28
6
-6
/
+6
*
bump libtool version numbers
Josh Coalson
2007-09-15
1
-2
/
+2
*
minor comments
Josh Coalson
2007-09-13
1
-1
/
+1
*
add FLAC__metadata_simple_iterator_get_application_id()
Josh Coalson
2007-08-15
1
-0
/
+1
*
add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_...
Josh Coalson
2007-08-14
1
-0
/
+3
*
bump libtool number in prep for release
Josh Coalson
2007-07-10
1
-3
/
+28
*
add FLAC::Decoder::Stream::get_decode_position()
Josh Coalson
2007-04-05
1
-0
/
+1
*
bump libtool .so revision number
Josh Coalson
2007-02-14
1
-1
/
+1
*
add 2007 copyright
Josh Coalson
2007-02-02
6
-6
/
+6
*
patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...
Josh Coalson
2006-11-21
2
-2
/
+2
*
minor comments
Josh Coalson
2006-11-20
3
-4
/
+6
*
add support for read-only operations for ogg flac to chain interface
Josh Coalson
2006-11-15
1
-2
/
+2
*
add a boolean return value to FLAC__stream_encoder_finish() that signals a ve...
Josh Coalson
2006-11-09
1
-1
/
+1
*
fix FLAC::Decoder::Stream::finish() to return a bool like its C cousin
Josh Coalson
2006-11-09
1
-1
/
+1
*
add FLAC__stream_encoder_set_compression_level()
Josh Coalson
2006-11-03
1
-2
/
+3
*
remove now-obsolete libOggFLAC stuff
Josh Coalson
2006-10-16
2
-6
/
+0
*
change "bytes" parameter of all encoder write callbacks from "unsigned" to "s...
Josh Coalson
2006-10-15
1
-3
/
+3
*
change "bytes" parameter of all read callbacks from "unsigned" to "size_t"
Josh Coalson
2006-10-15
2
-5
/
+5
*
improve comments
Josh Coalson
2006-10-15
4
-86
/
+44
*
rename set_serial_number to set_ogg_serial_number everywhere
Josh Coalson
2006-10-15
2
-2
/
+2
*
merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...
Josh Coalson
2006-10-15
2
-41
/
+23
*
fix placement of FLAC_API_VERSION_... #defines
Josh Coalson
2006-10-14
1
-2
/
+3
*
bump libtool .so number in prep for release
Josh Coalson
2006-10-10
1
-1
/
+1
*
more doxygen comments
Josh Coalson
2006-10-07
3
-59
/
+82
*
change from one ..._API_NUMBER to 3 libtool numbers ..._API_VERSION_{CURRENT,...
Josh Coalson
2006-09-26
1
-2
/
+6
*
add number-of-colors field to PICTURE metadata block
Josh Coalson
2006-09-23
1
-2
/
+4
*
add support for new PICTURE metadata block
Josh Coalson
2006-09-23
1
-8
/
+82
*
add #define FLAC_API_NUMBER
Josh Coalson
2006-09-23
1
-0
/
+3
*
change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder...
Josh Coalson
2006-09-15
2
-71
/
+79
*
merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...
Josh Coalson
2006-09-13
2
-446
/
+268
*
add set_apodization() to oggflac layers
Josh Coalson
2006-05-01
1
-0
/
+3
*
add 2206 to copyright notice
Josh Coalson
2006-04-25
6
-6
/
+6
*
add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculat...
Josh Coalson
2006-04-10
1
-0
/
+7
*
fixes for compiling with SunPro
Josh Coalson
2005-01-27
2
-6
/
+6
*
add 2005 to copyright notices
Josh Coalson
2005-01-25
6
-6
/
+6
*
remove superfluous semicolon after namespace closures
Josh Coalson
2005-01-25
3
-6
/
+6
*
libFLAC++: all metadata object operator=() funcs now return *this; add Metada...
Josh Coalson
2005-01-07
1
-26
/
+67
*
minor comments
Josh Coalson
2004-12-30
1
-1
/
+1
*
add vorbiscomment validation functions to format.c and test code; validate na...
Josh Coalson
2004-12-30
1
-16
/
+16
*
additions to metadata object api: more vorbiscomment functions, trailing-null...
Josh Coalson
2004-12-30
1
-4
/
+21
*
add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()
Josh Coalson
2004-07-30
1
-1
/
+4
[next]