[libav-commits] libopenh264dec: Use a newer decoding entry point function

2019-01-26 Thread Martin Storsjö
Module: libav Branch: master Commit: eec93e57096aa4804862d62760442380c70d489b Author:Martin Storsjö Committer: Martin Storsjö Date: Fri Jan 25 10:28:46 2019 +0200 libopenh264dec: Use a newer decoding entry point function The "new" entry point actually has existed since OpenH264 1.4

[libav-commits] h264/aarch64: sign extend int stride in loop filter asm

2019-01-26 Thread Janne Grunau
Module: libav Branch: master Commit: bb515e3a735f526ccb1068031e289eb5aeb69e22 Author:Janne Grunau Committer: Janne Grunau Date: Tue Jan 1 18:16:33 2019 +0100 h264/aarch64: sign extend int stride in loop filter asm --- libavcodec/aarch64/h264dsp_neon.S | 3 +++ 1 file changed, 3

[libav-commits] h264/aarch64: optimize neon loop filter

2019-01-26 Thread Janne Grunau
Module: libav Branch: master Commit: 846c3d6aca5484904e60946c4fe8b8833bc07f92 Author:Janne Grunau Committer: Janne Grunau Date: Tue Jan 1 22:37:11 2019 +0100 h264/aarch64: optimize neon loop filter Exit as soon as possible if no filtering will be done. Improves the checkasm --bench

[libav-commits] h264/aarch64: add intra loop filter neon asm

2019-01-26 Thread Janne Grunau
Module: libav Branch: master Commit: 28a8b5413b64b831dfb8650208bccd8b78360484 Author:Janne Grunau Committer: Janne Grunau Date: Mon Aug 13 20:43:19 2018 +0200 h264/aarch64: add intra loop filter neon asm Add my neon asm from x264 relicensed under the LGPL 2.1 or later. Ported (x264

[libav-commits] checkasm/h264: add loop filter tests

2019-01-26 Thread Janne Grunau
Module: libav Branch: master Commit: d7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01 Author:Janne Grunau Committer: Janne Grunau Date: Tue Jan 1 18:25:55 2019 +0100 checkasm/h264: add loop filter tests --- tests/checkasm/h264dsp.c | 124 +++ 1