summaryrefslogtreecommitdiff
path: root/ext/vpx
AgeCommit message (Expand)AuthorFilesLines
2012-12-12ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge1-2/+1
2012-11-12vp8enc: Don't leak GstVideoCodecFrames that cause the creation of invisible f...Sebastian Dröge1-0/+1
2012-11-12vp8dec: Fix last commitSebastian Dröge1-2/+2
2012-11-12vp8dec: Also destroy decoder in set_format() if it was created alreadySebastian Dröge1-0/+6
2012-11-12vp8dec: Don't clear input state in reset()Sebastian Dröge1-4/+1
2012-11-09vp8dec: Don't give up so easily if failed to decode a frameDebarshi Ray1-3/+3
2012-11-04Fix FSF addressTim-Philipp Müller7-14/+14
2012-11-02vp8dec: Immediately return if opening the decoder failedSebastian Dröge1-0/+2
2012-11-02vp8dec: Short circuit gst_vp8_dec_handle_frame if keyframe is missingDebarshi Ray1-2/+5
2012-10-23vp8enc: set DECODE_ONLY flag on invisible AltRef framesOleksij Rempel1-0/+1
2012-10-17jpeg, png, vpx: use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-10-15vp8enc: And this time fix the default target-bitrate value for realSebastian Dröge1-2/+2
2012-10-15vp8enc: Fix default target-bitrate valueSebastian Dröge1-4/+5
2012-09-25vp8enc: Disable GLIB deprecation warningsEdward Hervey1-0/+7
2012-09-17vp8enc: Correctly finish framesSebastian Dröge1-21/+6
2012-09-17vp8enc: Allow changing bitrate and other parameters during playbackSebastian Dröge1-1/+185
2012-09-17vp8enc: Store configuration in the vpx_codec_enc_cfg_t struct instead of dupl...Sebastian Dröge2-194/+181
2012-09-16vp8enc: Update documentation to reflect new property namesSebastian Dröge1-5/+7
2012-09-16vp8enc: Make some property names more readableSebastian Dröge1-22/+23
2012-09-16vpx: Rename vp8 plugin to vpxSebastian Dröge9-0/+2847