summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* midi: Fix handling of the SEGMENT querySebastian Dröge2013-07-292-8/+36
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-2911-51/+66
* celt: remove, replaced by opus.David Schleef2013-07-287-1450/+0
* mpg123: Remove dead assignmentEdward Hervey2013-07-271-2/+0
* ladspa: initialize debug category earlierDavid Schleef2013-07-261-2/+2
* hlsdemux: Implement pkcs7 unpaddingSebastian Dröge2013-07-231-0/+7
* mssdemux: Add support for group-id in the stream-start eventSebastian Dröge2013-07-232-1/+28
* resindvd: Add support for group-id in the stream-start eventSebastian Dröge2013-07-232-1/+26
* hlsdemux: Add support for group-id in the stream-start eventSebastian Dröge2013-07-232-1/+27
* dash: Add support for group-id in the stream-start eventSebastian Dröge2013-07-232-5/+25
* hls: fix for assert failure when using encrypted HLS streamsAlex Ashley2013-07-223-336/+0
* resindvd: Send stream-start event before anything else on the mpeg demuxer sr...Sebastian Dröge2013-07-221-0/+10
* grabcut: Add GrabCut segmentation elementMiguel Casas-Sanchez2013-07-175-0/+566
* dashdemux: fix typo in check_queue_full functionThiago Santos2013-07-151-1/+1
* 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