summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ofa: port to 1.0Tim-Philipp Müller2013-05-125-118/+92
* musicbrainz: remove trm element which is not useful any moreTim-Philipp Müller2013-05-128-515/+1
* neonhttpsrc: add support for SCHEDULING queryTim-Philipp Müller2013-05-121-0/+14
* neonhttpsrc: add iradio-mode property and post icy metadata as tagsTim-Philipp Müller2013-05-122-60/+47
* neonhttpsrc: port to 1.0Tim-Philipp Müller2013-05-123-97/+67
* intervideosrc: Fix timestamp generationDavid Schleef2013-05-111-5/+5
* rfbsrc: post error messages on errorsTim-Philipp Müller2013-05-113-16/+93
* videofilters: Add videodiff elementDavid Schleef2013-05-104-0/+356
* y4mdec: set timestamps when restriding bufferDavid Schleef2013-05-101-0/+1
* videomark/detect: rename to simplevideomark[detect]David Schleef2013-05-106-190/+210
* videomark/detect: port to 1.0David Schleef2013-05-106-605/+563
* rfbsrc: fix rfbdecoder new/free asymetry and wrong free in error caseTim-Philipp Müller2013-05-112-2/+2
* rfbsrc: make authentication handshake safe for multiple instancesTim-Philipp Müller2013-05-113-32/+39
* rfbsrc: remove GPL-licensed source fileTim-Philipp Müller2013-05-104-219/+26
* rfbsrc: use glib gio sockets for network accessAleix Conchillo Flaque2013-05-104-90/+148
* rfbsrc: port to 1.0Aleix Conchillo Flaque2013-05-104-60/+146
* egl: Add destroy notify instead of always calling eglTerminate() on the displaySebastian Dröge2013-05-103-5/+7
* egl: Allow being used in C++ codeJosep Torra2013-05-101-0/+3
* dashdemux: rename src template from src%d to src_%uTim-Philipp Müller2013-05-081-1/+1
* dash: remove superfluous filesThiago Santos2013-05-082-485/+0
* dash: do not use deprecated glib mutex APIThiago Santos2013-05-083-12/+5
* dashdemux: fixing compiler warnings about print formatsThiago Santos2013-05-082-4/+8
* dash: enable in configure/makefilesThiago Santos2013-05-082-0/+19
* dashdemux: port to 1.0Thiago Santos2013-05-086-110/+112
* dashdemux: Fix another wrong assertionThiago Santos2013-05-081-1/+5
* dashdemux: remove wrong assertsThiago Santos2013-05-081-2/+0
* dashdemux: only start timestamp from 0 for live streamWim Taymans2013-05-081-6/+8
* dashdemux: make timestamps start from 0Wim Taymans2013-05-082-5/+16
* dashdemux: also send newsegment on startupWim Taymans2013-05-081-0/+1
* dashdemux: small cleanupWim Taymans2013-05-081-6/+13
* dashdemux: live stream playback crashfixThiago Santos2013-05-081-0/+6
* dash: mpdparser: do not cleanup xml lib too earlyThiago Santos2013-05-081-4/+0
* dashdemux: reimplementing live streams manifest updatesThiago Santos2013-05-083-61/+255
* dash: mpdparser: allow periods without start time for live streamsThiago Santos2013-05-081-0/+2
* dash: mpdparser: use guint64 for timestampsThiago Santos2013-05-082-19/+54
* dashdemux: mpd parsing: fix query parameter parsingThiago Santos2013-05-081-4/+9
* dashdemux: plug some leaksThiago Santos2013-05-083-5/+25
* dashdemux: remove unused mutexesThiago Santos2013-05-082-4/+0
* dashdemux: properly reset stream status after a flushThiago Santos2013-05-081-0/+5
* dashdemux: keep a list of streams periodsAndre Moreira Magalhaes (andrunko)2013-05-082-45/+133
* dashdemux: Properly parse base uri from mpd.Andre Moreira Magalhaes (andrunko)2013-05-082-19/+40
* dashdemux: Remove unused members.Andre Moreira Magalhaes (andrunko)2013-05-082-12/+0
* dashdemux: Only send newsegment on seek.Andre Moreira Magalhaes (andrunko)2013-05-082-5/+4
* dashdemux: send segments that overwrite previous onesThiago Santos2013-05-081-2/+2
* dashdemux: switch bitrates without switching padsAndre Moreira Magalhaes (andrunko)2013-05-081-118/+16
* dashdemux: Remove unusued method.Andre Moreira Magalhaes (andrunko)2013-05-081-9/+0
* dashdemux: Set stream need_header after seek and has_data_queued to FALSE whe...Andre Moreira Magalhaes (andrunko)2013-05-081-2/+11
* dashdemux: do not pause/start the stream loop on playing/paused changesThiago Santos2013-05-081-11/+0
* dashdemux: remove property that isn't used anymoreThiago Santos2013-05-081-8/+0
* dashdemux: add a downloadrate utilityThiago Santos2013-05-085-9/+185