Martijn van Beurden
10d7ce268b
Bulk update copyright dates to 2022
2022-07-26 16:23:07 +02:00
Martijn van Beurden
b5f4a1535c
Add API functions to limit minimum bitrate
...
Quite a lot of decoders have trouble streaming or seeking in a
file with frames that only consist of constant subframes because
of the large difference between the largest and smallest subframe.
To remedy this, this commit makes it possible to disable the use
of constant subframes for the last subframe in case all others are
constant with a new API function. This means the minimum bitrate
for a FLAC file encoded with this function used is raised to
1bit/sample (i.e. 48kbit/s for 48kHz material). This commit also
adds tests to the test suite
2022-05-02 07:59:01 +02:00
luz.paz
01eb19708c
Fix miscellaneous typos.
...
Found via `codespell -q 3`
2018-05-24 07:20:19 +10:00
Erik de Castro Lopo
25b2d82fe4
Fix typos in header files
...
Patch-from: lvqcl <lvqcl.mail@gmail.com >
2017-03-21 05:39:29 +11:00
Erik de Castro Lopo
71b909b7a4
Yet more purging of unsigned type
2017-01-15 09:48:42 +11:00
Erik de Castro Lopo
6a5fe43b7e
Bulk update copyright dates
2016-12-05 06:35:39 +11:00
Thomas Zander
7189069e5e
Explicitly use base class virtual methods; silence unnecessary warning
...
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com >
2015-12-25 07:32:17 +11:00
Erik de Castro Lopo
a51b27c0ed
Remove (defined _MSC_VER) from cpp workaround
...
Patch-from: lvqcl <lvqcl.mail@gmail.com >
2015-12-10 06:12:19 +11:00
Erik de Castro Lopo
1437391577
Update copyright years to include 2014.
2014-11-25 13:04:30 +11:00
Erik de Castro Lopo
b1982fbc5f
Set version to 1.3.0 and update coyprights throughout.
2013-05-26 19:17:53 +10:00
Josh Coalson
dea0f5a044
add 2009 copyright
2009-01-07 07:31:28 +00:00
Josh Coalson
82b128050e
update copyright for 2008
2008-02-28 05:34:21 +00:00
Josh Coalson
9f28b59ce1
minor comments
2007-09-13 00:37:50 +00:00
Josh Coalson
e74bd9516c
add 2007 copyright
2007-02-02 06:58:19 +00:00
Josh Coalson
2beca73003
patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tracker/index.php?func=detail&aid=1599018&group_id=13478&atid=313478 )
2006-11-21 01:51:58 +00:00
Josh Coalson
2378fb1888
minor comments
2006-11-20 05:30:25 +00:00
Josh Coalson
a586226fda
add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch
2006-11-09 06:58:26 +00:00
Josh Coalson
425609cb0c
add FLAC__stream_encoder_set_compression_level()
2006-11-03 16:08:52 +00:00
Josh Coalson
0b9442c3b6
remove now-obsolete libOggFLAC stuff
2006-10-16 16:18:34 +00:00
Josh Coalson
352feb540f
change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t"
2006-10-15 17:08:52 +00:00
Josh Coalson
8065a2d3a5
change "bytes" parameter of all read callbacks from "unsigned" to "size_t"
2006-10-15 08:32:56 +00:00
Josh Coalson
3c91754e74
improve comments
2006-10-15 07:50:44 +00:00
Josh Coalson
71d5c256f5
rename set_serial_number to set_ogg_serial_number everywhere
2006-10-15 06:04:55 +00:00
Josh Coalson
8da98c897b
merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work
2006-10-15 04:24:05 +00:00
Josh Coalson
20ad84aa61
more doxygen comments
2006-10-07 05:43:01 +00:00