summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl*sink: fix some gst-indent problemsSebastian Rasmussen2014-04-269-39/+39
* gl: check the correct GstGLMemory in basic_testLuis de Bethencourt2014-04-251-1/+1
* mpegtsmux: Only require alignment and stream-format for h264, parsed is implicitSebastian Dröge2014-04-251-1/+1
* uridownloader: Set source state to NULL if downloading failed for whatever re...Sebastian Dröge2014-04-251-1/+4
* gl/x11: Removed unused variableNicolas Dufresne2014-04-241-5/+0
* gl/x11: Get rid of unneeded second display connection and do everything from ...Sebastian Dröge2014-04-242-33/+18
* gl/x11: Block rendering until swapbuffers is called and don't go via X11 even...Sebastian Dröge2014-04-241-48/+41
* gl: fails glimagesink when shader compilation went wrongJulien Isorce2014-04-241-1/+8
* gl: call glClearColor before glClearJulien Isorce2014-04-241-0/+3
* pkgconfig: fix gstreamer-gl uninstalledJosep Torra2014-04-241-2/+2
* gl/rpi: do not scale to full screenJulien Isorce2014-04-241-1/+1
* gl/rpi: change dispmanx attributes of existing element instead of creating a ...Julien Isorce2014-04-241-7/+9
* gl/rpi: ensure the dispmanx element to be opaqueJulien Isorce2014-04-241-3/+5
* avfassetsrc: downgrade rank to SECONDARY in OS XAndoni Morales Alastruey2014-04-241-2/+5
* avfassetsrc: rename references to iOSAndoni Morales Alastruey2014-04-241-3/+3
* iosavassetsrc: rename element to avfassetsrcMatthieu Bouron2014-04-244-224/+224
* iosavassetsrc: Port to 1.0Matthieu Bouron2014-04-245-181/+285
* applemedia: add new source/decoder element for iOS assetsAndoni Morales Alastruey2014-04-244-2/+1181
* coremediabuffer: handle stride alignmentMatthieu Bouron2014-04-244-42/+219
* avfvideosrc: check if downstream supports the video meta APIMatthieu Bouron2014-04-241-0/+26
* gl/cocoa: pass a NSView to set_window_handle instead of a NSWindowJulien Isorce2014-04-241-12/+21
* gl/cocoa: only draw once the window has been resizedJulien Isorce2014-04-241-2/+3
* gl/cocoa: set the view to use for drawing by the contextJulien Isorce2014-04-241-0/+2
* gl: fix declaration-definition mismatch for _init_uploadJulien Isorce2014-04-231-1/+1
* gl/bufferpool: do not reset upload when set_config does not change the capsJulien Isorce2014-04-231-6/+10
* gl: use #ifdef instead of #if for __APPLE__Julien Isorce2014-04-231-2/+2
* glmemory: User g_slice_new0 to ensure fully initilized structureNicolas Dufresne2014-04-231-3/+3
* decklink: Fix support for HW without outputNicolas Dufresne2014-04-233-0/+18
* y4mdec: check for VIDEO meta instead of CROP metaNicolas Dufresne2014-04-231-3/+0
* glimagesink: Use the pixel-aspect-ratio adjusted width/height when centering ...Sebastian Dröge2014-04-231-2/+2
* glimagesink: By default keep the display aspect ratioSebastian Dröge2014-04-231-8/+8
* mpegpsdemux: Flush program end code bytesEdward Hervey2014-04-231-0/+3
* gltestsrc: Unref context when creation failed and guard against that in fill()Sebastian Dröge2014-04-231-1/+3
* glimagesink: Call gst_object_unref() on the GstGL GObjects againSebastian Dröge2014-04-231-4/+4
* glimagesink: If creating a context or upload failed, destroy itSebastian Dröge2014-04-231-2/+8
* mpegtspacketizer: Remove dead code and simplify if statementSebastian Dröge2014-04-221-4/+1
* mxf: fix MP2 caseVincent Penquerc'h2014-04-211-1/+1
* vc1parse: guard against dividing by zeroVincent Penquerc'h2014-04-211-3/+64
* mxfmux: guard against dividing by 0Vincent Penquerc'h2014-04-211-23/+27
* gl: a couple spelling/grammar fixesVincent Penquerc'h2014-04-211-2/+2
* gl: guard against using a NULL window pointerVincent Penquerc'h2014-04-211-1/+3
* gl: prevent division by 0 on unsupported texture typeVincent Penquerc'h2014-04-211-1/+5
* glcolorconvert: Fix bt709 conversion matrices.Jan Schmidt2014-04-211-4/+5
* dvbbasebin: fix test for proper use count balancingVincent Penquerc'h2014-04-211-16/+35
* mxfdemux: guard against NULL non source componentsVincent Penquerc'h2014-04-211-0/+9
* rawparse: catch errors in caps manipulationVincent Penquerc'h2014-04-211-1/+10
* vtenc: fix complier error using fixed lenght arraysAndoni Morales Alastruey2014-04-181-4/+4
* ivfparse: detect and propagate resolution changes.Gwenole Beauchesne2014-04-182-15/+72
* ivfparse: avoid possible division-by-zero when calculating PTS.Gwenole Beauchesne2014-04-182-25/+17
* ivfparse: enable build.Halley Zhao2014-04-181-1/+1