summaryrefslogtreecommitdiff
path: root/src/libFLAC/stream_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* Add VSX optimised versions of autocorrelation loopsAnton Blanchard2018-08-201-0/+30
* Fix miscellaneous typos.luz.paz2018-05-241-2/+2
* cpu.c: Merge ia32 and x86_64 CPU info functionsErik de Castro Lopo2017-02-271-13/+13
* Fix compile with cygwinRosen Penev2017-02-091-3/+0
* FLAC__stream_encoder_finish: Sanity improvementErik de Castro Lopo2017-01-301-1/+3
* Do not override CFLAGS, as CFLAGS is a user flag.David Seifert2017-01-191-5/+5
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-326/+326
* stream_encoder.c: Make compression_levels_ array constErik de Castro Lopo2017-01-061-1/+1
* libFLAC: Remove commented out assertErik de Castro Lopo2016-12-241-2/+0
* Fix use of FLAC__HAS_X86INTRIN configure variableErik de Castro Lopo2016-06-201-3/+3
* libFLAC: Reduce FLAC__HAS_OGG #ifdef crudErik de Castro Lopo2016-03-201-7/+1
* Retire FLAC__float and FLAC__double typesThomas Zander2016-02-091-9/+9
* Clean up #includesErik de Castro Lopo2016-01-241-0/+4
* libFLAC: Fix total_samples_estimateErik de Castro Lopo2016-01-091-0/+1
* stream_encoder.c: Fix compiler warningErik de Castro Lopo2015-12-131-1/+0
* Win32: Only use large buffers when writing to diskErik de Castro Lopo2015-12-121-1/+2
* libFLAC/stream_encoder.c: Fix overflow in total_error_*Erik de Castro Lopo2015-11-251-12/+4
* libFLAC: RefactoringErik de Castro Lopo2015-11-031-11/+7
* stream_encoder.c: Fix subframe_bps comparisonlvqcl2015-10-141-4/+4
* libFLAC: Fix an out-of-bounds heap readErik de Castro Lopo2015-09-281-2/+8
* flac : Fix for https://sourceforge.net/p/flac/bugs/425/Erik de Castro Lopo2015-02-181-1/+8
* Improve encoding speed on older Intel CPUs.Erik de Castro Lopo2014-12-041-22/+48
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Retune FLAC compression levelsMartijn van Beurden2014-11-111-3/+3
* stream_encoder.c : Add apodization field to CompressionLevels struct.Erik de Castro Lopo2014-10-161-12/+13
* Add AVX2 CPU support stream encoder.Erik de Castro Lopo2014-10-041-0/+22
* libFLAC/stream_encoder.c : Reduce about of hackery.Erik de Castro Lopo2014-10-041-31/+31
* Refactoring and simplifying of CPU detection.Erik de Castro Lopo2014-10-041-3/+3
* Remove support for AMD's 3Dnow.Erik de Castro Lopo2014-10-041-2/+0
* stream_encoder.c : Only set 10MB output buffer on _WIN32.Erik de Castro Lopo2014-09-291-2/+7
* stream_encoder.c : Give the encoder a larger stdio buffer.Erik de Castro Lopo2014-09-241-0/+2
* Add partial_tukey and punchout_tukey apodization functionsMartijn van Beurden2014-09-221-0/+48
* lpc_intrin* : Remove unused code.Erik de Castro Lopo2014-09-211-1/+0
* Fix bug when using -p switch during compressionMartijn van Beurden2014-07-281-3/+3
* libFLAC : SSE optimisations.Erik de Castro Lopo2014-07-281-0/+8
* libFLAC : Remove FLAC__precompute_partition_info_sums_32bit_asm_ia32_().Erik de Castro Lopo2014-07-061-20/+0
* stream_encoder : Improve selection of residual accumulator widthMiroslav Lichvar2014-07-041-8/+6
* Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64."Erik de Castro Lopo2014-06-151-3/+3
* Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64.Erik de Castro Lopo2014-06-011-3/+3
* libFLAC/ : Refactoring and add comments.Erik de Castro Lopo2014-05-141-8/+13
* libFLAC/stream_encoder.c : Fix if else wibble.Erik de Castro Lopo2014-04-151-2/+4
* Add intrinsics version of two lpc functions.Erik de Castro Lopo2014-04-111-1/+24
* 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-2/+4
* stream_encoder.c : ifdef cleanup.Erik de Castro Lopo2014-02-251-6/+6
* Don't use intrinsics when they are slower.Erik de Castro Lopo2014-02-241-1/+1
* libFLAC/stream_encoder.c : Fall back to intrinsics if NASM is not available.Erik de Castro Lopo2014-02-011-0/+12
* Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.Erik de Castro Lopo2014-01-301-2/+11
* libFLAC : Add asm versions for two _wide() functions.Erik de Castro Lopo2014-01-071-0/+1
* Add FLAC__ prefix to precompute_partition_info_sums....Erik de Castro Lopo2014-01-071-6/+6