gstreamer/ext/libav
Sebastian Dröge 20586e9f2d avdeinterlace: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps()
Remove calls to gst_pad_has_current_caps() which then go on to call
gst_pad_get_current_caps() as the caps can go to NULL in between. Instead just
use gst_pad_get_current_caps() and check for NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=759539
2016-02-23 18:19:18 +02:00
..
gstav.c Don't use exported but undeclared core debug category symbols 2016-02-20 12:59:38 +00:00
gstav.h Don't use exported but undeclared core debug category symbols 2016-02-20 12:59:38 +00:00
gstavauddec.c Don't use exported but undeclared core debug category symbols 2016-02-20 12:59:38 +00: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 avaudenc: Also use av_free() instead of g_free() 2016-01-25 20:13:10 +01: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: rc-min-rate and rc-max-rate are now 64bit integers 2016-02-16 16:43:23 +01:00
gstavcfg.h Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcodecmap.c libav: Bitrate field changed from int to int64_t, fix compiler warnings 2016-01-16 17:23:37 +02:00
gstavcodecmap.h libav: Remove usage of deprecated API 2016-01-16 16:47:40 +02:00
gstavdeinterlace.c avdeinterlace: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps() 2016-02-23 18:19:18 +02:00
gstavdemux.c avdemux: Use av_packet_unref() instead of deprecated av_free_packet() 2016-01-19 09:39:00 +02: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 Don't use exported but undeclared core debug category symbols 2016-02-20 12:59:38 +00:00
gstavviddec.h libav: Remove usage of deprecated API 2016-01-16 16:47:40 +02:00
gstavvidenc.c avvidenc: Set width/height and format in the AVFrame we pass to the encoder API 2016-02-16 09:13:23 +02:00
gstavvidenc.h avvidenc: Add thread-count parameter for libav encoders 2014-05-19 15:07:02 +01:00
Makefile.am Switch from libav v11.4 to ffmpeg n2.7.1 2015-07-01 21:40:00 +02:00