summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2015-11-15shout2: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-16/+8
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-11-15souphttpsrc: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-15/+7
2015-11-10jpegdec: fix output state memory leakVineeth TM1-0/+11
2015-11-05pulse: Don't leak caps and structures in the device providerNirbheek Chauhan1-0/+4
2015-10-14souphttpsrc: EOS immediately if we have an empty seek segmentSebastian Dröge1-7/+19
2015-10-14souphttpsrc: Make non-inclusive segment boundaries inclusiveStavros Vagionitis1-1/+3
2015-10-14souphttpclientsink: Add the retry and retry-delay propertiesGraham Leggett2-7/+82
2015-10-12souphttpclientsink: Check if soup message is createdVineeth TM1-0/+9
2015-10-12souphttpclientsink: Check if location being set is validVineeth TM1-0/+8
2015-10-12souphttpclientsink: Fix memory leaks during failuresVineeth TM1-0/+4
2015-10-12souphttpclientsink: Replace redundant free_buffer_list functionVineeth TM1-16/+8
2015-10-08gdkpixbufdec: Fix pixbuf_loader leak during failuresVineeth TM1-0/+5
2015-09-29gdkpixbufsink: don't leak old pixel buffer when setting a new overlayTim-Philipp Müller1-0/+3
2015-09-28flacenc: avoid potential string overflowTim-Philipp Müller1-2/+2
2015-09-26Fix some compiler warnings when building with G_DISABLE_ASSERTJan Schmidt1-4/+9
2015-08-21wavpackdec: fix taglist memory leakVineeth TM1-0/+1
2015-08-17flacenc: actually return true for accept-caps query handlingThiago Santos1-0/+1
2015-08-16flacenc: remove single entry if from loopThiago Santos1-12/+10
2015-08-16flacenc: implement proper accept-capsThiago Santos1-0/+37
2015-08-16flacenc: improve sink pad template capsThiago Santos1-63/+62
2015-08-16audioencoders: use template subset check for accept-capsThiago Santos2-0/+3
2015-08-16videoencoders: use template subset check for accept-capsThiago Santos4-0/+6
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos3-0/+9
2015-08-15videodecoders: use default pad accept-caps handlingThiago Santos4-0/+12
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-08-14souphttpsrc: remove unnecessary if, g_free is null safeThiago Santos1-2/+1
2015-08-14souphttpsrc: add property to set HTTP methodAlex Ashley2-2/+29
2015-08-04soup: fix typo in translated stringTim-Philipp Müller1-1/+1
2015-07-31souphttpsrc: handle empty http proxy stringEunhae Choi1-7/+6
2015-07-30dvdemux: remove unused variableRavi Kiran K N2-3/+0
2015-07-15pulse: add properties to GstDeviceWim Taymans3-5/+35
2015-07-06flacdec: improve error handlingVineeth TM1-0/+18
2015-06-25mikmod: remove ancient unported pluginTim-Philipp Müller9-1265/+0
2015-06-22mikmod_reader: Possible null pointer dereference:Vineeth T M1-3/+5
2015-06-12pulsesrc: Fix mapping of latency parameters to buffer attributesArun Raghavan1-3/+19
2015-06-10souphttpsrc: Add tls-database propertyXavier Claessens2-2/+39
2015-06-10souphttpsrc: fix getter of "ssl-use-system-ca-file"Xavier Claessens1-1/+1
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üller5-5/+5
2015-05-05jpegdec: fix frame leaks in handle_frame() implementationGuillaume Desmottes1-0/+6
2015-04-28dvdemux: extract recording timeRavi Kiran K N1-0/+12
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