summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* applemedia: suppress warnings for deprecated glib APIJosep Torra2013-03-101-0/+4
* mxfdemux: printf format fixes for debug messagesTim-Philipp Müller2013-03-101-4/+4
* hlsdemux: Use correct print format specifier to fix a compiler warningJosep Torra2013-03-101-2/+2
* configure: add missing AC_LANG_PROGRAM call to DirectShow testsBrian Pepple2013-03-101-2/+2
* configure: sprinkle some AC_LANG_PROGRAM in wasapi checkTim-Philipp Müller2013-03-101-3/+3
* configure.ac: update courtesy of autoupdateTim-Philipp Müller2013-03-101-27/+24
* configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSTim-Philipp Müller2013-03-101-1/+1
* eglglessink: reconfigure VBO on stream size changesJosep Torra2013-03-072-1/+8
* eglglessink: Make code more close to masterJosep Torra2013-03-071-26/+11
* eglglessink: There are only two GLSL programs, not threeSebastian Dröge2013-03-071-20/+15
* eglglessink: Always use an RGBA configurationSebastian Dröge2013-03-072-303/+128
* eglglessink: Split upload and rendering into separate functionsJosep Torra2013-03-071-17/+65
* eglglessink: Don't replace caps in received buffersJosep Torra2013-03-071-3/+1
* eglglessink: Fix compiler warning on RPiSebastian Dröge2013-03-071-9/+6
* eglglessink: Make last_flow handling more threadsafeSebastian Dröge2013-03-071-13/+23
* eglglessink: Some refactoring as preparation for platform specific renderingSebastian Dröge2013-03-072-200/+172
* h264parse: separate fields for distinct functional uses of codec_data fieldMark Nauwelaerts2013-03-052-3/+8
* h264parse: use upstream width/height when givenWim Taymans2013-03-051-3/+15
* h264parse: don't rewind to the NAL length size in bytewriter if the format is...Thibault Saunier2013-03-051-8/+16
* videoparsers: use parsed or upstream fps to set some baseparse parametersMark Nauwelaerts2013-03-053-22/+48
* videoparsers: preserve upstream fps and parMark Nauwelaerts2013-03-052-10/+21
* eglglessink: gst_video_sink_center_rect() takes the structs itself instead of...Sebastian Dröge2013-03-011-1/+1
* eglglessink: Fix aspect-ratio issues caused by scaling on RPiSebastian Dröge2013-03-011-4/+15
* eglglessink: Close the dispman display on RPi after usageSebastian Dröge2013-03-011-1/+4
* eglglessink: For RPi, initialize bcm_host in plugin_init()Sebastian Dröge2013-03-011-5/+5
* eglglessink: Also check for all the required libraries and headers for RPiSebastian Dröge2013-03-011-6/+27
* eglglessink: Add bcm/Raspberry Pi support.Julian Scheel2013-03-013-2/+111
* shm: use O_CLOEXEC where appropriate in shmpipeBlake Tregre2013-02-281-0/+8
* shmsink: Error out if memory area is smaller than bufferOlivier Crête2013-02-284-0/+23
* shm: Make sure to not allocate blocks larger than the shared mem areaOlivier Crête2013-02-281-7/+5
* rawparse: fix caps leakVincent Penquerc'h2013-02-281-0/+1
* opusenc: fix crash when setting "cbr" property when encoder is not running yetTim-Philipp Müller2013-01-291-1/+2
* Automatic update of common submoduleThibault Saunier2013-01-241-0/+0
* shm: Initialize shm_area_buf to invalid valueOlivier Crête2013-01-171-0/+1
* shm: apply shm area permissions to shmpipe control socketRoland Elek2013-01-171-0/+6
* uvch264: Prevent temporary elements from going to playingOlivier Crête2013-01-161-2/+13
* uvch264: do not double-unref if transform_caps failsYouness Alaoui2013-01-161-3/+11
* uvch264: Add a fakesink to the transform_capsYouness Alaoui2013-01-161-1/+15
* uvch264: Define LIBUSB_CLASS_VIDEO if using an old version of libusbYouness Alaoui2013-01-161-0/+3
* uvch264: Add GstPropertyProbe support to uvch264_srcYouness Alaoui2013-01-163-7/+190
* codecparsers: h264: zero-initialize SPS VUI parametersMark Nauwelaerts2013-01-151-0/+1
* eglglessink: Downgrade a GST_ERROR to a GST_DEBUGSebastian Dröge2013-01-091-2/+2
* eglglessink: Return the last_flow immediately if it wasn't GST_FLOW_OKSebastian Dröge2013-01-091-1/+6
* eglglessink: Improve EGL/GL error handling a bitSebastian Dröge2013-01-091-12/+16
* eglglessink: Bind the OpenGL ES API in the render thread tooSebastian Dröge2013-01-091-0/+2
* eglglessink: Add configure parameter to chose the EGL window systemSebastian Dröge2013-01-093-35/+82
* eglglessink: Add support for Mali fbdev EGL driverSebastian Dröge2013-01-092-1/+32
* eglglessink: Fix width/height swap in last commitSebastian Dröge2013-01-091-1/+1
* eglglessink: Fix handling of GstVideoOverlay::set_render_rect() and crop meta...Sebastian Dröge2013-01-093-54/+68
* eglglessink: Add a cast from EGLNativeWindowType to Window to fix a compiler ...Sebastian Dröge2013-01-091-1/+1