summaryrefslogtreecommitdiff
path: root/ext/vp8/gstvp8enc.c
Commit message (Expand)AuthorAgeFilesLines
...
* vp8enc: Don't override timestamps set by base classDavid Schleef2010-11-301-20/+0
* vp8: Remove dead assignmentsEdward Hervey2010-11-251-15/+0
* basevideo: Move common fields/functions to basecodecDavid Schleef2010-10-151-29/+28
* vp8enc: Add support for enabling automatic insertion of alt-ref frames by the...Sebastian Dröge2010-07-101-1/+26
* 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-031-3/+27
* vp8: Move structure definitions, etc to public header files for gtk-docSebastian Dröge2010-07-031-77/+3
* 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
* vp8: Use VPX_PLANE_* instead of PLANE_*Sebastian Dröge2010-06-011-6/+6
* 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
* 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
* vp8enc: Use GST_VIDEO_CAPS_YUV(I420) instead of handwritten I420 caps for the...Sebastian Dröge2010-05-221-3/+1
* vp8enc: threads propertyPhilip Jägenstedt2010-05-211-2/+17
* vp8enc: add mode property to switch between CBR/VBRPhilip Jägenstedt2010-05-211-2/+39
* vp8: move #ifdef HAVE_VP8_ENCODER/DECODERPhilip Jägenstedt2010-05-211-2/+2
* 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-201-2/+2
* vp8: exlcude dec/enc based on CONFIG_VP8_DECODER/ENCODERPhilip Jägenstedt2010-05-201-1/+7
* 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-201-0/+5
* vp8enc: Some more minor adjustments for the Ogg mappingSebastian Dröge2010-05-201-11/+13
* vp8enc: Adjust Ogg mapping for the changesSebastian Dröge2010-05-191-26/+25
* vp8enc: Rename keyframe-interval to max-keyframe-distanceSebastian Dröge2010-05-191-14/+12
* vp8: Improve error handling and debug outputSebastian Dröge2010-05-191-58/+47
* vp8: Use correct strides and plane offsets for GStreamerSebastian Dröge2010-05-191-9/+41
* 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
* vp8enc: Set timebaseDavid Schleef2010-05-191-7/+5
* vp8enc: Update the latency when initializing the encoderSebastian Dröge2010-05-191-0/+4
* vp8enc: Add support for invisible frames and the Ogg mappingSebastian Dröge2010-05-191-33/+164
* vp8enc: Set frame numbers as buffer offsetsSebastian Dröge2010-05-191-2/+2
* vp8enc: Always get as many frames as possible from the encoderSebastian Dröge2010-05-191-24/+41
* vp8enc: Fill the oldest pending frame instead of the newestSebastian Dröge2010-05-191-0/+1
* vp8enc: Correctly set delta unit flag for non-keyframesSebastian Dröge2010-05-191-1/+3
* vp8: Add encoder/decoderDavid Schleef2010-05-191-0/+611