summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2013-05-15kateparse: Fix event handlingSebastian Dröge1-2/+3
2013-05-15hls: Use GstURIDownloader from the library for now to keep everything in a us...Sebastian Dröge4-426/+2
2013-05-14ladspa: Fix compilation issue when lrdf is enabledNicolas Dufresne1-8/+10
2013-05-13openal: improved port to 1.0Juan Manuel Borges Caño5-791/+1181
2013-05-12dirac: remove old dirac-research library based codecTim-Philipp Müller6-1784/+0
2013-05-12ofa: port to 1.0Tim-Philipp Müller3-72/+71
2013-05-12musicbrainz: remove trm element which is not useful any moreTim-Philipp Müller4-488/+0
2013-05-12neonhttpsrc: add support for SCHEDULING queryTim-Philipp Müller1-0/+14
2013-05-12neonhttpsrc: add iradio-mode property and post icy metadata as tagsTim-Philipp Müller2-60/+47
2013-05-12neonhttpsrc: port to 1.0Tim-Philipp Müller2-96/+66
2013-05-10egl: Add destroy notify instead of always calling eglTerminate() on the displaySebastian Dröge1-1/+1
2013-05-08dashdemux: rename src template from src%d to src_%uTim-Philipp Müller1-1/+1
2013-05-08dash: remove superfluous filesThiago Santos2-485/+0
2013-05-08dash: do not use deprecated glib mutex APIThiago Santos3-12/+5
2013-05-08dashdemux: fixing compiler warnings about print formatsThiago Santos2-4/+8
2013-05-08dash: enable in configure/makefilesThiago Santos1-0/+7
2013-05-08dashdemux: port to 1.0Thiago Santos6-110/+112
2013-05-08dashdemux: Fix another wrong assertionThiago Santos1-1/+5
2013-05-08dashdemux: remove wrong assertsThiago Santos1-2/+0
2013-05-08dashdemux: only start timestamp from 0 for live streamWim Taymans1-6/+8
2013-05-08dashdemux: make timestamps start from 0Wim Taymans2-5/+16
2013-05-08dashdemux: also send newsegment on startupWim Taymans1-0/+1
2013-05-08dashdemux: small cleanupWim Taymans1-6/+13
2013-05-08dashdemux: live stream playback crashfixThiago Santos1-0/+6
2013-05-08dash: mpdparser: do not cleanup xml lib too earlyThiago Santos1-4/+0
2013-05-08dashdemux: reimplementing live streams manifest updatesThiago Santos3-61/+255
2013-05-08dash: mpdparser: allow periods without start time for live streamsThiago Santos1-0/+2
2013-05-08dash: mpdparser: use guint64 for timestampsThiago Santos2-19/+54
2013-05-08dashdemux: mpd parsing: fix query parameter parsingThiago Santos1-4/+9
2013-05-08dashdemux: plug some leaksThiago Santos3-5/+25
2013-05-08dashdemux: remove unused mutexesThiago Santos2-4/+0
2013-05-08dashdemux: properly reset stream status after a flushThiago Santos1-0/+5
2013-05-08dashdemux: keep a list of streams periodsAndre Moreira Magalhaes (andrunko)2-45/+133
2013-05-08dashdemux: Properly parse base uri from mpd.Andre Moreira Magalhaes (andrunko)2-19/+40
2013-05-08dashdemux: Remove unused members.Andre Moreira Magalhaes (andrunko)2-12/+0
2013-05-08dashdemux: Only send newsegment on seek.Andre Moreira Magalhaes (andrunko)2-5/+4
2013-05-08dashdemux: send segments that overwrite previous onesThiago Santos1-2/+2
2013-05-08dashdemux: switch bitrates without switching padsAndre Moreira Magalhaes (andrunko)1-118/+16
2013-05-08dashdemux: Remove unusued method.Andre Moreira Magalhaes (andrunko)1-9/+0
2013-05-08dashdemux: Set stream need_header after seek and has_data_queued to FALSE whe...Andre Moreira Magalhaes (andrunko)1-2/+11
2013-05-08dashdemux: do not pause/start the stream loop on playing/paused changesThiago Santos1-11/+0
2013-05-08dashdemux: remove property that isn't used anymoreThiago Santos1-8/+0
2013-05-08dashdemux: add a downloadrate utilityThiago Santos5-9/+185
2013-05-08dashdemux: sprinkling some more logThiago Santos1-1/+16
2013-05-08dashdemux: change bitrates based on the stream bitrateThiago Santos2-17/+28
2013-05-08dashdemux: refactor to use the uridownloader lib instead of internal copyThiago Santos9-747/+8
2013-05-08dashdemux: Make sure switch_pads won't leak any pad.Andre Moreira Magalhaes (andrunko)1-13/+15
2013-05-08dashdemux: Properly stop download and stream tasks where appropriate.Andre Moreira Magalhaes (andrunko)3-102/+140
2013-05-08dashdemux: avoid an assertion when stopping the pipelineThiago Santos1-0/+4
2013-05-08dashdemux: download the next fragment with smaller timestampThiago Santos4-55/+129