summaryrefslogtreecommitdiff
path: root/ext/vp8
AgeCommit message (Expand)AuthorFilesLines
2010-07-10vp8enc: Add support for enabling automatic insertion of alt-ref frames by the...Sebastian Dröge2-1/+27
2010-07-10vp8enc: Fix handling of invisible/alt ref framesSebastian Dröge1-35/+42
2010-07-03vp8: Add initial documentation, based on the theoradec/theoraenc documentationSebastian Dröge4-10/+51
2010-07-03vp8: Move structure definitions, etc to public header files for gtk-docSebastian Dröge6-142/+185
2010-06-15vp8enc: Implement multipass encodingSebastian Dröge1-40/+189
2010-06-14vp8enc: Set VP8E_SET_CPUUSED to 0Sebastian Dröge1-1/+7
2010-06-14vp8enc: Use VPX defines for REALTIME, GOOD/BEST quality deadlines instead of ...Sebastian Dröge1-3/+3
2010-06-03vp8enc: fix printf format warning in log messageTim-Philipp Müller1-2/+2
2010-06-02basevideo, vp8: guard unstable API with GST_USE_UNSTABLE_APITim-Philipp Müller1-1/+2
2010-06-02basevideo: Move base video from vp8 to gst-libsDavid Schleef13-5332/+6
2010-06-01vp8: Use VPX_PLANE_* instead of PLANE_*Sebastian Dröge3-9/+24
2010-06-01vp8: Add compatilibity defines to work with older versions of libvpx tooSebastian Dröge1-0/+5
2010-06-01vp8dec: s/IMG_FMT_I420/VPX_IMG_FMT_I420/Philip Jägenstedt1-1/+1
2010-06-01vp8enc: Allow a maximum keyframe distance of 0, i.e. all frames are keyframesSebastian Dröge1-1/+1
2010-06-01vp8dec: Set decoder deadline from the QoS informationSebastian Dröge1-1/+10
2010-05-28vp8enc: Move debug output one line above where the packet is still validSebastian Dröge1-2/+2
2010-05-28vp8enc: Correctly ignore non-frame packets from the encoderSebastian Dröge1-2/+4
2010-05-22basevideodecoder: Take the frame duration into account when calculating the e...Sebastian Dröge1-1/+17
2010-05-22basevideodecoder: Reset QoS values when necessarySebastian Dröge1-1/+12
2010-05-22vp8enc: Use GST_VIDEO_CAPS_YUV(I420) instead of handwritten I420 caps for the...Sebastian Dröge1-3/+1
2010-05-21vp8dec: drop late frames after decoding themPhilip Jägenstedt4-18/+37
2010-05-21vp8enc: threads propertyPhilip Jägenstedt1-2/+17
2010-05-21vp8enc: add mode property to switch between CBR/VBRPhilip Jägenstedt1-2/+39
2010-05-21vp8dec: Only enable postprocessing if the decoder supports itSebastian Dröge1-3/+12
2010-05-21vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/Philip Jägenstedt1-1/+1
2010-05-21vp8: move #ifdef HAVE_VP8_ENCODER/DECODERPhilip Jägenstedt2-4/+4
2010-05-20vp8enc: Write GStreamer element and version in the vorbiscomment vendor stringSebastian Dröge1-1/+2
2010-05-20vp8: Only enable the encoder or decoder if it's available in libvpxSebastian Dröge3-8/+6
2010-05-20vp8: exlcude dec/enc based on CONFIG_VP8_DECODER/ENCODERPhilip Jägenstedt3-8/+21
2010-05-20vp8enc: Limit max-latency to 25 to match libvpxPhilip Jägenstedt1-1/+1
2010-05-20vp8: Undef HAVE_CONFIG_H before including libvpx headersSebastian Dröge3-0/+18
2010-05-20vp8enc: Some more minor adjustments for the Ogg mappingSebastian Dröge1-11/+13
2010-05-19vp8dec: Fix memory leakSebastian Dröge1-13/+6
2010-05-19vp8enc: Adjust Ogg mapping for the changesSebastian Dröge1-26/+25
2010-05-19vp8dec: Add properties to control the VP8 decoder post processing featureSebastian Dröge1-6/+117
2010-05-19vp8enc: Rename keyframe-interval to max-keyframe-distanceSebastian Dröge1-14/+12
2010-05-19vp8: Improve error handling and debug outputSebastian Dröge5-72/+156
2010-05-19vp8: Use correct strides and plane offsets for GStreamerSebastian Dröge2-31/+95
2010-05-19vp8enc: Implement GstTagSetter interfaceSebastian Dröge1-8/+60
2010-05-19vp8enc: Fix setting of the keyframe flag on encoded framesSebastian Dröge1-1/+1
2010-05-19vp8enc: Post an error message on the bus if encoder initialization failsSebastian Dröge1-6/+6
2010-05-19vp8dec: Fix memory leaks and fail if initializing the decoder failsSebastian Dröge1-12/+16
2010-05-19vp8enc: Set timebaseDavid Schleef1-7/+5
2010-05-19vp8dec: Fix decoding of invisible framesSebastian Dröge1-0/+3
2010-05-19vp8enc: Update the latency when initializing the encoderSebastian Dröge1-0/+4
2010-05-19vp8dec: Correctly initialize stream info before peeking at the streamSebastian Dröge1-3/+6
2010-05-19vp8dec: Make sure to pass a keyframe as first frame to the decoder, copy outp...Sebastian Dröge1-42/+33
2010-05-19vp8enc: Add support for invisible frames and the Ogg mappingSebastian Dröge1-33/+164
2010-05-19vp8dec: Fix reset after seekingDavid Schleef1-37/+20
2010-05-19vp8enc: Set frame numbers as buffer offsetsSebastian Dröge1-2/+2