gstreamer/ext
Sebastian Dröge 8443af343e av: Cast AVContext::bit_rate to a guint before passing to varargs functions
We expect it to be a int or uint, however it changed the type to a
int64_t in later versions of ffmpeg. As such it would be passed as a 64
bit value to varargs functions, while the consumer of the arguments
assumes only 32 bits. This causes crashes.

https://bugzilla.gnome.org/show_bug.cgi?id=771092
2016-09-14 11:20:48 +02:00
..
libav av: Cast AVContext::bit_rate to a guint before passing to varargs functions 2016-09-14 11:20:48 +02:00
libswscale libav: use new gst_element_class_add_static_pad_template() 2016-03-24 14:53:51 +02:00
Makefile.am Disable libswscale/avvideoscale plugin until it works at least somewhat 2013-01-17 23:57:00 +00:00