- 11 Apr, 2016 1 commit
-
-
Clément Bœsch authored
-
- 08 Apr, 2016 1 commit
-
-
Clément Bœsch authored
y_offset and y_coeff being successive 32-bit integers, they are packed into 8 bytes instead of 2x8 bytes. See https://developer.apple.com/library/ios/documentation/Xcode/Conceptual/iPhoneOSABIReference/Articles/ARM64FunctionCallingConventions.html > iOS diverges from Procedure Call Standard for the ARM 64-bit > Architecture in several ways [...] > In the generic procedure call standard, all function arguments passed > on the stack consume slots in multiples of 8 bytes. In iOS, this > requirement is dropped, and values consume only the space required. [...] > Padding is still inserted on the stack to satisfy arguments’ alignment > requirements.
-
- 05 Apr, 2016 1 commit
-
-
Clément Bœsch authored
Fix final scaling and required filter alignment. Pass FATE.
-
- 01 Apr, 2016 1 commit
-
-
Clément Bœsch authored
Looks broken.
-
- 31 Mar, 2016 1 commit
-
-
Clément Bœsch authored
./ffmpeg -nostats -f lavfi -i testsrc2=4k:d=2 -vf bench=start,scale=1024x1024,bench=stop -f null - before: t:0.489726 avg:0.489883 max:0.491852 min:0.489482 after: t:0.256515 avg:0.256458 max:0.256999 min:0.253755
-
- 25 Mar, 2016 1 commit
-
-
Clément Bœsch authored
27ms to 26ms with UHD 2160 input.
-
- 01 Mar, 2016 1 commit
-
-
Clément Bœsch authored
-