summaryrefslogtreecommitdiff
path: root/src/libFLAC/stream_encoder_framing.c
Commit message (Expand)AuthorAgeFilesLines
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-18/+18
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* libFLAC: Add metadata size checks to FLAC libraryErik de Castro Lopo2016-05-011-0/+3
* libFLAC: Fix total_samples_estimateErik de Castro Lopo2016-01-091-0/+2
* 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
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-3/+3
* V2: Use a single definition of MIN and MAX in sourcesCristian Rodríguez2012-04-061-5/+0
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* add support for RESIDUAL_CODING_METHOD_PARTITIONED_RICE2 and blocking strateg...Josh Coalson2007-07-311-25/+60
* merge decoder part from RICE_EXT_BRANCH: blocking strategy bit, new rice2 ecm...Josh Coalson2007-06-161-0/+3
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* several speed improvements: completely rewritten bitbuffer which uses native ...Josh Coalson2007-01-281-110/+109
* fix compiler warningsJosh Coalson2006-11-111-0/+2
* limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max...Josh Coalson2006-10-071-9/+1
* add number-of-colors field to PICTURE metadata blockJosh Coalson2006-09-231-0/+2
* add support for new PICTURE metadata blockJosh Coalson2006-09-231-0/+27
* complete largefile supportJosh Coalson2006-05-241-0/+4
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* remove FLAC__SYMMETRIC_RICE codeJosh Coalson2005-05-051-10/+0
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* fix erroneous assertionJosh Coalson2004-07-241-1/+1
* make encoder encode the blocksize and sample rate in the frame header wheneve...Josh Coalson2004-07-231-15/+19
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* change license verbiage to Xiph'sJosh Coalson2003-01-311-12/+24
* big fix to allow codec and metadata interface to handle unknown metadata bloc...Josh Coalson2003-01-101-1/+3
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-051-0/+3
* add more reserved space to CUESHEET implementationJosh Coalson2002-11-161-0/+2
* further implementation of new CUESHEET metadata blockJosh Coalson2002-11-151-1/+39
* add assert on the vendor string constructionJosh Coalson2002-10-171-0/+1
* minor cosmeticsJosh Coalson2002-09-251-1/+1
* add vendor string to encodingJosh Coalson2002-08-251-4/+14
* split off dynamically allocated stuff from FLAC__EntropyCodingMethod_Partitio...Josh Coalson2002-08-191-2/+2
* new seekable stream encoder and file encoder layers, not fully implemented yetJosh Coalson2002-07-311-8/+8
* rename (FLAC__format_is_valid_sample_rate() to FLAC__format_sample_rate_is_va...Josh Coalson2002-07-151-2/+2
* another big glob of changes/fixesJosh Coalson2002-06-081-1/+1
* add vorbis comment block handling, update max sample rate checking, speed up ...Josh Coalson2002-05-041-17/+20
* new blurb-based bitbuffer design changesJosh Coalson2002-03-121-9/+3
* update copyright date to include 2002Josh Coalson2002-01-261-1/+1
* add checking based on number_type in the frame headerJosh Coalson2001-07-161-0/+1
* revamp the ordinal typesJosh Coalson2001-06-231-13/+13
* add support for APPLICATION blockJosh Coalson2001-06-141-0/+14
* rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder inter...Josh Coalson2001-06-131-1/+1
* rename encoder_framing.c to stream_encoder_framing.cJosh Coalson2001-06-131-0/+415