diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-11-26 08:43:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | 6fc1d550577fb7f9aadb17e45c0f33676fd7aaaa (patch) | |
tree | 953b641e03b9b1e558996974fa23c2295cbaf700 /audio/flake/README | |
parent | 0fabf487392e35eb4ec58ed3ac4d7e5217c7e9a1 (diff) | |
download | slackbuilds-6fc1d550577fb7f9aadb17e45c0f33676fd7aaaa.tar.gz |
audio/flake: Fix buffer overrun.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/flake/README')
-rw-r--r-- | audio/flake/README | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/audio/flake/README b/audio/flake/README index 966df8d1d6..87562f5f6e 100644 --- a/audio/flake/README +++ b/audio/flake/README @@ -1,16 +1,21 @@ flake (open-souce FLAC audio encoder) -Flake is an open-souce FLAC audio encoder. -It was developed as an independent implementation of the FLAC specification, -and is meant to be an alternative to the FLAC reference encoder. -While Flake does not yet have many of the advanced features of the reference encoder, it does have the benefit of faster encoding. +Flake is an open-souce FLAC audio encoder. It was developed as an +independent implementation of the FLAC specification, and is meant +to be an alternative to the FLAC reference encoder. + +While Flake does not yet have many of the advanced features of the +reference encoder, it does have the benefit of faster encoding. Features: -* Commandline encoder frontend -* libflake library which can be used by other programs -* Fast encoding -* Compression modes which closely mirror the reference encoder, plus additional modes for higher compression -* A variety of LPC order search methods, each of which has its own speed vs. compression tradeoff -* Variable block size encoding: an experimental feature which is allowed as part of the specification, - but is not currently implemented in the reference encoder. + * Commandline encoder frontend + * libflake library which can be used by other programs + * Fast encoding + * Compression modes which closely mirror the reference encoder, +plus additional modes for higher compression + * A variety of LPC order search methods, each of which has its +own speed vs. compression tradeoff + * Variable block size encoding: an experimental feature which +is allowed as part of the specification, but is not currently +implemented in the reference encoder. |