summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pkgconfig: add gstreamer-glJulien Isorce2014-03-262-0/+8
* gl: fix crash if _build_extension_string is not calledJulien Isorce2014-03-261-1/+1
* gl: Only enabled cocoa backend on osx (and not ios)Edward Hervey2014-03-261-1/+2
* rtmpsink: Remove URL check for valid playpath.Jan Schmidt2014-03-261-1/+1
* srtpenc: unlock object lock before posting errorWim Taymans2014-03-251-21/+12
* codecparsers: cosmetics: drop TAB characters.Gwenole Beauchesne2014-03-255-121/+133
* dvbsuboverlay: Clarify confusing debug messageJan Schmidt2014-03-251-1/+1
* tsdemux: Fix mpegts_packetizer_set_current_pcr_offset()Jan Schmidt2014-03-251-7/+7
* dvbsuboverlay: Remove warning for 2-bit and 8-bit subpicturesJan Schmidt2014-03-251-16/+0
* dvbsuboverlay: Fix 8-bit subpicture rendering.Jan Schmidt2014-03-251-2/+5
* codecparsers: h264: fix slice_header() parsing for MVC.Li Xiaowei2014-03-241-1/+1
* codecparsers: h264: add gst_h264_parse_nalu_header() helper.Gwenole Beauchesne2014-03-241-9/+18
* codecparsers: h264: add gst_h264_parse_sps_data() helper.Gwenole Beauchesne2014-03-241-54/+69
* codecparsers: h264: complete set of NAL unit types.Gwenole Beauchesne2014-03-241-1/+11
* codecparsers: h264: clean-up gst_h264_parser_parse_sei_message().Gwenole Beauchesne2014-03-241-21/+22
* codecparsers: h264: fix skipping of unsupported SEI messages.Gwenole Beauchesne2014-03-243-20/+8
* codecparsers: h264: fix SEI buffering_period() parsing.Gwenole Beauchesne2014-03-241-4/+8
* codecparsers: h264: fix rbsp_more_data() implementation.Gwenole Beauchesne2014-03-241-18/+27
* gl: fix out-of-source builds.Gwenole Beauchesne2014-03-244-2/+11
* gl/download: add support for the bt709 color matrixMatthew Waters2014-03-251-4/+92
* gl/upload: add support for the bt709 color matrixMatthew Waters2014-03-251-17/+50
* gl: remove explicit reference to X_CFLAGSMatthew Waters2014-03-245-6/+0
* gl/upload: remove the legacy GL 1.x upload pathMatthew Waters2014-03-241-292/+55
* gl: fallback to glGetString if GL_NUM_EXTENSIONS failsJulien Isorce2014-03-231-9/+23
* gl: and update the MakefileMatthew Waters2014-03-232-18/+15
* gl: reorganize the extension headers by function rather than apiMatthew Waters2014-03-2315-466/+396
* gl/win32: use the correct include and gst-indentMatthew Waters2014-03-231-5/+5
* check: fix make checkWim Taymans2014-03-211-4/+14
* gl: use wglCreateContextAttribsARB to create share contextWang Xin-yu (王昕宇)2014-03-201-6/+28
* gl/mixer: fix download check for failureMatthew Waters2014-03-201-1/+1
* gl: silence a critical if upstream does not provide us with meta paramsMatthew Waters2014-03-203-78/+84
* gl: silence warnings building for RPI related to 'vcos_*'Julien Isorce2014-03-192-5/+21
* gl: keep only one occurence of '#include <EGL/egl.h>'Julien Isorce2014-03-199-20/+8
* dvbsuboverlay: Don't forward text gap events downstreamEdward Hervey2014-03-181-0/+4
* gl: don't default to GST_GL_HAVE_WINDOW_DISPMANX=1Руслан Ижбулатов2014-03-181-1/+1
* gl: fix the use of always-defined macrosРуслан Ижбулатов2014-03-183-12/+12
* gl: check for X unconditionallyРуслан Ижбулатов2014-03-181-1/+1
* gl: set default value to 0 for all definitions that go to gstglconfig.hJulien Isorce2014-03-171-32/+69
* gl: allow not building the gl library pluginsMatthew Waters2014-03-171-16/+28
* gl: add GModule libs for win32Matthew Waters2014-03-171-0/+1
* gl: only link against gstegl if we are using eglMatthew Waters2014-03-171-2/+1
* gl: add the option of disabling cocoa on OS X using --disable-cocoaMatthew Waters2014-03-171-5/+8
* gl: add path of the gstegl libraryMatthew Waters2014-03-171-0/+1
* Revert "gl: add dep on gstegl"Matthew Waters2014-03-171-1/+0
* gl: add dep on gsteglMatthew Waters2014-03-171-0/+1
* gl/cocoa: Fix debug statements and platformEdward Hervey2014-03-172-3/+3
* gl: set HAVE_EGL_RPI to yes if HAVE_GL and RPIJulien Isorce2014-03-171-1/+5
* gl: Fix static build with objective-CEdward Hervey2014-03-171-0/+2
* make: whitespace cleanupsThijs Vermeir2014-03-172-7/+7
* gl: Add EGLDisplay display subclassMatthew Waters2014-03-176-50/+286