summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-01eglglessink: gst_video_sink_center_rect() takes the structs itself instead of...backport0.10Sebastian Dröge1-1/+1
2013-03-01eglglessink: Fix aspect-ratio issues caused by scaling on RPiSebastian Dröge1-4/+15
2013-03-01eglglessink: Close the dispman display on RPi after usageSebastian Dröge1-1/+4
2013-03-01eglglessink: For RPi, initialize bcm_host in plugin_init()Sebastian Dröge1-5/+5
2013-03-01eglglessink: Also check for all the required libraries and headers for RPiSebastian Dröge1-6/+27
2013-03-01eglglessink: Add bcm/Raspberry Pi support.Julian Scheel3-2/+111
2013-02-28shm: use O_CLOEXEC where appropriate in shmpipeBlake Tregre1-0/+8
2013-02-28shmsink: Error out if memory area is smaller than bufferOlivier Crête4-0/+23
2013-02-28shm: Make sure to not allocate blocks larger than the shared mem areaOlivier Crête1-7/+5
2013-02-28rawparse: fix caps leakVincent Penquerc'h1-0/+1
2013-01-29opusenc: fix crash when setting "cbr" property when encoder is not running yetTim-Philipp Müller1-1/+2
2013-01-24Automatic update of common submoduleThibault Saunier1-0/+0
2013-01-17shm: Initialize shm_area_buf to invalid valueOlivier Crête1-0/+1
2013-01-17shm: apply shm area permissions to shmpipe control socketRoland Elek1-0/+6
2013-01-16uvch264: Prevent temporary elements from going to playingOlivier Crête1-2/+13
2013-01-16uvch264: do not double-unref if transform_caps failsYouness Alaoui1-3/+11
2013-01-16uvch264: Add a fakesink to the transform_capsYouness Alaoui1-1/+15
2013-01-16uvch264: Define LIBUSB_CLASS_VIDEO if using an old version of libusbYouness Alaoui1-0/+3
2013-01-16uvch264: Add GstPropertyProbe support to uvch264_srcYouness Alaoui3-7/+190
2013-01-15codecparsers: 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öge3-54/+68
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-12/+27
2013-01-09eglglessink: Add proper check for X11Sebastian Dröge2-26/+10
2013-01-04shm: Actually get the permissions on get_propertyOlivier Crête1-9/+1
2012-12-26decklink: remove useless and uninitialized list causing a crash in the device...Youness Alaoui2-6/+0
2012-12-24rsvg: add needed includeMark Nauwelaerts2-0/+2
2012-12-23waylandsink: do not default to a fullscreen canvasJoe Konno1-3/+0
2012-12-13mpeg4videoparse: export number of sprite warping points in capsArnaud Vrac1-0/+4
2012-12-13mpeg4videoparse: handle divx capsArnaud Vrac1-7/+9
2012-12-11configure: Use AC_LANG_PROGRAM to make autoconf happySebastian Dröge1-8/+3
2012-12-11winscreencap: Fix configure check and compilationSebastian Dröge2-10/+17
2012-12-10suppress more warningsWim Taymans5-2/+6
2012-12-06mxfdemux: Don't allow any wrapping other than frame wrappingSebastian Dröge1-0/+27
2012-12-05mxfdemux: Add function to get the essence track wrappingSebastian Dröge9-0/+281
2012-12-05mxf: Add support for parsing filler structural componentsSebastian Dröge4-0/+37
2012-12-05mxf: Improve debug output during metadata resolvalSebastian Dröge1-23/+86
2012-11-30configure: fix wayland checkTim-Philipp Müller1-18/+1
2012-11-30waylandsink: Port to 1.0 protocolRob Bradford3-37/+71
2012-11-30mxf: Add more support for RP2008 (AVC in the MPEG mapping)Sebastian Dröge1-4/+12
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-20GstPhotography: Add new enum values to match android's parametersYouness Alaoui1-3/+20