summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-07eglglessink: split upload and rendering into separate functionseglglessink_backportJosep Torra1-17/+65
2013-03-07eglglessink: don't replace caps in received buffersJosep Torra1-3/+1
2013-03-07eglglessink: make code closer to actual masterJosep Torra1-53/+33
2013-03-07eglglessink: Fix compiler warning on RPiSebastian Dröge1-9/+6
2013-03-06eglglessink: Make last_flow handling more threadsafeSebastian Dröge1-13/+23
2013-03-06eglglessink: Some refactoring as preparation for platform specific renderingSebastian Dröge2-200/+172
2013-03-05h264parse: separate fields for distinct functional uses of codec_data fieldMark Nauwelaerts2-3/+8
2013-03-05h264parse: use upstream width/height when givenWim Taymans1-3/+15
2013-03-05h264parse: don't rewind to the NAL length size in bytewriter if the format is...Thibault Saunier1-8/+16
2013-03-05videoparsers: use parsed or upstream fps to set some baseparse parametersMark Nauwelaerts3-22/+48
2013-03-05videoparsers: preserve upstream fps and parMark Nauwelaerts2-10/+21
2013-03-04eglglessink: gst_video_sink_center_rect() takes the structs itself instead of...Sebastian Dröge1-1/+1
2013-03-04eglglessink: Fix aspect-ratio issues caused by scaling on RPiSebastian Dröge1-4/+15
2013-03-04eglglessink: Close the dispman display on RPi after usageSebastian Dröge1-1/+4
2013-03-04eglglessink: For RPi, initialize bcm_host in plugin_init()Sebastian Dröge1-5/+5
2013-03-04eglglessink: Also check for all the required libraries and headers for RPiSebastian Dröge1-6/+27
2013-03-04eglglessink: Add bcm/Raspberry Pi support.Julian Scheel3-2/+111
2013-01-31opusenc: fix crash when setting "cbr" property when encoder is not running yetTim-Philipp Müller1-1/+2
2013-01-16codecparsers: h264: zero-initialize SPS VUI parametersMark Nauwelaerts1-0/+1
2013-01-09eglglessink: Downgrade a GST_ERROR to a GST_DEBUGSebastian Dröge1-2/+2
2013-01-09eglglessink: Return the last_flow immediately if it wasn't GST_FLOW_OKSebastian Dröge1-1/+6
2013-01-09eglglessink: Improve EGL/GL error handling a bitSebastian Dröge1-12/+16
2013-01-09eglglessink: Bind the OpenGL ES API in the render thread tooSebastian Dröge1-0/+2
2013-01-09eglglessink: Add configure parameter to chose the EGL window systemSebastian Dröge3-35/+82
2013-01-09eglglessink: Add support for Mali fbdev EGL driverSebastian Dröge2-1/+32
2013-01-09eglglessink: Fix width/height swap in last commitSebastian Dröge1-1/+1
2013-01-09eglglessink: Fix handling of GstVideoOverlay::set_render_rect() and crop meta...Sebastian Dröge2-52/+63
2013-01-09eglglessink: Add a cast from EGLNativeWindowType to Window to fix a compiler ...Sebastian Dröge1-1/+1
2013-01-09eglglessink: Fix crash when closing internal X11 windowSebastian Dröge4-14/+32
2013-01-09eglglessink: Add proper check for X11Sebastian Dröge2-26/+10
2013-01-09rsvg: add needed includeMark Nauwelaerts1-0/+1
2012-12-11winscreencap: Fix configure check and compilationSebastian Dröge2-32/+39
2012-12-11winscreencap: Integrate into autotools build systemDmitry Ketov2-6/+39
2012-12-11winscreencap: Fix compiling with mingwRaimo Järvi2-24/+26
2012-12-11winscreencap: Integrate into autotools build systemRaimo Järvi1-1/+7
2012-12-10androidmedia: Update video base classes from upstream 0.10 GITSebastian Dröge3-4/+31
2012-12-06mxfdemux: Don't allow any wrapping other than frame wrappingSebastian Dröge1-0/+27
2012-12-06mxfdemux: Add function to get the essence track wrappingSebastian Dröge9-0/+281
2012-12-06mxf: Add support for parsing filler structural componentsSebastian Dröge4-0/+37
2012-12-06mxf: Improve debug output during metadata resolvalSebastian Dröge1-23/+86
2012-12-01Added Graph Builder and Capture Builder to correctly create upstream needed f...Fabricio Costa Alisedo2-11/+108
2012-12-01dshowsrcwrapper: Add support for UYVYAndoni Morales Alastruey3-0/+9
2012-11-30mxf: Add more support for RP2008 (AVC in the MPEG mapping)Sebastian Dröge1-4/+12
2012-11-30wasapi: Make it possible to build a static pluginSebastian Dröge1-0/+2
2012-11-30wasapi: make the build happy without the static plugins patchSebastian Dröge1-2/+0
2012-11-30wasapi: Integrate into the autotools build systemSebastian Dröge3-6/+75
2012-11-30GstPhotography: Add new enum values to match android's parametersYouness Alaoui1-3/+20
2012-11-30codecparsers: vc1: fix PTYPE for interlaced frames.Gwenole Beauchesne1-0/+8
2012-11-22dshow: Fix for the SDK build systemSebastian Dröge5-13/+10
2012-11-21Don't include strmbase.lib twiceSebastian Dröge1-1/+1