summaryrefslogtreecommitdiff
path: root/ext/vp8/gstvp8enc.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-16rename eventsrenme-eventsWim Taymans1-1/+1
2011-11-03vp8: Port to 0.11Edward Hervey1-88/+70
2011-09-01vp8enc: fix drop-frame propertyDavid Schleef1-2/+2
2011-08-23vp8: probe for the new tuning API to keep building with older libvpxVincent Penquerc'h1-0/+22
2011-08-18vp8enc: Remove unused and useless variable in tags handlingSebastian Dröge1-3/+2
2011-08-12vp8enc: Update for basevideoencoder ::get_caps() removalSebastian Dröge1-63/+56
2011-08-03vp8enc: Add more propertiesDavid Schleef1-1/+143
2011-08-03vp8enc: add min/maxsection-pct optionAlexey Fisher1-0/+34
2011-08-03vp8enc: add lag-in-frames option.Alexey Fisher1-1/+18
2011-08-03vp8enc: use multipass.cache file name as default for multipass mode.Alexey Fisher1-2/+2
2011-07-21vp8enc: Update for GstBaseVideoEncoder::finish() signature changeSebastian Dröge1-3/+3
2011-07-12vp8: Fix set-but-unused warningsOlivier Crête1-3/+0
2011-07-09vp8enc: Use destroy notify to free the coder hookSebastian Dröge1-14/+20
2011-07-04vp8enc: update for new libvpx apiDavid Schleef1-9/+8
2011-06-26vp8enc: generate a timestamp for alt-ref frames.Alexey Fisher1-0/+2
2011-05-18vp8enc: Name max/min quantizer properties {max,min}-quantizerSebastian Dröge1-3/+3
2011-05-18vp8enc: Add properties to select a maximum and minimum quantizerAlexey Fisher1-1/+38
2011-05-18vp8enc: Fix quality to (constant) quantizer mappingAlexey Fisher1-3/+3
2011-05-16basevideoencoder: provide proper upstream flow return handlingMark Nauwelaerts1-7/+8
2011-05-16vp8enc: minor optimization in setting up image bufferMark Nauwelaerts1-23/+37
2011-05-16vp8enc: refactor frame processingMark Nauwelaerts1-79/+33
2011-05-16vp8enc: do init at set_format timeMark Nauwelaerts1-87/+91
2011-05-16vp8enc: fix keyframe forcingMark Nauwelaerts1-1/+1
2011-05-16basevideocodec: remove redundant caps fieldMark Nauwelaerts1-1/+2
2011-05-16vp8enc: use baseclass event virtual handlerMark Nauwelaerts1-15/+7
2011-02-04vp8enc: Add description for bitrate units.Alexey Fisher1-1/+1
2010-11-30vp8enc: Readd setting of granuleposDavid Schleef1-0/+7
2010-11-30vp8enc: Don't override timestamps set by base classDavid Schleef1-20/+0
2010-11-25vp8: Remove dead assignmentsEdward Hervey1-15/+0
2010-10-15basevideo: Move common fields/functions to basecodecDavid Schleef1-29/+28
2010-07-10vp8enc: Add support for enabling automatic insertion of alt-ref frames by the...Sebastian Dröge1-1/+26
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öge1-3/+27
2010-07-03vp8: Move structure definitions, etc to public header files for gtk-docSebastian Dröge1-77/+3
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-01vp8: Use VPX_PLANE_* instead of PLANE_*Sebastian Dröge1-6/+6
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-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-22vp8enc: Use GST_VIDEO_CAPS_YUV(I420) instead of handwritten I420 caps for the...Sebastian Dröge1-3/+1
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-21vp8: move #ifdef HAVE_VP8_ENCODER/DECODERPhilip Jägenstedt1-2/+2
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öge1-2/+2
2010-05-20vp8: exlcude dec/enc based on CONFIG_VP8_DECODER/ENCODERPhilip Jägenstedt1-1/+7