summaryrefslogtreecommitdiff
path: root/src/flac/encode.h
Commit message (Collapse)AuthorAgeFilesLines
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
|
* Improve foreign metadata handlingMartijn van Beurden2022-06-281-0/+1
| | | | | | Add options --keep-foreign-metadata-if-present and improve error messages when on decoding the wrong type of foreign metadata is found.
* Do not add channel mask to vorbis_comment that will be reused laterMartijn van Beurden2022-06-241-0/+1
| | | | This fixes https://github.com/xiph/flac/issues/376
* Add --limit-min-bitrate to flac and add test for itMartijn van Beurden2022-05-021-0/+1
|
* Replace unsigned with uint32_t in prototypes; Fixes DJGPP builds.NY001232019-10-191-1/+1
|
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
|
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
|
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
| | | | | | Should be '#ifdef HAVE_CONFIG_H'. Closes: https://sourceforge.net/p/flac/bugs/410/
* flac: Implement --no-error-on-compression-fail command line option.Erik de Castro Lopo2013-08-011-0/+1
| | | | | This is designed for the test suite where a number of artificially created files end up bigger than the original.
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
|
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-1/+2
| | | | Patch submitted by Janne Hyvärinen <cse@sci.fi>.
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
|
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
|
* update copyright for 2008Josh Coalson2008-02-281-1/+1
|
* finish reorg, unify encode pipe across formatsJosh Coalson2007-10-021-23/+15
|
* code reorg in prep for simplification, more format supportJosh Coalson2007-09-201-2/+2
|
* initial support for new --keep-foreign-metadata options, saving done, ↵Josh Coalson2007-08-141-5/+2
| | | | restoring TODO
* add undocumented option to flac: --ignore-chunk-sizesJosh Coalson2007-07-071-0/+1
|
* add --no-md5-sumJosh Coalson2007-06-191-0/+1
|
* add --warnings-as-errors option to flac; for picture importing, allow MIME ↵Josh Coalson2007-02-061-0/+1
| | | | type in specification to be blank and filled in automatically; allow specification to be just the filename, with other fields filled in automatically
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
|
* Fix bug where using -F with FLAC-to-FLAC transcoding of a corrupted FLAC ↵Josh Coalson2006-12-141-0/+1
| | | | would have no effect (SF#1615391: https://sourceforge.net/tracker/index.php?func=detail&aid=1615391&group_id=13478&atid=113478)
* make "#if FLAC__HAS_OGG" checking consistentJosh Coalson2006-11-161-1/+1
|
* add support from encoding from ogg flac inputJosh Coalson2006-11-041-1/+1
|
* switch to using FLAC__stream_encoder_set_compression_level()Josh Coalson2006-11-031-12/+27
|
* complete WAVEFORMATEXTENSIBLE support, multichannel assignments in format ↵Josh Coalson2006-10-061-0/+1
| | | | and documentation, multichannel support for AIFF and WAVE, channel mapping, new --channel-map=none option to flac, saving and restoring of WAVEFORMATEXTENSIBLE channel mask to/from tag, robust handling of "odd" sample resolutions (i.e. not multiple of 8 bits) for AIFF and WAVE
* add support for --picture command to import PICTURE metadataJosh Coalson2006-09-241-0/+2
|
* add support for encoding from FLAC to FLAC while preserving metadataJosh Coalson2006-08-281-0/+7
|
* complete largefile supportJosh Coalson2006-05-241-3/+8
|
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
|
* add support for specifying which apodization functions to use to window data ↵Josh Coalson2006-04-251-0/+1
| | | | before lpc analysis
* add support for encoding from non-compressed AIFF-C (SF bug #1090933: ↵Josh Coalson2005-08-261-1/+1
| | | | https://sourceforge.net/tracker/?func=detail&atid=113478&aid=1090933&group_id=13478)
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
|
* replace verbose/silent flags with a verbosity levelJosh Coalson2004-07-181-2/+0
|
* add --totally-silent option to flac, man page, and html docsJosh Coalson2004-07-171-0/+1
|
* make --serial-number or the default random serial number apply only to the ↵Josh Coalson2004-07-161-1/+0
| | | | first stream, and increment it for subsequent streams
* update copyright to 2004Josh Coalson2004-01-171-1/+1
|
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
|
* fix bugs with --skip, implement --untilJosh Coalson2002-12-121-0/+1
|
* revamp --skip processing, allow new mm:ss.sss formJosh Coalson2002-12-101-1/+2
|
* implement --cuesheet and --no-cued-seekpointsJosh Coalson2002-11-271-0/+2
|
* beginnings of --replay-gain supportJosh Coalson2002-10-291-1/+3
|
* Use config.h rather than passing all defs in CFLAGSMatt Zimmerman2002-10-101-0/+4
|
* add functions/switches for disabling certain subframe types for use by the ↵Josh Coalson2002-10-081-0/+6
| | | | test suite
* add -T, --tag optionsJosh Coalson2002-09-201-1/+3
|
* add support for serial number in Ogg streamsJosh Coalson2002-09-041-0/+2
|
* add AIFF support patches from Brady Patterson, add support for ↵Josh Coalson2002-07-191-4/+6
| | | | --sector-align and raw files
* update with new semantics for padding block creationJosh Coalson2002-05-171-1/+1
|
* update copyright date to include 2002Josh Coalson2002-01-261-1/+1
|
* minor cosmetics with Ogg definesJosh Coalson2001-11-111-1/+1
|