gstreamer/ext/libav
Thiago Santos dce9d85695 avviddec: reset coded_width/_height before trying to open codec
If coded_width/_height is supplied, the codec might use it as the
width/height and if it is wrong can lead to segfaults or video
corruption.

This is specially harmful on renegotiation scenarios where the
resolution changed. There seems to be no specific function for reseting
the AV Context in libav, so just set it directly.

https://bugzilla.gnome.org/show_bug.cgi?id=702003
2013-06-11 09:00:49 -03:00
..
gstav.c av: Remove some unused variables and function declarations 2012-12-22 10:52:47 +01:00
gstav.h av: Remove some unused variables and function declarations 2012-12-22 10:52:47 +01:00
gstavauddec.c CODEC_ID_* -> AV_CODEC_ID_* 2013-05-06 23:56:22 +01:00
gstavauddec.h avauddec: Use a GstBuffer instead of a GstAdapter for collecting the output buffers 2012-12-17 15:58:37 +01:00
gstavaudenc.c CODEC_ID_* -> AV_CODEC_ID_* 2013-05-06 23:56:22 +01:00
gstavaudenc.h avvidenc: Simplify color formats in the raw video caps 2012-12-11 18:48:34 +00:00
gstavaudioresample.c Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcfg.c CODEC_ID_* -> AV_CODEC_ID_* 2013-05-06 23:56:22 +01:00
gstavcfg.h Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcodecmap.c CODEC_ID_* -> AV_CODEC_ID_* 2013-05-06 23:56:22 +01:00
gstavcodecmap.h avcodecmap: Remove some unused functions 2012-12-12 15:54:01 +00:00
gstavdeinterlace.c av: update to use AVOption variants. 2012-12-04 18:36:30 +01:00
gstavdemux.c CODEC_ID_* -> AV_CODEC_ID_* 2013-05-06 23:56:22 +01:00
gstavmux.c CODEC_ID_* -> AV_CODEC_ID_* 2013-05-06 23:56:22 +01: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 Fix FSF address 2012-11-04 00:22:16 +00:00
gstavutils.c avutils: Add missing includes for Windows 2012-12-06 10:45:58 +01:00
gstavutils.h Fix FSF address 2012-11-04 00:22:16 +00:00
gstavviddec.c avviddec: reset coded_width/_height before trying to open codec 2013-06-11 09:00:49 -03:00
gstavviddec.h libav: fix palette support again 2012-12-12 10:12:22 +01:00
gstavvidenc.c CODEC_ID_* -> AV_CODEC_ID_* 2013-05-06 23:56:22 +01:00
gstavvidenc.h avvidenc: Simplify color formats in the raw video caps 2012-12-11 18:48:34 +00:00
Makefile.am libav: fix static linking 2013-04-15 16:00:03 +02:00