openh264/codec/common
Martin Storsjö c5390521ec Make the processing lib use mutexes from WelsThreadLib from the common library
This requires always building the WelsMutex* functions,
even if MT_ENABLED isn't set.
2014-03-08 12:46:25 +02:00
..
arm_arch_common_macro.S Explicitly enable the UAL syntax when using gnu tools 2014-03-06 16:21:54 +02:00
asm_inc.asm Get rid of trailing whitespace in the assembly source files 2014-01-13 20:12:04 +02:00
cpu_core.h Remove deblocking arm asm code to common folder, add cpu detect for arm, clean some code. 2014-02-28 17:08:24 +08:00
cpu.cpp Use the __ARM_NEON__ built-in compiler define for identifying neon capability on iOS 2014-03-05 09:47:05 +02:00
cpu.h Unify the interface for the different variants of WelsCPUFeatureDetect 2014-03-04 10:18:30 +02:00
cpuid.asm fix win64 float issue, enable AQ assembly 2014-01-21 11:16:48 +08:00
crt_util_safe_x.cpp Use char instead of str_t 2014-02-10 08:06:37 +02:00
crt_util_safe_x.h Use char instead of str_t 2014-02-10 08:06:37 +02:00
deblock.asm fix illegal instruction use 2014-01-16 15:57:22 +08:00
deblocking_common.cpp Use void instead of void_t 2014-02-10 08:06:33 +02:00
deblocking_common.h Modify code style, remove trailing space. 2014-03-03 15:42:01 +08:00
deblocking_neon.S Use the three-operand form of add/sub with shift 2014-03-06 16:21:54 +02:00
expand_picture_common.h Partly add arm asm code to encoder. 2014-03-05 10:24:05 +08:00
expand_picture_neon.S Rename expand_picture.S to expand_picture_neon.S 2014-03-06 16:11:40 +02:00
expand_picture.asm Get rid of trailing whitespace in the assembly source files 2014-01-13 20:12:04 +02:00
logging.cpp Use char instead of str_t 2014-02-10 08:06:37 +02:00
logging.h Use char instead of str_t 2014-02-10 08:06:37 +02:00
ls_defines.h Use void instead of void_t 2014-02-10 08:06:33 +02:00
macros.h Squashed merge from writenal_refactor2 2014-02-20 14:50:04 +08:00
mb_copy.asm Use void instead of void_t 2014-02-10 08:06:33 +02:00
mc_chroma.asm Mark source parameters to MC functions as const 2014-02-19 10:19:56 +02:00
mc_common.h mv mc_neon.S to common,add MC arm code to encoder 2014-03-07 12:18:58 +08:00
mc_luma.asm Mark source parameters to MC functions as const 2014-02-19 10:19:56 +02:00
mc_neon.S mv mc_neon.S to common,add MC arm code to encoder 2014-03-07 12:18:58 +08:00
measure_time.h Use void instead of void_t 2014-02-10 08:06:33 +02:00
satd_sad.asm Remove sad.asm from the processing lib, move satd_sad from the encoder to the common lib 2014-01-28 13:54:57 +02:00
targets.mk Rerun mktargets.sh 2014-03-07 11:30:19 +02:00
typedefs.h Use a standard macro for 64 bit printf conversion specifiers 2014-03-03 12:33:34 +02:00
vaa.asm Allow yasm to be used instead of nasm. 2014-01-18 13:59:24 +01:00
WelsThreadLib.cpp Make the processing lib use mutexes from WelsThreadLib from the common library 2014-03-08 12:46:25 +02:00
WelsThreadLib.h Merge WelsThreadDestroy into WelsThreadJoin 2014-03-07 10:51:28 +02:00