gstreamer/ext/libav
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
..
gstav.c avdeinterlace: Register all filters and only disable all except for yadif during compilation 2016-04-20 15:27:45 +03:00
gstav.h Don't use exported but undeclared core debug category symbols 2016-02-20 12:59:38 +00:00
gstavauddec.c libav: Ignore more quasi-codecs 2016-07-22 14:54:21 +03:00
gstavauddec.h avauddec: Ensure input buffers have FF_INPUT_BUFFER_PADDING_SIZE padding, which is required by avcodec_decode_audio4 () 2015-06-30 19:19:42 +02:00
gstavaudenc.c av: Cast AVContext::bit_rate to a guint before passing to varargs functions 2016-09-14 11:20:48 +02:00
gstavaudenc.h av{aud,vid}enc: Stop using deprecated AVFrame APIs 2015-06-28 15:37:23 +02:00
gstavaudioresample.c Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcfg.c avcfg: Use av_strdup() instead of g_strdup() for strings owned by ffmpeg 2016-04-25 18:39:54 +03:00
gstavcfg.h Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcodecmap.c av: Cast AVContext::bit_rate to a guint before passing to varargs functions 2016-09-14 11:20:48 +02:00
gstavcodecmap.h libav: Remove usage of deprecated API 2016-01-16 16:47:40 +02:00
gstavdeinterlace.c libav: use new gst_element_class_add_static_pad_template() 2016-03-24 14:53:51 +02:00
gstavdemux.c Use the new API to post flow ERROR messages on the bus 2016-08-26 19:23:32 -03:00
gstavmux.c av: canonicalise av plugin name more consistently in more places 2016-01-07 17:16:41 +00:00
gstavprotocol.c av: Move gst_ffmpegdata functions to gstavprotocol.h too 2012-12-22 10:49:52 +01:00
gstavprotocol.h av: Move gst_ffmpegdata functions to gstavprotocol.h too 2012-12-22 10:49:52 +01:00
gstavscale.c av: Use av_image_get_buffer_size() instead of deprecated avpicture_get_size() 2016-01-19 09:42:47 +02:00
gstavutils.c libav: Remove usage of deprecated API 2016-01-16 16:47:40 +02:00
gstavutils.h libav: Remove usage of deprecated API 2016-01-16 16:47:40 +02:00
gstavviddec.c Only use AV_CODEC_ID_WRAPPED_AVFRAME on new enough libavcodecs 2016-09-03 14:20:26 +03:00
gstavviddec.h avvid{dec,enc}: remove dead gobject macros 2016-03-24 18:36:22 +01:00
gstavvidenc.c av: Cast AVContext::bit_rate to a guint before passing to varargs functions 2016-09-14 11:20:48 +02:00
gstavvidenc.h avvid{dec,enc}: remove dead gobject macros 2016-03-24 18:36:22 +01:00
Makefile.am Switch from libav v11.4 to ffmpeg n2.7.1 2015-07-01 21:40:00 +02:00
meson.build build: Do not link plugin against lzma and bz2 if using system install 2016-09-05 12:44:37 -03:00