summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2014-09-21glupload: provide the output buffer that is rendered intoMatthew Waters3-5/+12
2014-09-19gl: Removed unreachable break, unused variableSanjay NM2-4/+2
2014-09-18hlsdemux: lock client mutex before entering the retry_failover blockPhilippe Normand1-0/+3
2014-09-18mssdemux: synchronize with the download loop thread to signal it to continueGeorge Kiagiadakis2-31/+66
2014-09-18hlsdemux: synchronize with the download loop thread to signal it to continueGeorge Kiagiadakis2-12/+60
2014-09-18dashdemux: synchronize with the download loop thread to signal it to continueGeorge Kiagiadakis2-37/+88
2014-09-18mssdemux: fix clearing of eos state in padsThiago Santos1-1/+26
2014-09-18hlsdemux: fix clearing of eos state in padsThiago Santos1-0/+28
2014-09-18dashdemux: fix clearing of eos state in padsThiago Santos1-1/+26
2014-09-18faad: logical disjunction consecutive return, break unnecessaryAnuj Jaiswal1-1/+0
2014-09-17waylandsink: do not leak buffer pool in error caseOgnyan Tonchev1-0/+1
2014-09-16gltestsrc: do not leak pool in error casesOgnyan Tonchev1-16/+16
2014-09-16openni2src: do not leak poolOgnyan Tonchev1-0/+2
2014-09-16glmixer: do not leak pool in error casesOgnyan Tonchev1-16/+16
2014-09-16webpdec: Remove unused variableSebastian Dröge1-1/+0
2014-09-16webpdec: modify wrong packetized mode logicVineeth T M1-1/+1
2014-09-15hlsdemux: Also refetch the playlist after the first fragment failureSebastian Dröge1-0/+7
2014-09-15dash: Actually retry 3 times as advertised instead of 2Sebastian Dröge1-1/+1
2014-09-15hls: Actually retry 3 times as advertised instead of 2Sebastian Dröge1-2/+2
2014-09-11mssdemux: improve position detection when a download restartMatthieu Bouron1-3/+25
2014-09-11dashdemux: improve position detection when a download restartMatthieu Bouron1-3/+28
2014-09-10Fix up one-element lists in template capsTim-Philipp Müller2-2/+2
2014-09-05facedetect: Add new property min-stddevNicola Murino2-6/+37
2014-09-05gltransformation: fix issues and expose mvp matrixLubosz Sarnecki2-16/+35
2014-09-04mssdemux: Don't send flush events to deactivated padsSebastian Dröge1-4/+4
2014-09-04dashdemux: Don't send flush events to deactivated padsSebastian Dröge1-4/+4
2014-09-04hlsdemux: Don't send flush events to deactivated padsSebastian Dröge1-4/+4
2014-09-04hlsdemux: Properly assign offsets to the files if we accumulate them instead ...Sebastian Dröge1-0/+1
2014-08-29assrender: remove code that can't be reachedTim-Philipp Müller1-7/+2
2014-08-28glimagesink: Add missing break to switchSebastian Dröge1-0/+1
2014-08-28hlsdemux: Support OpenSSL for AES decryption of HLS fragmentsThomas Bluemel3-4/+45
2014-08-25sndfile: don't decode formats that are better handled by other elementsTim-Philipp Müller1-19/+12
2014-08-21srtpdec: Add support for RTP/RTCP mixing if data arrives on RTCP padYouness Alaoui1-10/+8
2014-08-21dashdemux: fix abort in error code path with newer glibTim-Philipp Müller1-0/+1
2014-08-21glimagesink: expose contextLubosz Sarnecki1-3/+14
2014-08-19dashdemux: unref pad reference when removing internal source in errorThiago Santos1-0/+2
2014-08-19dashdemux: read language from ContentComponent node as a fallbackThiago Santos1-1/+8
2014-08-19dashdemux: push language code tagMatthieu Bouron3-2/+27
2014-08-19glmixer: unref the GstGLUpload in the pad if freed while runningMatthew Waters1-0/+14
2014-08-19glvideomixer: avoid gl resource race condition between different threadWang Xin-yu (王昕宇)1-1/+36
2014-08-19glvideomixer: don't clobber unnecessary GstVideoInfo fieldsMatthew Waters1-2/+2
2014-08-19glvideomixer: get the attribute from the correct shaderMatthew Waters1-3/+2
2014-08-19glimagesink: unref the window on navigation eventMatthew Waters1-0/+1
2014-08-13hlsdemux: Do not switch playlist on trick modesThibault Saunier1-1/+5
2014-08-13hlsdemux: No need to have a I-Frame list to do trick modesThibault Saunier1-9/+2
2014-08-13facedetect: Use NULL to disable eyes/nose/mouthValentin PONS1-0/+2
2014-08-11assrender: save a few ref/unref pairsThiago Santos1-23/+21
2014-08-11assrender: remove obsolete fixmeThiago Santos1-4/+0
2014-08-11assrender: improve negotiationThiago Santos1-3/+58
2014-08-11assrender: always intersect with the filter capsThiago Santos1-27/+14