Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
flac
/
5b3033a2b355068c11fe637e14ac742d273f076e
/
include
/
FLAC++
db1619d
Underscore fixes.
by Erik de Castro Lopo
· 10 years ago
f5902a4
Fix pragma warning.
by Erik de Castro Lopo
· 11 years ago
95552e1
Fix numerous warnings arising from addition of -Weffc++.
by Erik de Castro Lopo
· 11 years ago
b1982fb
Set version to 1.3.0 and update coyprights throughout.
by Erik de Castro Lopo
· 11 years ago
a43f56c
Update library version-info.
by Miroslav Lichvar
· 12 years ago
19c78e5
Hide symbols with gcc.
by Miroslav Lichvar
· 12 years ago
b21f190
Add a convenience function to create a Metadata::Padding object with a
by Erik de Castro Lopo
· 12 years ago
1294b64
Adds last functions from C metadata api to C++ metadata api
by Bastiaan Timmer
· 12 years ago
601e961
Add missing functions to VorbisComment class.
by Erik de Castro Lopo
· 13 years ago
d9fde55
Fix all links to libtool version info rules.
by Erik de Castro Lopo
· 13 years ago
cd9053c
Add functionality present in the C library to the to C++ SeekTable class.
by Erik de Castro Lopo
· 13 years ago
9b7cb22
Update and improve autotools build
by Cristian Rodríguez
· 13 years ago
dea0f5a
add 2009 copyright
by Josh Coalson
· 16 years ago
82b1280
update copyright for 2008
by Josh Coalson
· 17 years ago
841fdd3
bump libtool version numbers
by Josh Coalson
· 17 years ago
9f28b59
minor comments
by Josh Coalson
· 17 years ago
4e56b06
add FLAC__metadata_simple_iterator_get_application_id()
by Josh Coalson
· 17 years ago
09ccf20
add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_iterator_get_block_length(), FLAC__metadata_simple_iterator_is_last()
by Josh Coalson
· 17 years ago
c90a5ca
bump libtool number in prep for release
by Josh Coalson
· 17 years ago
a4f9391
add FLAC::Decoder::Stream::get_decode_position()
by Josh Coalson
· 18 years ago
4296e1a
bump libtool .so revision number
by Josh Coalson
· 18 years ago
e74bd95
add 2007 copyright
by Josh Coalson
· 18 years ago
2beca73
patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tracker/index.php?func=detail&aid=1599018&group_id=13478&atid=313478)
by Josh Coalson
· 18 years ago
2378fb1
minor comments
by Josh Coalson
· 18 years ago
7d273b4
add support for read-only operations for ogg flac to chain interface
by Josh Coalson
· 18 years ago
a586226
add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch
by Josh Coalson
· 18 years ago
38bf3e6
fix FLAC::Decoder::Stream::finish() to return a bool like its C cousin
by Josh Coalson
· 18 years ago
425609c
add FLAC__stream_encoder_set_compression_level()
by Josh Coalson
· 18 years ago
0b9442c
remove now-obsolete libOggFLAC stuff
by Josh Coalson
· 18 years ago
352feb5
change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t"
by Josh Coalson
· 18 years ago
8065a2d
change "bytes" parameter of all read callbacks from "unsigned" to "size_t"
by Josh Coalson
· 18 years ago
3c91754
improve comments
by Josh Coalson
· 18 years ago
71d5c25
rename set_serial_number to set_ogg_serial_number everywhere
by Josh Coalson
· 18 years ago
8da98c8
merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work
by Josh Coalson
· 18 years ago
4e48455
fix placement of FLAC_API_VERSION_... #defines
by Josh Coalson
· 18 years ago
42228b3
bump libtool .so number in prep for release
by Josh Coalson
· 18 years ago
20ad84a
more doxygen comments
by Josh Coalson
· 18 years ago
833f832
change from one ..._API_NUMBER to 3 libtool numbers ..._API_VERSION_{CURRENT,REVISION,AGE}
by Josh Coalson
· 18 years ago
74ed294
add number-of-colors field to PICTURE metadata block
by Josh Coalson
· 18 years ago
e343ab2
add support for new PICTURE metadata block
by Josh Coalson
· 18 years ago
aa1edeb
add #define FLAC_API_NUMBER
by Josh Coalson
· 18 years ago
68acb04
change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts
by Josh Coalson
· 18 years ago
6b21f66
merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH
by Josh Coalson
· 18 years ago
c4fe269
add set_apodization() to oggflac layers
by Josh Coalson
· 19 years ago
0395dac
add 2206 to copyright notice
by Josh Coalson
· 19 years ago
7cfac0b
add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id()
by Josh Coalson
· 19 years ago
f4c1a8e
fixes for compiling with SunPro
by Josh Coalson
· 20 years ago
a78fac6
add 2005 to copyright notices
by Josh Coalson
· 20 years ago
c71bfe9
remove superfluous semicolon after namespace closures
by Josh Coalson
· 20 years ago
42372b9
libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags()
by Josh Coalson
· 20 years ago
2c75bd8
minor comments
by Josh Coalson
· 20 years ago
2de1124
add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces
by Josh Coalson
· 20 years ago
def597e
additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere
by Josh Coalson
· 20 years ago
1aca6b1
add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()
by Josh Coalson
· 20 years ago
73e51b8
more acceptable hack to the workaround of nested classes not being able to see protected members in the parent with some compilers
by Josh Coalson
· 20 years ago
26b6984
extend hack of making decoder_ pointer public to gcc < 2.96
by Josh Coalson
· 20 years ago
3cb8341
add pragma to disable annoying MSVC warning C4800
by Josh Coalson
· 20 years ago
e44501d
remove the __LIBNAME__ definitions
by Josh Coalson
· 20 years ago
091d84f
add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks)
by Josh Coalson
· 20 years ago
d113ca3
add an accessor method for the underlying ::FLAC__StreamMetadata object
by Josh Coalson
· 20 years ago
47f51b1
add method for skipping an audio frame, plus tests
by Josh Coalson
· 20 years ago
deab462
add libFLAC++ equivalent callback-based chain reading/writing and tests
by Josh Coalson
· 20 years ago
9564390
update copyright to 2004
by Josh Coalson
· 21 years ago
37a4d2a
workaround MSVC bug re: scoping of nested classes
by Josh Coalson
· 21 years ago
2ea9693
fix __LIBNAME__ definition
by Josh Coalson
· 21 years ago
069a58b
minor formatting
by Josh Coalson
· 21 years ago
6e2c6d9
add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust
by Josh Coalson
· 21 years ago
d36b346
add resolved_as_cstring()
by Josh Coalson
· 21 years ago
f1c2379
inline *::State::resolved_as_cstring()
by Josh Coalson
· 21 years ago
afd8107
change license verbiage to Xiph's
by Josh Coalson
· 22 years ago
a7038a9
fix return type for Track::get_num_indices()
by Josh Coalson
· 22 years ago
b3538c8
minor comments
by Josh Coalson
· 22 years ago
0eea34a
big fix to allow codec and metadata interface to handle unknown metadata block types correctly
by Josh Coalson
· 22 years ago
a7cf233
better logic for determining whether or not DLL cruft is needed
by Josh Coalson
· 22 years ago
afae69f
Add 2003 to copyright notice
by Josh Coalson
· 22 years ago
8b9a477
fix verbiage about get_block() in Iterator class
by Josh Coalson
· 22 years ago
8f0c71b
add "is_cd" flag to CUESHEET everywhere
by Josh Coalson
· 22 years ago
1621979
finish implementation of CueSheet object wrapper
by Josh Coalson
· 22 years ago
863dbf3
add CueSheet object wrapper
by Josh Coalson
· 22 years ago
1d25bb6
fixes for building static libs (new FLAC__NO_DLL #define)
by Josh Coalson
· 22 years ago
c216a82
initial import
by Josh Coalson
· 22 years ago
55bc587
tweaks to build libs as DLLs under windows
by Josh Coalson
· 22 years ago
9bfe757
add export.h
by Josh Coalson
· 22 years ago
4e3cf29
fix _HEADERS targets to not clobber each others
by Josh Coalson
· 22 years ago
c360328
minor formatting
by Josh Coalson
· 22 years ago
bc8f173
add resolved_as_cstring() method to State classes
by Josh Coalson
· 22 years ago
3ac6693
add read_only argument to simple iterator initializer
by Josh Coalson
· 22 years ago
765ff50
minor formatting
by Josh Coalson
· 22 years ago
402da70
more doxygen docs
by Josh Coalson
· 22 years ago
87977ba
more doxygen docs
by Josh Coalson
· 22 years ago
4dc3507
more doxygen docs
by Josh Coalson
· 22 years ago
724b532
doxygen comments
by Josh Coalson
· 22 years ago
2ea0839
add a samples_written field to the progress callback
by Josh Coalson
· 22 years ago
589f8c7
add ..._get_verify_decoder_error_stats()
by Josh Coalson
· 22 years ago
d86e03b
add verify mode to all encoders
by Josh Coalson
· 22 years ago
b5bc249
add ..._get_total_samples_estimate(), add progress callback to file encoder
by Josh Coalson
· 22 years ago
ebd4a65
new seekable stream encoder and file encoder layers
by Josh Coalson
· 22 years ago
3cec051
revamp decoder process calls
by Josh Coalson
· 22 years ago
f6efd9c
more doxygen docs
by Josh Coalson
· 22 years ago
889598d
add more doxygen documentation
by Josh Coalson
· 22 years ago
Next »