summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-09vp[89]enc: Reset the encoder when flushingSebastian Dröge2-16/+71
2015-03-09pulsesink: Make sure to filter caps in all cases during CAPS queryArun Raghavan1-7/+7
2015-03-08souphttpclientsink: Implement cookies propertySebastian Dröge1-0/+10
2015-03-08souphttpclientsink: Implement automatic-redirect propertySebastian Dröge1-0/+2
2015-03-08souphttpclientsink: Implement proxy supportSebastian Dröge1-8/+22
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-19jack: case missing break statementLuis de Bethencourt1-0/+1
2015-02-17jack: Add property port-pattern to specify which JACK ports to connect tohark4-7/+70
2015-02-13pulsesink: Enhance code readability in pulsesink_queryJimmy Ohn1-4/+3
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge3-11/+19
2015-01-26pulsesink: Free format_info in query_getcapsJimmy Ohn1-2/+3
2015-01-21Constify some static arrays everywhereSebastian Dröge2-3/+4
2015-01-10pulsesink: uncork if needed upon commitMark Nauwelaerts1-0/+6