Commits on Source (10)
-
Henrik Gramner authored
It's not required, and BSD doesn't support it.
35417dcd -
Anton Mitrofanov authored
In 10-bit mode pixel_asd8 expects 16-byte alignment for pix1 and pix2.
e32bff16 -
Anton Mitrofanov authored
Make pointers to padded buffers aligned both before and after padding.
b3aadb76 -
Anton Mitrofanov authored59c06095
-
Anton Mitrofanov authoreda7e2c6ab
-
Anton Mitrofanov authoredee62f14d
-
Bug report by Zhengzhi Duan.
fa264466 -
Henrik Gramner authored38a76c7a
-
Large stack allocations on Windows need to use stack probing in order to guarantee that all stack memory is committed before accessing it. This is done by ensuring that the guard page(s) at the end of the currently committed pages are touched prior to any pages beyond that.
b86ae3c6 -
Martin Storsjö authored
Use 'cmhs' (which does an unsigned greater or equal comparison) instead of 'cmhi' (which does an unsigned greater comparison). This makes sure that dct coeffs with a magnitude of 1 are recognized in the output nnz buffer.
55d517bc
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- Makefile 1 addition, 1 deletionMakefile
- common/aarch64/dct-a.S 1 addition, 1 deletioncommon/aarch64/dct-a.S
- common/frame.c 23 additions, 24 deletionscommon/frame.c
- common/frame.h 2 additions, 0 deletionscommon/frame.h
- common/mc.c 3 additions, 3 deletionscommon/mc.c
- common/x86/x86inc.asm 25 additions, 1 deletioncommon/x86/x86inc.asm
- encoder/analyse.c 4 additions, 4 deletionsencoder/analyse.c
- encoder/encoder.c 11 additions, 10 deletionsencoder/encoder.c
- encoder/ratecontrol.c 5 additions, 2 deletionsencoder/ratecontrol.c
- encoder/slicetype.c 4 additions, 5 deletionsencoder/slicetype.c