Commits on Source (11)
-
Anton Mitrofanov authored
Bug report by Hongxu Chen.
6381798d -
Anton Mitrofanov authored3147fa43
-
Anton Mitrofanov authored
Bug report by Xuezhi Yan.
f06062f5 -
Anton Mitrofanov authored
Result was never used in that case.
6b1170cb -
Anton Mitrofanov authored6d494708
-
Anton Mitrofanov authored
Some hardware decoders reject to decode streams with non-zero constraint_set4_flag/constraint_set5_flag.
f9af2a0f -
Anton Mitrofanov authored
pkg-config doesn't like spaces in version string.
34c06d1c -
Simplifies a lot of code and avoids having to export public asm functions. Note that the force_align_arg_pointer function attribute is broken in clang versions prior to 6.0.1 which may result in crashes, so make sure to either use a newer clang version or a different compiler.
b5bc5d69 -
Anton Mitrofanov authored
Removes need for -Bsymbolic during linking.
a615f027 -
Anton Mitrofanov authored76c5afc2
-
Anton Mitrofanov authored
Fix crash of MSVC builds compiled with --system-libx264 and /MT (default) CRT.
3759fcb7
Showing
- Makefile 5 additions, 0 deletionsMakefile
- common/base.c 11 additions, 50 deletionscommon/base.c
- common/base.h 8 additions, 9 deletionscommon/base.h
- common/cpu.h 3 additions, 20 deletionscommon/cpu.h
- common/frame.h 5 additions, 4 deletionscommon/frame.h
- common/osdep.c 0 additions, 116 deletionscommon/osdep.c
- common/osdep.h 125 additions, 13 deletionscommon/osdep.h
- common/set.h 0 additions, 2 deletionscommon/set.h
- common/tables.h 1 addition, 1 deletioncommon/tables.h
- common/threadpool.c 1 addition, 6 deletionscommon/threadpool.c
- common/threadpool.h 5 additions, 5 deletionscommon/threadpool.h
- common/x86/cpu-a.asm 1 addition, 47 deletionscommon/x86/cpu-a.asm
- configure 28 additions, 17 deletionsconfigure
- encoder/analyse.c 9 additions, 7 deletionsencoder/analyse.c
- encoder/api.c 22 additions, 27 deletionsencoder/api.c
- encoder/encoder.c 2 additions, 3 deletionsencoder/encoder.c
- encoder/lookahead.c 1 addition, 5 deletionsencoder/lookahead.c
- encoder/set.c 1 addition, 5 deletionsencoder/set.c
- encoder/slicetype.c 1 addition, 2 deletionsencoder/slicetype.c
- tools/checkasm.c 4 additions, 8 deletionstools/checkasm.c