gstreamer/gst-libs/gst
U. Artie Eoff 1ce66e2ed5 libs: encoder: h264_fei: fix potential overflow before widen
Found by static analysis. encoder->mb_width * encoder->mb_height
is evaluated using 32-bit arithmetic before widen.  Thus, cast
at least one of these to guint64 to avoid overflow.
2019-09-19 11:17:27 -07:00
..
vaapi libs: encoder: h264_fei: fix potential overflow before widen 2019-09-19 11:17:27 -07:00
Makefile.am libs: remove gstbitwriter 2018-05-06 17:29:45 +02:00
meson.build libs: remove gstbitwriter 2018-05-06 17:29:45 +02:00