summaryrefslogtreecommitdiff
path: root/ext/vpx
Commit message (Expand)AuthorAgeFilesLines
* vp9enc: Don't dereference NULL checksEdward Hervey2014-06-021-4/+4
* vp8enc: Don't dereference NULL variableEdward Hervey2014-06-021-4/+4
* vp8enc: Don't dereference NULL variableEdward Hervey2014-05-201-4/+4
* vp9enc: Don't dereference NULL checksEdward Hervey2014-05-201-11/+13
* vp9enc: do not dereference NULL pointerVincent Penquerc'h2014-05-051-1/+1
* vp8enc: guard against NULL pointer dereferenceVincent Penquerc'h2014-05-021-1/+1
* vpx: Use new gst_video_decoder_set_needs_format() APISebastian Dröge2013-12-052-0/+4
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-152-8/+8
* vpx: fix compilation when encoder or decoder headers are not installedArnaud Vrac2013-07-194-0/+32
* vp8dec: Error out gracefully if we get an unsupported color formatSebastian Dröge2013-06-221-0/+8
* vp9: Add support for YV12, Y42B and Y444 color formatsSebastian Dröge2013-06-222-13/+74
* vp9dec: Update default postproc settings from vp9_dx_iface.cSebastian Dröge2013-06-221-1/+1
* vpx: Add initial, experimental VP9 supportSebastian Dröge2013-06-216-0/+2712
* vp8enc: Add property to manually specify the timebase of the encoderTom Greenwood2013-05-262-11/+45
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* vp8dec: Improve logging when vpx_codec_peek_stream_info failsTom Greenwood2013-04-041-1/+7
* vp8enc: Fix for divide by zero when using 0/1 framerateTom Greenwood2013-03-251-20/+45
* ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge2012-12-121-2/+1
* vp8enc: Don't leak GstVideoCodecFrames that cause the creation of invisible f...Sebastian Dröge2012-11-121-0/+1
* vp8dec: Fix last commitSebastian Dröge2012-11-121-2/+2
* vp8dec: Also destroy decoder in set_format() if it was created alreadySebastian Dröge2012-11-121-0/+6
* vp8dec: Don't clear input state in reset()Sebastian Dröge2012-11-121-4/+1
* vp8dec: Don't give up so easily if failed to decode a frameDebarshi Ray2012-11-091-3/+3
* Fix FSF addressTim-Philipp Müller2012-11-047-14/+14
* vp8dec: Immediately return if opening the decoder failedSebastian Dröge2012-11-021-0/+2
* vp8dec: Short circuit gst_vp8_dec_handle_frame if keyframe is missingDebarshi Ray2012-11-021-2/+5
* vp8enc: set DECODE_ONLY flag on invisible AltRef framesOleksij Rempel2012-10-231-0/+1
* jpeg, png, vpx: use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* vp8enc: And this time fix the default target-bitrate value for realSebastian Dröge2012-10-151-2/+2
* vp8enc: Fix default target-bitrate valueSebastian Dröge2012-10-151-4/+5
* vp8enc: Disable GLIB deprecation warningsEdward Hervey2012-09-251-0/+7
* vp8enc: Correctly finish framesSebastian Dröge2012-09-171-21/+6
* vp8enc: Allow changing bitrate and other parameters during playbackSebastian Dröge2012-09-171-1/+185
* vp8enc: Store configuration in the vpx_codec_enc_cfg_t struct instead of dupl...Sebastian Dröge2012-09-172-194/+181
* vp8enc: Update documentation to reflect new property namesSebastian Dröge2012-09-161-5/+7
* vp8enc: Make some property names more readableSebastian Dröge2012-09-161-22/+23
* vpx: Rename vp8 plugin to vpxSebastian Dröge2012-09-169-0/+2847