summaryrefslogtreecommitdiff
path: root/LICENSE.md
diff options
context:
space:
mode:
authorJames Darnley <james.darnley@gmail.com>2014-08-12 23:22:02 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-13 01:14:47 +0200
commit0081a14e7d1e44536400df19ad6c9ea8118db2e9 (patch)
treec332e6e548a984cb078419c7bec1e56999a65d40 /LICENSE.md
parent7cafdfe9c7992e95f08b320fc7b4f1512e4e2afb (diff)
downloadffmpeg-0081a14e7d1e44536400df19ad6c9ea8118db2e9.tar.gz
lavc/flacenc: add sse4 version of the 16-bit lpc encoder
From 1.8 to 2.4 times faster. Runtime is reduced by 2 to 39%. The speed-up generally increases with compression_level. This lpc encoder is not used with levels < 3 so it provides no speed-up in these cases. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'LICENSE.md')
-rw-r--r--LICENSE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md
index 04decbf46a..e78d932b0b 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -15,6 +15,7 @@ Specifically, the GPL parts of FFmpeg are:
- libpostproc
- libmpcodecs
- optional x86 optimizations in the files
+ libavcodec/x86/flac_dsp_gpl.asm
libavcodec/x86/idct_mmx.c
- libutvideo encoding/decoding wrappers in
libavcodec/libutvideo*.cpp