Erik de Castro Lopo
e4399a02ae
Whitespace only
...
Patch-from: lvqcl <lvqcl.mail@gmail.com >
2015-12-25 09:39:34 +11:00
Erik de Castro Lopo
eb753ae5b4
Remove traiing whitespace (mostly .c and .h files).
...
Patch-from: lvqcl <lvqcl.mail@gmail.com >
2014-12-05 05:52:30 +11:00
Zoë Blade
7b757e46f2
Fix some minor word duplication
...
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com >
2014-12-03 21:43:03 +11:00
Erik de Castro Lopo
1437391577
Update copyright years to include 2014.
2014-11-25 13:04:30 +11:00
Martijn van Beurden
3af2f2b39c
Update documentation for new compression presets
...
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com >
2014-11-11 06:20:43 -08:00
Martijn van Beurden
29a28338c3
Add partial_tukey and punchout_tukey apodization functions
...
Adds two new apodization functions that seem to perform better than
the apodization functions currently in the codebase and fixes three
existing windows as well.
Its important to note that this patch only affects the encoder stage
that evaluates various possible predictors. Audio encoded with these
new windows will still decode with existing legacy decoders.
= Theory =
These functions are used to window the audio data at the predictor
stage. These news functions enable the use of only part of the signal
to generate a predictor. This helps because short transients can
introduce noise into the predictor. The predictor becomes very good
at prediciting one part of the signal, instead of mediocre for the
whole block.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com >
2014-09-22 18:03:24 +10:00
Erik de Castro Lopo
db1619d4f3
Underscore fixes.
...
* Replace _declspec with __declspec.
* Replace __wgetmainargs_ with __wgetmainargs_t and __wgetmainargs
with wgetmainargs because identifiers with leading underscores are
reserved for the compiler.
Patch-from: lvqcl <lvqcl.mail@gmail.com >
2014-06-28 09:17:32 +10:00
Erik de Castro Lopo
46bedb58d3
Update URLs as nedeed.
...
Sourceforge.net links updated as nedeed with some of them
being changed to point to xiph.org/flac.
Patch-from: lvqcl <lvqcl.mail@gmail.com >
2014-06-28 09:12:45 +10:00
Erik de Castro Lopo
3f5208c300
Fix clang compiler warnings.
...
These were most arising from -Wenum-conversion where an enum of
one type was being assigned to a variable on another.
Originally reported by Lenny Maiorani <lenny@colorado.edu > on the
flac-dev mailing list.
2014-04-09 18:09:03 +10:00
Erik de Castro Lopo
b1982fbc5f
Set version to 1.3.0 and update coyprights throughout.
2013-05-26 19:17:53 +10:00
Martijn van Beurden
d4b68b2ba5
Replace dead anchor
...
This fixes a wrong link (dead anchor) in the Doxygen api documentation
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com >
2013-05-25 16:56:35 +10:00
Erik de Castro Lopo
71d630dbba
FLAC/ordinals.h : Add <stdint.h> definitions for MSVC < 2010.
2013-03-09 10:25:39 +11:00
Erik de Castro Lopo
ae663c36af
FLAC/ordinals.h : Provide links for <stdint.h> replacements.
2013-03-08 21:13:13 +11:00
Miroslav Lichvar
a43f56c0b2
Update library version-info.
2012-12-04 17:45:51 +11:00
Miroslav Lichvar
19c78e58d7
Hide symbols with gcc.
...
With gcc >= 4 and ELF, set default visibility to hidden and make visible
only the symbols with FLAC_API or FLACPP_API.
A convenience libFLAC-static.la is created for test_libFLAC as it
depends on the hidden symbols.
2012-12-04 17:45:06 +11:00
Bastiaan Timmer
04ca6fd9e1
Quick patch to fix FLAC_metadata_object api docs.
...
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com >
2012-06-08 19:58:41 +10:00
Erik de Castro Lopo
d9fde55674
Fix all links to libtool version info rules.
2012-05-07 19:45:23 +10:00
Erik de Castro Lopo
c506b2f43e
include/FLAC/ordinals.h : Remove CPP hackery.
...
This change assumes that a C99 <stdint.h> header is available. For
compilers where that is not the case, the user should provide a
minimal replacement header.
2012-02-10 19:19:11 +11:00
Josh Coalson
dea0f5a044
add 2009 copyright
2009-01-07 07:31:28 +00:00
Josh Coalson
1be89c498d
add FLAC__format_blocksize_is_subset()
2008-05-27 05:19:52 +00:00
Josh Coalson
82b128050e
update copyright for 2008
2008-02-28 05:34:21 +00:00
Josh Coalson
841fdd30a6
bump libtool version numbers
2007-09-15 01:08:15 +00:00
Josh Coalson
504dcafeb4
minor comments
2007-09-13 15:42:47 +00:00
Josh Coalson
8679516bc5
add link to new example code page
2007-09-13 00:36:43 +00:00
Josh Coalson
7fb67ac1e4
add not about OPT: sections
2007-09-12 01:03:57 +00:00
Josh Coalson
17af340739
fix #include for off_t (SF#1786225: https://sourceforge.net/tracker/index.php?func=detail&aid=1786225&group_id=13478&atid=313478 )
2007-09-08 22:49:07 +00:00
Josh Coalson
a8bd44b80e
#include for off_t, minor comments
2007-08-21 08:07:29 +00:00
Josh Coalson
4e56b06d63
add FLAC__metadata_simple_iterator_get_application_id()
2007-08-15 05:59:09 +00:00
Josh Coalson
09ccf20ae6
add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_iterator_get_block_length(), FLAC__metadata_simple_iterator_is_last()
2007-08-14 00:34:50 +00:00
Josh Coalson
c90a5cad24
bump libtool number in prep for release
2007-07-10 02:09:38 +00:00
Josh Coalson
1296cb8f19
add porting guide item for 1.1.4->1.2.0
2007-07-07 07:02:11 +00:00
Josh Coalson
b47ab0d250
merge decoder part from RICE_EXT_BRANCH: blocking strategy bit, new rice2 ecm, frame header support for 88.2/176.4/192kHz, new reserved bit, deprecated blocksize-from-streaminfo bit
2007-06-16 00:50:28 +00:00
Josh Coalson
2258fa8ec9
add FLAC__format_sample_rate_is_subset()
2007-03-30 01:02:40 +00:00
Josh Coalson
d67319f240
add porting item for 1.1.4
2007-02-14 05:59:47 +00:00
Josh Coalson
4296e1a40a
bump libtool .so revision number
2007-02-14 05:59:09 +00:00
Josh Coalson
d83553dd2b
change the min/max rice partition order for compression levels -0 .. -6
2007-02-06 04:48:26 +00:00
Josh Coalson
e74bd9516c
add 2007 copyright
2007-02-02 06:58:19 +00:00
Josh Coalson
e3ec2ad59e
convert C prototypes for functions with no args from () to (void)
2007-01-31 03:53:22 +00:00
Josh Coalson
1c03407931
in FLAC__stream_encoder_set_metadata(), copy the metadata array of pointers instead of requiring the caller to keep it until initialization; the objects themselves are still owned by caller
2007-01-29 08:27:25 +00:00
Josh Coalson
cd80d1447c
add docs on sample format for process calls (SF#1627966: http://sourceforge.net/tracker/index.php?func=detail&aid=1627966&group_id=13478&atid=213478 )
2007-01-05 01:08:55 +00:00
Josh Coalson
7581d121c1
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-20 07:19:15 +00:00
Josh Coalson
2378fb1888
minor comments
2006-11-20 05:30:25 +00:00
Josh Coalson
a7dceb9ac1
multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata
2006-11-16 01:35:13 +00:00
Josh Coalson
33bba6d34d
minor comments
2006-11-15 06:17:14 +00:00
Josh Coalson
7d273b4bdb
add support for read-only operations for ogg flac to chain interface
2006-11-15 06:12:30 +00:00
Josh Coalson
e3f00bc592
minor comments
2006-11-10 05:15:02 +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
99abf3e70a
add code examples for some of the callbacks to the docs
2006-11-04 03:51:01 +00:00
Josh Coalson
2dd9d916f6
minor comments
2006-11-04 03:03:02 +00:00
Josh Coalson
425609cb0c
add FLAC__stream_encoder_set_compression_level()
2006-11-03 16:08:52 +00:00