openh264/codec/common
Martin Storsjö d2fc2e47f2 Clarify a comment in the threading code
Named semaphores are used instead of unnamed semaphores
in the unix codepaths, since unnamed semaphores aren't available
on OS X.
2014-03-02 23:51:59 +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 file a new commit 2014-01-08 17:03:00 -08:00
cpu.cpp Use higher level APIs for getting the number of cores if WelsCPUFeatureDetect didn't report anything 2014-02-26 21:43:46 +02:00
cpu.h Use void instead of void_t 2014-02-10 08:06:33 +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 Merge pull request #274 from mstorsjo/typedef-cleanup 2014-02-10 10:46:12 -08:00
expand_picture_common.h Move declarations of functions in expand_picture.asm into a header in common 2014-02-10 08:05:02 +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 Mark source parameters to MC functions as const 2014-02-19 10:19:56 +02:00
mc_luma.asm Mark source parameters to MC functions as const 2014-02-19 10:19:56 +02: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 Allow using the USE_ASM makefile variable for architectures other than x86 2014-02-28 10:19:53 +02:00
typedefs.h Use the C++ constants true/false instead of defining our own 2014-02-10 08:06:37 +02:00
vaa.asm Allow yasm to be used instead of nasm. 2014-01-18 13:59:24 +01:00
WelsThreadLib.cpp Clarify a comment in the threading code 2014-03-02 23:51:59 +02:00
WelsThreadLib.h Use char instead of str_t 2014-02-10 08:06:37 +02:00