summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* srtpenc: Add config for the replay window sizeOlivier Crête2014-05-022-1/+20
* srtpenc: Remove unused object membersOlivier Crête2014-05-021-5/+0
* srtpenc: Remove useless structureOlivier Crête2014-05-021-73/+41
* srtpenc: Remove ssrc parsing from streamOlivier Crête2014-05-021-12/+10
* srtpenc: Remove SSRC from signal, it's meaninglessOlivier Crête2014-05-021-3/+2
* srtpenc: Set the SRTP key as a shared key for all SSRCsOlivier Crête2014-05-022-34/+15
* hlsdemux: Update for URI downloader API changesSebastian Dröge2014-05-021-4/+4
* mssdemux: Update for URI downloader API changesSebastian Dröge2014-05-021-3/+4
* dashdemux: Update for URI downloader API changesSebastian Dröge2014-05-021-4/+7
* gl: use the bufferpool's upload when availableMatthew Waters2014-05-021-14/+2
* srtpdec: Only clear streams if they have been createdOlivier Crête2014-05-011-2/+2
* srtpdec: Use object debugOlivier Crête2014-05-011-1/+1
* hlsdemux: Always succeed the LATENCY eventSebastian Dröge2014-05-011-0/+7
* hlsdemux: Reset the last flow return before restarting the internal sourceSebastian Dröge2014-05-011-0/+3
* hlsdemux: Only set PTS on the first buffer of a fragment instead of setting t...Sebastian Dröge2014-05-011-8/+10
* hlsdemux: Always flush the internal proxy pads before downloadingThiago Santos2014-05-012-14/+39
* glcolorscale: fix operation with dual GL, GLES2 libgstglMatthew Waters2014-05-011-13/+17
* kate: avoid read buffer overflow in crafted streamVincent Penquerc'h2014-04-301-2/+8
* glcolorscale: use a shader on GLESv2Julien Isorce2014-04-302-2/+76
* glimagesink: use new helper function to avoid duplicating default shader textJulien Isorce2014-04-301-45/+4
* gleffects: use new helper functions to avoid duplicating the same vertex shad...Julien Isorce2014-04-305-82/+24
* hlsdemux: Only unref pending buffer if there is oneSebastian Dröge2014-04-301-1/+2
* hlsdemux: Do not push last buffer after errorThiago Santos2014-04-291-17/+22
* hlsdemux: flush the adapter in the end of a fragmentThiago Santos2014-04-291-1/+6
* hlsdemux: handle more error casesThiago Santos2014-04-291-19/+31
* hlsdemux: handle errors from internal sourceThiago Santos2014-04-292-8/+65
* hlsdemux: Improve pad switching conditionsThiago Santos2014-04-292-21/+13
* hlsdemux: properly flush decryption status on seeksThiago Santos2014-04-291-1/+14
* hlsdemux: Track fragments durationThiago Santos2014-04-292-2/+7
* hlsdemux: properly stop tasks by stopping fragment downloadThiago Santos2014-04-291-1/+4
* hlsdemux: decrypt before typefindingThiago Santos2014-04-291-27/+27
* hlsdemux: fix decryption function returnThiago Santos2014-04-291-2/+6
* hlsdemux: keep connection alive between downloadsThiago Santos2014-04-291-4/+34
* hlsdemux: create sources from uriThiago Santos2014-04-291-9/+49
* hlsdemux: do not try to run typefind again if caps is the sameThiago Santos2014-04-291-1/+1
* hlsdemux: enable download bitrate measureThiago Santos2014-04-292-24/+28
* hlsdemux: re-enable decryption after uridownloader removalThiago Santos2014-04-292-104/+208
* hlsdemux: replace uridownloader with a GstElementThiago Santos2014-04-292-153/+204
* sndfile: send a toc for the segments in the audio fileStefan Sauer2014-04-291-1/+75
* gl: use gst_gl_platform_from_string because we support gl shareList on all pl...Julien Isorce2014-04-281-3/+1
* hlsdemux: Set Referer in requests to the playlist URISebastian Dröge2014-04-282-5/+19
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-272-4/+0
* curl*sink: report errors from curl when setting optionsSebastian Rasmussen2014-04-266-88/+325
* curl*sink: post error on bus in element, not transfer threadSebastian Rasmussen2014-04-267-53/+49
* curlhttpsink: allow for unconditionally disabling proxyingSebastian Rasmussen2014-04-261-1/+1
* curl*sink: fix typosSebastian Rasmussen2014-04-262-7/+7
* curl*sink: fix some gst-indent problemsSebastian Rasmussen2014-04-269-39/+39
* gl: fails glimagesink when shader compilation went wrongJulien Isorce2014-04-241-1/+8
* gl: call glClearColor before glClearJulien Isorce2014-04-241-0/+3
* glimagesink: Use the pixel-aspect-ratio adjusted width/height when centering ...Sebastian Dröge2014-04-231-2/+2