summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* gst: Handle gst_pad_get_current_caps() returning NULL gracefullySebastian Dröge2016-02-232-0/+5
* gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig2016-02-231-6/+4
* jpegdec: Don't pass the same data over and overNicolas Dufresne2016-02-081-12/+6
* vp8enc: Ensure that we always have valid frame user data before using itSebastian Dröge2016-01-201-0/+14
* vpxdec: Unref frame in all code paths of handle_frame()Sebastian Dröge2016-01-201-4/+8
* vpxenc: Unref frame on ERRORThibault Saunier2016-01-201-0/+1
* vp8enc: Return FLOW_ERROR when an error accuresThibault Saunier2016-01-161-1/+2
* vpxdec: Initialize buffer variable to NULLSebastian Dröge2015-12-291-1/+1
* dvdec: Remove unused fieldsRavi Kiran K N2015-12-181-2/+0
* dv1394: log error if failed to set socket status flagLuis de Bethencourt2015-12-162-4/+12
* vpx: Add missing headers in Makefile.amNicolas Dufresne2015-12-151-2/+4
* vpx: created common baseclass GstVPXEncPrashant Gotarne2015-12-157-3849/+2273
* vpxdec: Remove unneeded add video_metaNicolas Dufresne2015-12-153-28/+5
* vpx: created common base class GstVPXdec for vpx decodersPrashant Gotarne2015-12-157-1378/+1029
* souphttpsrc: Add GTlsInteraction propertyXavier Claessens2015-12-142-3/+32
* vpxdec: Use GstMemory to avoid copiesNicolas Dufresne2015-12-044-13/+324
* souphttpclientsink: Fix error leak and handle errorVineeth TM2015-11-181-1/+8
* vpxdec: Use threads on multi-core systemsNicolas Dufresne2015-11-172-8/+16
* shout2: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-16/+8
* vp9enc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-2/+1
* vp8enc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-2/+1
* souphttpsrc: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-15/+7
* jpegdec: fix output state memory leakVineeth TM2015-11-101-0/+11
* pulse: Don't leak caps and structures in the device providerNirbheek Chauhan2015-11-051-0/+4
* souphttpsrc: EOS immediately if we have an empty seek segmentSebastian Dröge2015-10-141-7/+19
* souphttpsrc: Make non-inclusive segment boundaries inclusiveStavros Vagionitis2015-10-141-1/+3
* souphttpclientsink: Add the retry and retry-delay propertiesGraham Leggett2015-10-142-7/+82
* souphttpclientsink: Check if soup message is createdVineeth TM2015-10-121-0/+9
* souphttpclientsink: Check if location being set is validVineeth TM2015-10-121-0/+8
* souphttpclientsink: Fix memory leaks during failuresVineeth TM2015-10-121-0/+4
* souphttpclientsink: Replace redundant free_buffer_list functionVineeth TM2015-10-121-16/+8
* gdkpixbufdec: Fix pixbuf_loader leak during failuresVineeth TM2015-10-081-0/+5
* gdkpixbufsink: don't leak old pixel buffer when setting a new overlayTim-Philipp Müller2015-09-291-0/+3
* flacenc: avoid potential string overflowTim-Philipp Müller2015-09-281-2/+2
* Fix some compiler warnings when building with G_DISABLE_ASSERTJan Schmidt2015-09-261-4/+9
* wavpackdec: fix taglist memory leakVineeth TM2015-08-211-0/+1
* flacenc: actually return true for accept-caps query handlingThiago Santos2015-08-171-0/+1
* flacenc: remove single entry if from loopThiago Santos2015-08-161-12/+10
* flacenc: implement proper accept-capsThiago Santos2015-08-161-0/+37
* flacenc: improve sink pad template capsThiago Santos2015-08-161-63/+62
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-162-0/+3
* videoencoders: use template subset check for accept-capsThiago Santos2015-08-164-0/+6
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-153-0/+9
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-154-0/+12
* vp8enc, vp9enc: reset multipass file index when stopping encoderTim-Philipp Müller2015-08-152-0/+8
* vp9enc: provide support for multiple pass cache filesTim-Philipp Müller2015-08-152-15/+37
* vp8enc: provide support for multiple pass cache filesOleksij Rempel2015-08-142-15/+38
* souphttpsrc: remove unnecessary if, g_free is null safeThiago Santos2015-08-141-2/+1
* souphttpsrc: add property to set HTTP methodAlex Ashley2015-08-142-2/+29
* soup: fix typo in translated stringTim-Philipp Müller2015-08-041-1/+1