summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* dashdemux: implement queue full check functionThiago Santos2013-07-091-4/+3
* dashdemux: minor refactorThiago Santos2013-07-091-137/+165
* dashdemux: handle live playback resyncThiago Santos2013-07-084-4/+162
* dashdemux: fix template based segment generationThiago Santos2013-07-082-75/+121
* dashdemux: use more appropriate data structures for parsingThiago Santos2013-07-083-33/+64
* dashdemux: answer to latency queriesThiago Santos2013-07-081-0/+16
* dashdemux: prevent assertion when duration is unknownThiago Santos2013-07-031-1/+2
* dashdemux: Fix event leak when parsing manifest failsThiago Santos2013-07-031-19/+29
* dashdemux: various cleanupsThiago Santos2013-07-033-30/+10
* dashdemux: Change first fragment selection for live streamsAlex Ashley2013-07-033-7/+136
* dashdemux: only generate index segment uri if there is a templateThiago Santos2013-07-031-3/+4
* dashdemux: Implement inheritance for certain MPD elementsGreg Rutz2013-07-031-51/+273
* dashdemux: Properly detect presence of xml attributesGreg Rutz2013-07-031-371/+426
* dashdemux: change debug message from warning to infoThiago Santos2013-07-031-1/+1
* dashdemux: protect from access to empty list dataThiago Santos2013-07-031-1/+1
* dashdemux: protect against failed header downloadsThiago Santos2013-07-031-3/+5
* dashdemux: Handle case without an initialization segmentOlivier Crête2013-07-022-14/+20
* dash: save 1 or 2 string copies when getting fragment urisThiago Santos2013-07-011-4/+10
* dashdemux: each fragment can have its own indexThiago Santos2013-07-013-41/+130
* dashdemux: handle top-level index urlsThiago Santos2013-07-013-26/+99
* dashdemux: Fix critical error output when Initialization has no URLArthur Shipkowski2013-07-011-7/+13
* dashdemux: prevent crash by checking if the segment node is presentThiago Santos2013-07-011-1/+1
* dash: use same debug category for dashdemux and the mpd parserThiago Santos2013-07-014-2/+20
* dashdemux: add support for range based segmentsThiago Santos2013-07-013-43/+43
* srtp: Don't require a key if both auth and cipher are nullOlivier Crête2013-06-282-27/+72
* srtp: Move the enums to the common headerOlivier Crête2013-06-285-26/+22
* srtp: Remove unused codeOlivier Crête2013-06-281-2/+0
* dashdemux: Cleanup memory allocation/deallocationGreg Rutz2013-06-251-127/+144
* daaladec: Add decoder elementSebastian Dröge2013-06-233-0/+754
* daalaenc: Add encoder elementSebastian Dröge2013-06-233-0/+822
* daala: Initial version of a Daala pluginSebastian Dröge2013-06-237-0/+64
* srtp: Fix distEdward Hervey2013-06-231-3/+3
* wayland: Add support for RGBx and RGBA formatsBenjamin Gaignard2013-06-183-10/+77
* opencv: fix CFLAGS order and add plugins base libs includes to CXXFLAGSTim-Philipp Müller2013-06-181-3/+3
* opencv: fixes build by moving the c++ header to gstsegmentation.cppAlban Browaeys2013-06-182-1/+1
* curlsmtpsink: removed an incorrect assertPatricia Muscalu2013-06-111-1/+0
* opencv: add foreground/background segmentation elementMiguel Casas-Sanchez2013-06-114-0/+983
* dashdemux: Make gst-indent happyOlivier Crête2013-06-101-1/+1
* eglglessink: Remove workaround for a bug in the RPi EGL implementationSebastian Dröge2013-06-081-9/+0
* dashdemux: Fix issue with get returning a value for max-buffering-timeArthur Shipkowski2013-06-071-2/+1
* dash: Add to Makefile.am for make distSebastian Dröge2013-06-051-0/+1
* ladspa: fix typos in launch examplesStefan Sauer2013-05-281-10/+7
* ladspa: use the registry cache for plugin detailsStefan Sauer2013-05-2810-180/+212
* opencv: Add colour image enhancement element based on Retinex algorithmMiguel Casas-Sanchez2013-05-274-0/+489
* curlsmtpsink: terminate transfer thread properlyPatricia Muscalu2013-05-244-36/+118
* opencv: Add skin color detection elementMiguel Casas-Sanchez2013-05-234-0/+510
* flitetestsrc: audio format is "S16" not "s16"David Schleef2013-05-181-1/+1
* dashdemux: send stream start eventThiago Santos2013-05-171-0/+8
* mssdemux: fix wma pro caps creationThiago Santos2013-05-171-2/+6
* mssdemux: fix assertions when a stream caps can't be createdThiago Santos2013-05-171-3/+2