summaryrefslogtreecommitdiff
path: root/ext/vpx
AgeCommit message (Expand)AuthorFilesLines
2018-01-25vpx: add VP8_DEBUG_TXT_* flags for postprocessingOleksij Rempel1-0/+12
2017-08-11vpxenc: discard frames that have been dropped by libvpxGeorge Kiagiadakis1-1/+16
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-09vpxdec: Set fb->priv to NULL after freeing just in caseSebastian Dröge1-0/+1
2017-05-08vpx: fix build against older libvpx versionsTim-Philipp Müller1-2/+10
2017-04-05vp9dec: Add warnings for unsupported frame formatsJan Schmidt1-0/+31
2017-01-05meson: Install presets filesThibault Saunier1-0/+2
2016-11-22vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULLSebastian Dröge1-1/+4
2016-09-26meson: add unit testsTim-Philipp Müller1-0/+3
2016-09-18meson: fix build with vpx 1.3.xTim-Philipp Müller1-1/+1
2016-08-26vp9enc: Fix leak of vpx_image_tStian Selnes1-0/+8
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+57
2016-04-23vpxenc: Properly handle frames with too low durationMario Sanchez Prada1-1/+11
2016-03-24vpxdec: Use threads on multi-core systemsNicolas Dufresne1-1/+5
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM4-17/+16
2016-01-20vp8enc: Ensure that we always have valid frame user data before using itSebastian Dröge1-0/+14
2016-01-20vpxdec: Unref frame in all code paths of handle_frame()Sebastian Dröge1-4/+8
2016-01-20vpxenc: Unref frame on ERRORThibault Saunier1-0/+1
2016-01-16vp8enc: Return FLOW_ERROR when an error accuresThibault Saunier1-1/+2
2015-12-29vpxdec: Initialize buffer variable to NULLSebastian Dröge1-1/+1
2015-12-15vpx: Add missing headers in Makefile.amNicolas Dufresne1-2/+4
2015-12-15vpx: created common baseclass GstVPXEncPrashant Gotarne7-3849/+2273
2015-12-15vpxdec: Remove unneeded add video_metaNicolas Dufresne3-28/+5
2015-12-15vpx: created common base class GstVPXdec for vpx decodersPrashant Gotarne7-1378/+1029
2015-12-04vpxdec: Use GstMemory to avoid copiesNicolas Dufresne4-13/+324
2015-11-17vpxdec: Use threads on multi-core systemsNicolas Dufresne2-8/+16
2015-11-15vp9enc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-11-15vp8enc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-08-16videoencoders: use template subset check for accept-capsThiago Santos2-0/+2
2015-08-15videodecoders: use default pad accept-caps handlingThiago Santos2-0/+4
2015-08-15vp8enc, vp9enc: reset multipass file index when stopping encoderTim-Philipp Müller2-0/+8
2015-08-15vp9enc: provide support for multiple pass cache filesTim-Philipp Müller2-15/+37
2015-08-14vp8enc: provide support for multiple pass cache filesOleksij Rempel2-15/+38
2015-05-12vp[89]enc: Properly convert between GStreamer and encoder timebaseSebastian Dröge2-14/+12
2015-05-12vp[89]enc: Don't set timebase from the framerateSebastian Dröge2-20/+0
2015-05-10docs: update example pipelines in element docsTim-Philipp Müller4-4/+4
2015-04-17vp8dec: optimize vpx image to gstbuffer copy when strides matchThiago Santos1-6/+12
2015-04-17vp9dec: optimize vpx image to gstbuffer copy when strides matchThiago Santos1-6/+12
2015-04-01vp8enc: Expose VP8 width/height limitations in the caps templateOlivier Crête1-1/+4
2015-03-09vp9enc: remove duplicate declaration of functionLuis de Bethencourt1-1/+0
2015-03-09vp[89]enc: Reset the encoder when flushingSebastian Dröge2-16/+71
2015-03-05vp[89]dec: Drop frames that have no output buffer because of errorsSebastian Dröge2-6/+6
2015-03-02vp8enc: Use 0 as duration for the EOS "frame"Sebastian Dröge1-1/+1
2015-03-02vp{8,9}enc: Tell the encoder about actual timestamps and durations of framesSebastian Dröge4-19/+72
2015-03-01vpxdec: Fix calculation of width in bytesNicolas Dufresne2-2/+4
2015-03-01vpxdec: Don't memcpy in frame map failedNicolas Dufresne2-0/+2
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge2-10/+18
2014-12-09vpXenc: CLOCK_TIME_NONE is not a valid min_latency valueThibault Saunier2-4/+2
2014-11-10vpx: mark arnr-type properties as deprecated and set them to no-opAurélien Zanelli2-32/+8
2014-11-01vpx: remove compatibility definesAurélien Zanelli1-17/+0