gstreamer/ext/vpx
Mario Sanchez Prada 8740313504 vpxenc: Properly handle frames with too low duration
When a frame's duration is too low, calling gst_util_uint64_scale()
to scale its value can result into it being truncated to zero, which
will cause the vpx encoder to return an VPX_CODEC_INVALID_PARAM error
when trying to encode.

To prevent this from happening, we simply ignore the duration when
encoding if it becomes zero after scaling, logging a warning message.

https://bugzilla.gnome.org/show_bug.cgi?id=765391
2016-04-23 13:56:56 +01:00
..
gstvp8dec.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstvp8dec.h vpx: created common base class GstVPXdec for vpx decoders 2015-12-15 12:06:45 -05:00
gstvp8enc.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstvp8enc.h vpx: created common baseclass GstVPXEnc 2015-12-15 14:03:29 -05:00
GstVP8Enc.prs vpx: Rename vp8 plugin to vpx 2012-09-16 15:33:57 +02:00
gstvp8utils.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstvp8utils.h vpx: remove compatibility defines 2014-11-01 15:40:44 +00:00
gstvp9dec.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstvp9dec.h vpx: created common base class GstVPXdec for vpx decoders 2015-12-15 12:06:45 -05:00
gstvp9enc.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstvp9enc.h vpx: created common baseclass GstVPXEnc 2015-12-15 14:03:29 -05:00
gstvpxdec.c vpxdec: Use threads on multi-core systems 2016-03-24 19:30:44 -04:00
gstvpxdec.h vpxdec: Remove unneeded add video_meta 2015-12-15 12:57:53 -05:00
gstvpxenc.c vpxenc: Properly handle frames with too low duration 2016-04-23 13:56:56 +01:00
gstvpxenc.h vpx: created common baseclass GstVPXEnc 2015-12-15 14:03:29 -05:00
Makefile.am vpx: Add missing headers in Makefile.am 2015-12-15 14:27:22 -05:00
plugin.c vpx: Add initial, experimental VP9 support 2013-06-21 18:22:12 +02:00