summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mssdemux: reenable segment tracking for streamsThiago Santos2014-05-122-51/+7
* mssdemux: deprecate unused max-queue-size-buffersThiago Santos2014-05-121-1/+2
* mssdemux: measure bitrate similarly to hlsdemuxThiago Santos2014-05-125-210/+19
* mssdemux: remove uridownloader in favor of internal sourceThiago Santos2014-05-122-83/+365
* dashdemux: initialize the mutex and cond for fragment downloadThiago Santos2014-05-121-0/+2
* gl/upload: set out_tex after reset, not beforeJulien Isorce2014-05-121-20/+15
* gl/upload: update the video info on mapping a video frameMatthew Waters2014-05-121-1/+1
* gl/convert: clobber alpha channel when neededMatthew Waters2014-05-121-3/+11
* gl/upload: avoid performing color conversion when there is no needMatthew Waters2014-05-121-0/+10
* dvbsrc: Don't free string we're still usingSebastian Dröge2014-05-121-1/+1
* dashdemux: remove unused stream uridownloaderThiago Santos2014-05-112-8/+0
* assrender: Do not try to add a feature to a caps features ANYSebastian Dröge2014-05-111-1/+3
* dvbsuboverlay: Do not try to add a feature to a caps features ANYSebastian Dröge2014-05-111-1/+3
* gl/colorconvert: choose the right alpha component for AYUV -> RGBAMatthew Waters2014-05-111-1/+1
* gl/upload: update the respective state when we cache textures/dataMatthew Waters2014-05-111-2/+17
* dvbsrc: drop C++ style commentsReynaldo H. Verdejo Pinochet2014-05-101-6/+5
* dvbsrc: fix up error reportingReynaldo H. Verdejo Pinochet2014-05-101-6/+10
* gl/upload: cache the textures that we are usingMatthew Waters2014-05-101-30/+17
* gl/upload: avoid recreating the GLMemory struct for output texturesMatthew Waters2014-05-101-13/+15
* rtmpsrc: error out if we get EOS immediately without any dataTim-Philipp Müller2014-05-101-2/+8
* tsdemux: remove confusing debug log lineTim-Philipp Müller2014-05-101-1/+0
* autoconvert: factories don't need the lockOlivier Crête2014-05-092-33/+26
* Revert "autoconvert: Handle caps query on internal srcpad"Olivier Crête2014-05-091-10/+0
* autoconvert: No need to check anything when linking internal padsOlivier Crête2014-05-091-2/+4
* autoconvert: Don't ignore elements accepted ANY, it is validOlivier Crête2014-05-091-10/+11
* autoconvert: Remove broken usage of the iteratorOlivier Crête2014-05-091-35/+11
* autoconvert: Process upstream getcapsOlivier Crête2014-05-091-2/+3
* autoconvert: Return the GList of factories, to a pointer to it.Olivier Crête2014-05-091-1/+1
* autoconvert: subelement can only be change with stream lock heldOlivier Crête2014-05-092-24/+12
* autoconvert: Keep a ref to the pads tooOlivier Crête2014-05-091-16/+16
* autoconvert: Remove uneeded if()Olivier Crête2014-05-091-4/+2
* autoconvert: Always push reconfigure upstream tooOlivier Crête2014-05-091-1/+4
* autoconvert: Remove unused internal parameterOlivier Crête2014-05-091-7/+6
* gl: Fix some of the error handlingNicolas Dufresne2014-05-092-8/+10
* glupload: Update GstVideoInfo after the buffer is mappedNicolas Dufresne2014-05-091-0/+3
* gl: Fix memory leakSebastian Dröge2014-05-091-1/+3
* hls: Remove invalid freeSebastian Dröge2014-05-091-4/+3
* mpegts: Fix leakEdward Hervey2014-05-091-0/+1
* gl/colorconvert: preserve alpha in AYUV <-> RGBA conversionsMatthew Waters2014-05-091-10/+27
* gl/colorconvert: implement lazy initMatthew Waters2014-05-094-96/+103
* gl/upload: set initted to TRUE when _init_upload succeededJulien Isorce2014-05-091-0/+2
* gldisplay: Use GST_STR_NULL() for printing possibly NULL strings and print al...Sebastian Dröge2014-05-081-3/+5
* gleffects: use gl_vtableJulien Isorce2014-05-081-11/+13
* gl/upload: fix compilation on OS XMatthew Waters2014-05-081-5/+5
* gl/upload: fail propoerly if init failsMatthew Waters2014-05-081-7/+9
* gl: make all GObjects inherit from GstObjectMatthew Waters2014-05-0813-20/+21
* gl/upload: implement lazy initMatthew Waters2014-05-089-114/+52
* gl/upload: add get_format methodMatthew Waters2014-05-083-0/+22
* gl/filter: attempt to passthrough the pool if the caps are the sameMatthew Waters2014-05-081-9/+17
* gl/filter: always initialize the upload objectMatthew Waters2014-05-081-2/+2