summaryrefslogtreecommitdiff
path: root/src/libFLAC/stream_decoder.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* stream_encoder/decoder : Comment fixes.Erik de Castro Lopo2014-03-141-1/+1
* Don't use intrinsics when they are slower.Erik de Castro Lopo2014-02-241-9/+2
* Add sse2 intrinscics code for lpc_restore_signal_...()Erik de Castro Lopo2014-02-021-0/+13
* Add a fast shift for int64 values.Erik de Castro Lopo2014-01-311-1/+1
* Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.Erik de Castro Lopo2014-01-301-1/+1
* libFLAC : Add asm versions for two _wide() functions.Erik de Castro Lopo2014-01-071-1/+2
* Improve x86 instrinsic implementation.Erik de Castro Lopo2013-10-041-0/+6
* Remove union data from FLAC__CPUInfo.Erik de Castro Lopo2013-09-251-3/+3
* Disable FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap.Miroslav Lichvar2013-06-061-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* Correctly initialize FLAC_API_SUPPORTS_OGG_FLACUlrich Klauer2013-05-261-3/+5
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-3/+3
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-291-1/+1
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-11/+3
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-2/+10
* Large patch from Ben Allison fixing the MSVC build.Erik de Castro Lopo2013-03-061-0/+4
* Move code inside #ifdef _MSC_VER to compat.h.Erik de Castro Lopo2012-06-221-15/+1
* Move all definitions of FLAC__U64L to one place.Erik de Castro Lopo2012-06-221-7/+0
* Fix building when configured with --disable-shared.Erik de Castro Lopo2012-06-221-1/+1
* Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete()Erik de Castro Lopo2012-06-221-1/+3
* V2: Use a single definition of MIN and MAX in sourcesCristian Rodríguez2012-04-061-6/+2
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-22/+22
* Patch from JonY to remove more CPP hackery.Erik de Castro Lopo2012-02-041-10/+1
* Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings.Erik de Castro Lopo2012-02-041-0/+4
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* Improve decoder's ability to distinguish between a FLAC sync code and an MPEG...Josh Coalson2009-01-071-2/+2
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* remove obsolete comment reference to end of stream checking in seek routineJosh Coalson2007-09-131-4/+2
* fix seek bug with ogg flac and small streams (SF#1792172: http://sourceforge....Josh Coalson2007-09-111-1/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-15/+21
* OS/2 fixes (SF#1771378: https://sourceforge.net/tracker/index.php?func=detail...Josh Coalson2007-08-291-1/+3
* fixed very rare seek bug (SF#1684049: https://sourceforge.net/tracker/index.p...Josh Coalson2007-08-291-0/+2
* minor OPT tweaksJosh Coalson2007-07-231-2/+2
* comment out some optimized branchJosh Coalson2007-07-161-0/+2
* fix bug where invalid seek tables could cause some seeks to failJosh Coalson2007-07-101-9/+31
* minor commentsJosh Coalson2007-07-071-0/+1
* merge decoder part from RICE_EXT_BRANCH: blocking strategy bit, new rice2 ecm...Josh Coalson2007-06-161-88/+104
* add FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap()Josh Coalson2007-03-221-1/+5
* minor tweaks to private md5 interfaceJosh Coalson2007-03-141-1/+1
* pass cpu info into bitreaderJosh Coalson2007-03-131-1/+1
* slight optimization to conversion of M/S->L/RJosh Coalson2007-03-121-7/+11
* commentsJosh Coalson2007-03-071-0/+13
* minor commentsJosh Coalson2007-02-281-0/+3
* fix compiler warningsJosh Coalson2007-02-221-12/+13
* change default blocksize from 4608 to 4096 for LPC modeJosh Coalson2007-02-061-1/+1
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* bump requisite _MSC_VER to <=1600 for fseeko/ftello hackJosh Coalson2007-01-311-1/+1
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-3/+3
* several speed improvements: completely rewritten bitbuffer which uses native ...Josh Coalson2007-01-281-113/+118