Commits on Source (11)
-
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 -
Anton Mitrofanov authored0e227c47
-
Anton Mitrofanov authoredb2e66dab
-
Anton Mitrofanov authored7114174b
-
7817004d
-
Anton Mitrofanov authored
And other resolution dependent buffers checks. Closes videolan/x264#10.
7923c581 -
Anton Mitrofanov authored
Bug report by Sam Panzer.
76669180 -
Anton Mitrofanov authored
Closes videolan/x264#9.
1771b556
Showing
- Makefile 11 additions, 3 deletionsMakefile
- common/base.c 24 additions, 59 deletionscommon/base.c
- common/base.h 10 additions, 11 deletionscommon/base.h
- common/bitstream.c 2 additions, 2 deletionscommon/bitstream.c
- common/cabac.h 1 addition, 1 deletioncommon/cabac.h
- common/cpu.c 11 additions, 13 deletionscommon/cpu.c
- common/cpu.h 3 additions, 20 deletionscommon/cpu.h
- common/dct.c 11 additions, 11 deletionscommon/dct.c
- common/deblock.c 3 additions, 3 deletionscommon/deblock.c
- common/frame.c 4 additions, 4 deletionscommon/frame.c
- common/frame.h 5 additions, 4 deletionscommon/frame.h
- common/mc.c 5 additions, 5 deletionscommon/mc.c
- common/opencl.c 5 additions, 2 deletionscommon/opencl.c
- common/osdep.c 0 additions, 116 deletionscommon/osdep.c
- common/osdep.h 125 additions, 13 deletionscommon/osdep.h
- common/pixel.c 9 additions, 9 deletionscommon/pixel.c
- common/predict.c 9 additions, 9 deletionscommon/predict.c
- common/quant.c 6 additions, 6 deletionscommon/quant.c
- common/tables.h 1 addition, 1 deletioncommon/tables.h
- common/threadpool.c 1 addition, 6 deletionscommon/threadpool.c