Age | Commit message (Collapse) | Author | Files | Lines |
|
and improves 24-bit compression, tag editing in the plugins, and
decoding to AIFF.
|
|
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
|
|
flac:
- AIFF input support
- vorbis tag addition whilst encoding (-T)
- various speedups, reductions in memory use, and minor fixes
libraries:
- OggFLAC & OggFLAC++ libraries
- various speedups, reductions in memory use, and minor fixes
(see doc/html/news.html for more info)
|
|
|
|
|
|
previous versions.
|
|
- Use buildlink2.
- Fix build with newer libtool with tagged configuration.
- Move HTML documention into the proper location under doc/html.
* Bug fixes.
* 24-bit input support restored in flac.
* Decoder speedup in libFLAC, which is directly passed on to the
command-line decoder and plugins.
* New -F option to flac to continue decoding in spite of errors.
* New VORBIS_COMMENT metadata block for tagging with Vorbis-style comments.
* Vastly improved metaflac, now with many editing and tagging options.
* Note: new semantics for -P option in flac.
* Note: removed -R option in flac.
* New metadata interface to libFLAC for manipulating metadata in FLAC files.
* New libFLAC++ API, an object wrapper around libFLAC.
* Customizable metadata filtering by type in decoders.
* Stream encoder can take an arbitrary list of metadata blocks, instead
of just one SEEKTABLE and/or PADDING block.
|
|
buildlink2.mk files back into the main trunk.
|
|
This closes PR 16469 by <collver@linuxfreemail.com>, thanks!
|
|
the BUILD_DEPENDS on automake.
|
|
|
|
|
|
Provided by Ben Collver in pkg/13414, with slight changes by me.
|