vp8enc: Don't dereference NULL variable
[platform/upstream/gst-plugins-good.git] / ext / vpx /
2014-05-20 Edward Herveyvp8enc: Don't dereference NULL variable
2014-05-20 Edward Herveyvp9enc: Don't dereference NULL checks
2014-05-05 Vincent Penquerc'hvp9enc: do not dereference NULL pointer
2014-05-02 Vincent Penquerc'hvp8enc: guard against NULL pointer dereference
2013-12-05 Sebastian Drögevpx: Use new gst_video_decoder_set_needs_format() API
2013-08-15 Sebastian Drögeext: Use new flush vfunc of video codec base classes...
2013-07-19 Arnaud Vracvpx: fix compilation when encoder or decoder headers...
2013-06-22 Sebastian Drögevp8dec: Error out gracefully if we get an unsupported...
2013-06-22 Sebastian Drögevp9: Add support for YV12, Y42B and Y444 color formats
2013-06-22 Sebastian Drögevp9dec: Update default postproc settings from vp9_dx_if...
2013-06-21 Sebastian Drögevpx: Add initial, experimental VP9 support
2013-05-26 Tom Greenwoodvp8enc: Add property to manually specify the timebase...
2013-04-15 Sebastian Drögegst: Add better support for static plugins
2013-04-04 Tom Greenwoodvp8dec: Improve logging when vpx_codec_peek_stream_info...
2013-03-25 Tom Greenwoodvp8enc: Fix for divide by zero when using 0/1 framerate
2013-03-09 Tim-Philipp MüllerMerge branch 'dtmf-moved-from-bad'
2012-12-12 Sebastian Drögeext/sys: Fix some compilation errors caused by circular...
2012-11-12 Sebastian Drögevp8enc: Don't leak GstVideoCodecFrames that cause the...
2012-11-12 Sebastian Drögevp8dec: Fix last commit
2012-11-12 Sebastian Drögevp8dec: Also destroy decoder in set_format() if it...
2012-11-12 Sebastian Drögevp8dec: Don't clear input state in reset()
2012-11-09 Debarshi Rayvp8dec: Don't give up so easily if failed to decode...
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-11-02 Sebastian Drögevp8dec: Immediately return if opening the decoder failed
2012-11-02 Debarshi Rayvp8dec: Short circuit gst_vp8_dec_handle_frame if keyfr...
2012-10-23 Oleksij Rempelvp8enc: set DECODE_ONLY flag on invisible AltRef frames
2012-10-17 Tim-Philipp Müllerjpeg, png, vpx: use gst_element_class_set_static_metadata()
2012-10-15 Sebastian Drögevp8enc: And this time fix the default target-bitrate...
2012-10-15 Sebastian Drögevp8enc: Fix default target-bitrate value
2012-09-25 Edward Herveyvp8enc: Disable GLIB deprecation warnings
2012-09-17 Sebastian Drögevp8enc: Correctly finish frames
2012-09-17 Sebastian Drögevp8enc: Allow changing bitrate and other parameters...
2012-09-17 Sebastian Drögevp8enc: Store configuration in the vpx_codec_enc_cfg_t...
2012-09-16 Sebastian Drögevp8enc: Update documentation to reflect new property...
2012-09-16 Sebastian Drögevp8enc: Make some property names more readable
2012-09-16 Sebastian Drögevpx: Rename vp8 plugin to vpx