Commit Graph

54 Commits

Author SHA1 Message Date
Andrey Volk e5cacd7644 [libvpx] add yield to vpx 2026-07-10 19:38:46 +03:00
Andrey Volk 97ceaf43b2 [libvpx] Fix threading. 2026-07-10 19:38:46 +03:00
Andrey Volk 5136b60544 [libvpx] Fix dead nested assignments 2026-07-10 19:38:46 +03:00
Andrey Volk eb124e409b [libvpx] scan-build: avoid dereference of null pointer 2026-07-10 19:38:46 +03:00
Andrey Volk b41f55b33a [libvpx] scan-build: prevent division by zero in vpx_int_pro_row_c() 2026-07-10 19:38:46 +03:00
Andrey Volk d0af9bf4a3 [libvpx] scan-build: Assigned value is garbage or undefined 2026-07-10 19:38:46 +03:00
Andrey Volk 9ffb37a352 [libvpx] scan-build: fix false-positive dereference of null pointer 2026-07-10 19:38:46 +03:00
Andrey Volk 2f4160e024 [libvpx] scan-build: Fix "Result of operation is garbage or undefined" in vp9/encoder/vp9_rd.c 2026-07-10 19:38:46 +03:00
Andrey Volk 6c510d60bc [libvpx] scan-build: Fix "Assigned value is garbage or undefined" in vpx_post_proc_down_and_across_mb_row_c() 2026-07-10 19:38:46 +03:00
Dragos Oancea c27534c89a [libvpx] scan-build: Division by zero - measure_square_diff_partial() 2026-07-10 19:38:46 +03:00
Andrey Volk f4c9499198 [libvpx] scan-build: Fix "Dereference of null pointer" in vp8_peek_si_internal 2026-07-10 19:38:46 +03:00
Andrey Volk 51742eed1e [libvpx] Fix pthread configure checks: "Null pointer passed as an argument to a 'nonnull' parameter" 2026-07-10 19:38:46 +03:00
Andrey Volk b5046d2a76 [libvpx] Update to v1.12.0 2026-07-10 19:38:46 +03:00
Seven Du b8a9c8be9b [Build-System] Fix build for m1 and m2 chips on macOS 2025-01-14 14:06:11 +03:00
Jakub Karolczyk 681c61ad32 [libvpx] Fix scan-build 14 2024-05-19 16:18:53 +01:00
Andrey Volk 2ab7a3d323 [libvpx] Fix bug with smaller width bigger size 2023-10-06 00:42:10 +03:00
Andrey Volk 6f9e72c585 [libvpx] VP8: disallow thread count changes 2023-10-04 00:47:39 +03:00
Andrey Volk 1499acac9d [libvpx] scan-build: avoid dereference of null pointer 2022-08-09 23:26:13 +03:00
Andrey Volk b9b0b00912 [libvpx] scan-build: prevent division by zero in vpx_int_pro_row_c() 2022-08-09 23:24:47 +03:00
Andrey Volk c47c16b1dd Fix dead nested assignments in various modules 2022-08-09 23:20:52 +03:00
MarioG-X f55cc1993a [libvpx] configure.sh erroneous make warnings starting with macOS 11.5.1 2021-12-28 23:02:15 +03:00
Andrey Volk 51ef2f261a [libvpx] scan-build: Assigned value is garbage or undefined 2021-10-19 20:26:52 +03:00
Andrey Volk 65bc81d239 [libvpx] scan-build: fix false-positive dereference of null pointer 2021-10-19 20:15:57 +03:00
Mario G 73571bf9c6 [libvpx] configure: macos release independence for sse 2021-07-24 19:44:39 +03:00
Anthony Minessale 6837661658 [libvpx] add yield to vpx 2021-01-12 10:57:43 -07:00
Andrey Volk fb14eef2b4 [build] Add missing checks to libvpx build system for macOS 11. 2020-12-16 02:49:46 +04:00
Andrey Volk 88ee4182d8 [libvpx] scan-build: Fix "Result of operation is garbage or undefined" in vp9/encoder/vp9_rd.c 2020-03-06 21:54:34 +04:00
Andrey Volk 653835efe0 [libvpx] scan-build: Fix "Assigned value is garbage or undefined" in vpx_post_proc_down_and_across_mb_row_c() 2020-03-06 21:52:27 +04:00
Dragos Oancea 4e78f63847 [libvpx] scan-build: Division by zero - measure_square_diff_partial() 2020-03-06 21:51:03 +04:00
Andrey Volk 9c70b0229a [libvpx] scan-build: Fix "Dereference of null pointer" in vp8_peek_si_internal 2020-03-06 21:47:12 +04:00
Andrey Volk 1e9786b8ec [libvpx] Fix pthread configure checks: "Null pointer passed as an argument to a 'nonnull' parameter" 2020-03-06 21:45:53 +04:00
Anthony Minessale 37dd951079 [libvpx] Fix threading. 2020-03-06 21:14:26 +04:00
Anthony Minessale 6233e256bb [libvpx] Revert format patch 2020-03-06 21:14:15 +04:00
Anthony Minessale ceb051af4e [libvpx] Update to v1.8.1 from https://chromium.googlesource.com/webm/libvpx 2020-03-06 21:14:07 +04:00
Andrey Volk 34fcadbd53 Revert "[libvpx] scan-build: Fix "Dereference of null pointer" in vp8_peek_si_internal"
This reverts commit 4b971dff75.
2020-03-06 21:13:50 +04:00
Andrey Volk 4b971dff75 [libvpx] scan-build: Fix "Dereference of null pointer" in vp8_peek_si_internal 2020-02-17 00:50:54 +04:00
Mike Jerris 07c6ad5e1a [build] fix libvpx osx build detection on newer compilers and osx versions so we use sse extensions on newer versions 2019-10-23 13:54:09 -06:00
Mike Jerris f49279b45e .gitignore 2019-07-25 23:06:38 +04:00
Mike Jerris dd49510113 FS-11267: [Build-System] Fix libvpx build dependencies 2019-07-25 23:06:31 +04:00
Mike Jerris 8948ba694e .gitignore 2019-07-25 23:06:24 +04:00
Anthony Minessale e7dd41e361 new version of vp8 thread sleep patch 2019-07-25 23:06:17 +04:00
Anthony Minessale 731ee28fe7 update libvpx to hash 133f83e2c tag v1.7.0 from https://chromium.googlesource.com/webm/libvpx 2019-07-25 23:06:06 +04:00
Mike Jerris bb92955e21 FS-10997: [libvpx] CVE-2017-13194 2018-07-24 07:21:49 +00:00
Kevin James 2c761f6fc7 FS-9986: [libvpx] update .gitignore to exclude erronesously matched Makefile 2017-01-29 08:49:02 -05:00
Anthony Minessale 5e323ee97a newest version of sleep patch 2016-09-26 14:09:55 -05:00
Mike Jerris ea463a615e FS-8623: reapply after update: Fix libvpx Solaris Studio build 2016-09-26 14:38:30 -04:00
Mike Jerris 07073175ee FS-8623: reapply after update: fix sun studio build errors building libvpx 2016-09-26 14:36:14 -04:00
Mike Jerris 8c5f0301f3 update to libvpx b46243d from repo https://chromium.googlesource.com/webm/libvpx 2016-09-26 14:31:51 -04:00
William King a0b9b60dbc FS-9310 Fix RPM build due to new config file. Also add libvpx generated file to .gitignore 2016-07-07 16:06:34 -07:00
Spencer Thomason 6ae15b9fa1 FS-8623: Fix libvpx Solaris Studio build 2016-05-10 18:18:19 -07:00