summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* soundtouch: Allow compilation against float and integer version of the librarySebastian Dröge2013-09-023-42/+47
* dashdemux: Fix warnings when building in OS X Snow LeopardJosep Torra2013-08-301-2/+2
* dashdemux: Fix warnings when building in OS X Snow LeopardJosep Torra2013-08-302-2/+2
* dfbvideosink: make "layer-mode" property an enumTim-Philipp Müller2013-08-291-22/+31
* dfbvideosink: don't use deprecated GLib thread APITim-Philipp Müller2013-08-291-3/+2
* dfbvideosink: port to 1.0Kazunori Kobayashi2013-08-292-600/+662
* webpdec: Some cleanup and minor fixesSebastian Dröge2013-08-261-5/+21
* webp: Add WebP image decoder pluginSreerenj Balachandran2013-08-265-2/+608
* facedetect: new property to control bus messages updatesNicola Murino2013-08-232-47/+141
* opencv: Fix indentionSebastian Dröge2013-08-232-11/+11
* opencv: Port to non-deprecated GMutex/GCond APISebastian Dröge2013-08-232-33/+33
* opencv: Add disparity-map calculation elementMiguel Casas-Sanchez2013-08-234-0/+914
* srtpdec: fix buffers being dropped due to shadowed variableTim-Philipp Müller2013-08-161-2/+1
* dashdemux: offset segment numbers by startNumberChris Bass2013-08-161-1/+2
* dashdemux: remove incorrect timestamp scaling.Chris Bass2013-08-161-3/+0
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-157-97/+31
* mssdemux: use gst_data_queue_push_force for adding events to queueThiago Santos2013-08-131-1/+8
* dashdemux: use push_force when adding events to the dataqueueThiago Santos2013-08-131-1/+1
* srtp: Let packets through without touching them if no crypto or auth is setOlivier Crête2013-08-122-2/+14
* srtpdec: Refactor code a bitOlivier Crête2013-08-121-26/+31
* srtpdec: Don't error on invalid packet, just drop itOlivier Crête2013-08-121-4/+5
* hlsdemux: add support for redirectionsAndoni Morales Alastruey2013-08-121-1/+3
* dashdemux: properly error out when manifest has no streamsThiago Santos2013-07-301-6/+27
* 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