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