index
:
delta/flac.git
1.3.x
gitlab-ci-squash
master
topic/aarch64
topic/cmake-dist
topic/fix-damn-cpp-goop
topic/get-decoder
topic/oss-fuzz
topic/release-1.3.4
topic/test-1.3.3
topic/travis
wip/cpu
gitlab.xiph.org: xiph/flac.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libFLAC
/
stream_encoder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add VSX optimised versions of autocorrelation loops
Anton Blanchard
2018-08-20
1
-0
/
+30
*
Fix miscellaneous typos.
luz.paz
2018-05-24
1
-2
/
+2
*
cpu.c: Merge ia32 and x86_64 CPU info functions
Erik de Castro Lopo
2017-02-27
1
-13
/
+13
*
Fix compile with cygwin
Rosen Penev
2017-02-09
1
-3
/
+0
*
FLAC__stream_encoder_finish: Sanity improvement
Erik de Castro Lopo
2017-01-30
1
-1
/
+3
*
Do not override CFLAGS, as CFLAGS is a user flag.
David Seifert
2017-01-19
1
-5
/
+5
*
Purge usage of `unsigned` type
Erik de Castro Lopo
2017-01-14
1
-326
/
+326
*
stream_encoder.c: Make compression_levels_ array const
Erik de Castro Lopo
2017-01-06
1
-1
/
+1
*
libFLAC: Remove commented out assert
Erik de Castro Lopo
2016-12-24
1
-2
/
+0
*
Fix use of FLAC__HAS_X86INTRIN configure variable
Erik de Castro Lopo
2016-06-20
1
-3
/
+3
*
libFLAC: Reduce FLAC__HAS_OGG #ifdef crud
Erik de Castro Lopo
2016-03-20
1
-7
/
+1
*
Retire FLAC__float and FLAC__double types
Thomas Zander
2016-02-09
1
-9
/
+9
*
Clean up #includes
Erik de Castro Lopo
2016-01-24
1
-0
/
+4
*
libFLAC: Fix total_samples_estimate
Erik de Castro Lopo
2016-01-09
1
-0
/
+1
*
stream_encoder.c: Fix compiler warning
Erik de Castro Lopo
2015-12-13
1
-1
/
+0
*
Win32: Only use large buffers when writing to disk
Erik de Castro Lopo
2015-12-12
1
-1
/
+2
*
libFLAC/stream_encoder.c: Fix overflow in total_error_*
Erik de Castro Lopo
2015-11-25
1
-12
/
+4
*
libFLAC: Refactoring
Erik de Castro Lopo
2015-11-03
1
-11
/
+7
*
stream_encoder.c: Fix subframe_bps comparison
lvqcl
2015-10-14
1
-4
/
+4
*
libFLAC: Fix an out-of-bounds heap read
Erik de Castro Lopo
2015-09-28
1
-2
/
+8
*
flac : Fix for https://sourceforge.net/p/flac/bugs/425/
Erik de Castro Lopo
2015-02-18
1
-1
/
+8
*
Improve encoding speed on older Intel CPUs.
Erik de Castro Lopo
2014-12-04
1
-22
/
+48
*
Update copyright years to include 2014.
Erik de Castro Lopo
2014-11-25
1
-1
/
+1
*
Retune FLAC compression levels
Martijn van Beurden
2014-11-11
1
-3
/
+3
*
stream_encoder.c : Add apodization field to CompressionLevels struct.
Erik de Castro Lopo
2014-10-16
1
-12
/
+13
*
Add AVX2 CPU support stream encoder.
Erik de Castro Lopo
2014-10-04
1
-0
/
+22
*
libFLAC/stream_encoder.c : Reduce about of hackery.
Erik de Castro Lopo
2014-10-04
1
-31
/
+31
*
Refactoring and simplifying of CPU detection.
Erik de Castro Lopo
2014-10-04
1
-3
/
+3
*
Remove support for AMD's 3Dnow.
Erik de Castro Lopo
2014-10-04
1
-2
/
+0
*
stream_encoder.c : Only set 10MB output buffer on _WIN32.
Erik de Castro Lopo
2014-09-29
1
-2
/
+7
*
stream_encoder.c : Give the encoder a larger stdio buffer.
Erik de Castro Lopo
2014-09-24
1
-0
/
+2
*
Add partial_tukey and punchout_tukey apodization functions
Martijn van Beurden
2014-09-22
1
-0
/
+48
*
lpc_intrin* : Remove unused code.
Erik de Castro Lopo
2014-09-21
1
-1
/
+0
*
Fix bug when using -p switch during compression
Martijn van Beurden
2014-07-28
1
-3
/
+3
*
libFLAC : SSE optimisations.
Erik de Castro Lopo
2014-07-28
1
-0
/
+8
*
libFLAC : Remove FLAC__precompute_partition_info_sums_32bit_asm_ia32_().
Erik de Castro Lopo
2014-07-06
1
-20
/
+0
*
stream_encoder : Improve selection of residual accumulator width
Miroslav Lichvar
2014-07-04
1
-8
/
+6
*
Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64."
Erik de Castro Lopo
2014-06-15
1
-3
/
+3
*
Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64.
Erik de Castro Lopo
2014-06-01
1
-3
/
+3
*
libFLAC/ : Refactoring and add comments.
Erik de Castro Lopo
2014-05-14
1
-8
/
+13
*
libFLAC/stream_encoder.c : Fix if else wibble.
Erik de Castro Lopo
2014-04-15
1
-2
/
+4
*
Add intrinsics version of two lpc functions.
Erik de Castro Lopo
2014-04-11
1
-1
/
+24
*
Fix all instances of '#if HAVE_CONFIG_H'.
Erik de Castro Lopo
2014-03-24
1
-1
/
+1
*
stream_encoder/decoder : Comment fixes.
Erik de Castro Lopo
2014-03-14
1
-2
/
+4
*
stream_encoder.c : ifdef cleanup.
Erik de Castro Lopo
2014-02-25
1
-6
/
+6
*
Don't use intrinsics when they are slower.
Erik de Castro Lopo
2014-02-24
1
-1
/
+1
*
libFLAC/stream_encoder.c : Fall back to intrinsics if NASM is not available.
Erik de Castro Lopo
2014-02-01
1
-0
/
+12
*
Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.
Erik de Castro Lopo
2014-01-30
1
-2
/
+11
*
libFLAC : Add asm versions for two _wide() functions.
Erik de Castro Lopo
2014-01-07
1
-0
/
+1
*
Add FLAC__ prefix to precompute_partition_info_sums....
Erik de Castro Lopo
2014-01-07
1
-6
/
+6
[next]