summaryrefslogtreecommitdiff
path: root/src/libFLAC/ia32
Commit message (Expand)AuthorAgeFilesLines
* Fixed dependencies on win_utf8_ioВиталий Кирсанов2019-05-041-1/+1
* CMake support addedVitaliy Kirsanov2019-05-041-0/+18
* Cosmetic changes in lpc_asm.nasm and utf8.clvqcl2018-09-021-29/+29
* cpu.c: Merge ia32 and x86_64 CPU info functionsErik de Castro Lopo2017-02-271-11/+31
* Support nasm coff obj format for djgppsezero2017-01-141-0/+5
* Bulk update copyright datesErik de Castro Lopo2016-12-055-5/+5
* libFLAC: Fix cpuid detecton on old Cyrix CPUsErik de Castro Lopo2016-07-131-0/+1
* Fix nasm compile on OS X / DarwinErik de Castro Lopo2016-06-141-1/+6
* Retire FLAC__float and FLAC__double typesThomas Zander2016-02-091-12/+12
* Remove traiing whitespace (mostly .c and .h files).Erik de Castro Lopo2014-12-051-2/+2
* Improve encoding speed on older Intel CPUs.Erik de Castro Lopo2014-12-041-8/+8
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-256-6/+6
* Remove support for AMD's 3Dnow.Erik de Castro Lopo2014-10-042-142/+0
* libFLAC : Remove FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap().Erik de Castro Lopo2014-07-062-594/+0
* libFLAC : Remove FLAC__precompute_partition_info_sums_32bit_asm_ia32_().Erik de Castro Lopo2014-07-062-157/+1
* libFLAC: CPUID detecion improvements.Erik de Castro Lopo2014-06-281-9/+9
* lpc_asm.nasm : Whitespace.Erik de Castro Lopo2014-03-141-15/+15
* lpc_asm.nasm : More 'mov cl' -> 'mov ecx' fixes.Erik de Castro Lopo2014-01-181-8/+10
* libFLAC : Add asm versions for two _wide() functions.Erik de Castro Lopo2014-01-071-0/+563
* libFLAC/ia32/lpc_asm.nasm : Match calls and returns.Erik de Castro Lopo2014-01-071-8/+16
* Add FLAC__ prefix to precompute_partition_info_sums....Erik de Castro Lopo2014-01-071-3/+2
* Add ASM function FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16.Erik de Castro Lopo2013-08-311-1/+91
* Fix a couple of NASM warnings.Erik de Castro Lopo2013-08-136-6/+6
* src/libFLAC/ia32/nasm.h : Fix nasm warning on windows.Erik de Castro Lopo2013-08-131-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-268-8/+16
* Hide symbols with nasm.Miroslav Lichvar2012-12-041-1/+5
* Remove old GNU-stack sections from nasm files.Miroslav Lichvar2012-12-045-20/+0
* Fix assembler code to make it PIC so the dynamic linker doesSamuli Suominen2012-07-261-0/+27
* Update and improve autotools buildCristian Rodríguez2012-04-081-1/+1
* a.out format does not support many .section directivesDave Yeo2012-02-271-0/+2
* Disable executable stack in libFLAC.so.Erik de Castro Lopo2012-02-121-0/+3
* add 2009 copyrightJosh Coalson2009-01-078-8/+8
* Fix bug in bitreader handling of read callback returning a short count (SF#24...Josh Coalson2009-01-061-4/+5
* fix labels (missing colons)Josh Coalson2008-09-091-4/+4
* update copyright for 2008Josh Coalson2008-02-288-8/+8
* fix bug with partition sum overflowingJosh Coalson2007-06-201-3/+5
* more optimizationsJosh Coalson2007-04-041-7/+8
* minor optimization in loop logicJosh Coalson2007-04-041-6/+4
* add stream_encoder_asm.nasmJosh Coalson2007-04-042-1/+160
* minor optimizationJosh Coalson2007-03-301-10/+10
* fix extern names for win32Josh Coalson2007-03-231-2/+22
* minor optimizationsJosh Coalson2007-03-231-12/+6
* optimization: faster crc-16 calculationJosh Coalson2007-03-221-39/+39
* optimization: move code for non-zero crc16_align out of the way since it is a...Josh Coalson2007-03-221-24/+33
* add FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap()Josh Coalson2007-03-222-0/+546
* minor commentsJosh Coalson2007-03-221-0/+2
* minor commentsJosh Coalson2007-03-223-0/+6
* improve ia-32 checks to include cpuid, bswap, sse3 and ssse3 supportJosh Coalson2007-03-131-5/+25
* minor commentsJosh Coalson2007-03-131-13/+15
* remove obsolete FLAC__cpu_info_sse_test_asm_ia32()Josh Coalson2007-03-021-5/+0