summaryrefslogtreecommitdiff
path: root/ext/vp8
Commit message (Expand)AuthorAgeFilesLines
* vp8enc: Readd setting of granuleposDavid Schleef2010-11-301-0/+7
* vp8enc: Don't override timestamps set by base classDavid Schleef2010-11-301-20/+0
* vp8: Remove dead assignmentsEdward Hervey2010-11-252-32/+0
* basevideo: Move common fields/functions to basecodecDavid Schleef2010-10-152-53/+45
* basevideo: Move deadline to frame structureDavid Schleef2010-09-181-3/+4
* vp8dec: Set GstBaseVideoDecoder::packetized to TRUE as soon as possiblePhilip Jägenstedt2010-08-191-1/+3
* vp8enc: Add support for enabling automatic insertion of alt-ref frames by the...Sebastian Dröge2010-07-102-1/+27
* vp8enc: Fix handling of invisible/alt ref framesSebastian Dröge2010-07-101-35/+42
* vp8: Add initial documentation, based on the theoradec/theoraenc documentationSebastian Dröge2010-07-034-10/+51
* vp8: Move structure definitions, etc to public header files for gtk-docSebastian Dröge2010-07-036-142/+185
* vp8enc: Implement multipass encodingSebastian Dröge2010-06-151-40/+189
* vp8enc: Set VP8E_SET_CPUUSED to 0Sebastian Dröge2010-06-141-1/+7
* vp8enc: Use VPX defines for REALTIME, GOOD/BEST quality deadlines instead of ...Sebastian Dröge2010-06-141-3/+3
* vp8enc: fix printf format warning in log messageTim-Philipp Müller2010-06-031-2/+2
* basevideo, vp8: guard unstable API with GST_USE_UNSTABLE_APITim-Philipp Müller2010-06-021-1/+2
* basevideo: Move base video from vp8 to gst-libsDavid Schleef2010-06-0213-5332/+6
* vp8: Use VPX_PLANE_* instead of PLANE_*Sebastian Dröge2010-06-013-9/+24
* vp8: Add compatilibity defines to work with older versions of libvpx tooSebastian Dröge2010-06-011-0/+5
* vp8dec: s/IMG_FMT_I420/VPX_IMG_FMT_I420/Philip Jägenstedt2010-06-011-1/+1
* vp8enc: Allow a maximum keyframe distance of 0, i.e. all frames are keyframesSebastian Dröge2010-06-011-1/+1
* vp8dec: Set decoder deadline from the QoS informationSebastian Dröge2010-06-011-1/+10
* vp8enc: Move debug output one line above where the packet is still validSebastian Dröge2010-05-281-2/+2
* vp8enc: Correctly ignore non-frame packets from the encoderSebastian Dröge2010-05-281-2/+4
* basevideodecoder: Take the frame duration into account when calculating the e...Sebastian Dröge2010-05-221-1/+17
* basevideodecoder: Reset QoS values when necessarySebastian Dröge2010-05-221-1/+12
* vp8enc: Use GST_VIDEO_CAPS_YUV(I420) instead of handwritten I420 caps for the...Sebastian Dröge2010-05-221-3/+1
* vp8dec: drop late frames after decoding themPhilip Jägenstedt2010-05-214-18/+37
* vp8enc: threads propertyPhilip Jägenstedt2010-05-211-2/+17
* vp8enc: add mode property to switch between CBR/VBRPhilip Jägenstedt2010-05-211-2/+39
* vp8dec: Only enable postprocessing if the decoder supports itSebastian Dröge2010-05-211-3/+12
* vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/Philip Jägenstedt2010-05-211-1/+1
* vp8: move #ifdef HAVE_VP8_ENCODER/DECODERPhilip Jägenstedt2010-05-212-4/+4
* vp8enc: Write GStreamer element and version in the vorbiscomment vendor stringSebastian Dröge2010-05-201-1/+2
* vp8: Only enable the encoder or decoder if it's available in libvpxSebastian Dröge2010-05-203-8/+6
* vp8: exlcude dec/enc based on CONFIG_VP8_DECODER/ENCODERPhilip Jägenstedt2010-05-203-8/+21
* vp8enc: Limit max-latency to 25 to match libvpxPhilip Jägenstedt2010-05-201-1/+1
* vp8: Undef HAVE_CONFIG_H before including libvpx headersSebastian Dröge2010-05-203-0/+18
* vp8enc: Some more minor adjustments for the Ogg mappingSebastian Dröge2010-05-201-11/+13
* vp8dec: Fix memory leakSebastian Dröge2010-05-191-13/+6
* vp8enc: Adjust Ogg mapping for the changesSebastian Dröge2010-05-191-26/+25
* vp8dec: Add properties to control the VP8 decoder post processing featureSebastian Dröge2010-05-191-6/+117
* vp8enc: Rename keyframe-interval to max-keyframe-distanceSebastian Dröge2010-05-191-14/+12
* vp8: Improve error handling and debug outputSebastian Dröge2010-05-195-72/+156
* vp8: Use correct strides and plane offsets for GStreamerSebastian Dröge2010-05-192-31/+95
* vp8enc: Implement GstTagSetter interfaceSebastian Dröge2010-05-191-8/+60
* vp8enc: Fix setting of the keyframe flag on encoded framesSebastian Dröge2010-05-191-1/+1
* vp8enc: Post an error message on the bus if encoder initialization failsSebastian Dröge2010-05-191-6/+6
* vp8dec: Fix memory leaks and fail if initializing the decoder failsSebastian Dröge2010-05-191-12/+16
* vp8enc: Set timebaseDavid Schleef2010-05-191-7/+5
* vp8dec: Fix decoding of invisible framesSebastian Dröge2010-05-191-0/+3