summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2014-04-11gl/color: cache the temporary texturesMatthew Waters1-28/+40
2014-04-11gl/mem: provide defines for tokens not defined in GLES2/ancient platformsMatthew Waters1-0/+17
2014-04-11gl: fixup incorrect number of argumentsMatthew Waters1-1/+1
2014-04-11gl: fix incorrect usage of g_return_if_failMatthew Waters1-1/+1
2014-04-11gl/mem: allocate the memory per planeMatthew Waters11-750/+974
2014-04-11gl/eglimage: #if 0 unused codeMatthew Waters1-5/+14
2014-04-11gl: add colorconvert object that converts between color spaces/formatsMatthew Waters11-1783/+1498
2014-04-10h264parse: Set framerate even for interlaced videosThibault Saunier1-2/+1
2014-04-10mpegts: add atsc terrestrial virtual channel tableStefan Ringel5-11/+269
2014-04-09mpegts: fix sdt length checkVincent Penquerc'h1-1/+1
2014-04-09mpegts: turns out glib aborts on allocation failureVincent Penquerc'h1-4/+0
2014-04-09mpegts: test for allocation failureVincent Penquerc'h1-0/+4
2014-04-08gl: fix leaksVincent Penquerc'h1-1/+1
2014-04-02gl: pass video info's by referenceMatthew Waters7-31/+31
2014-04-02gl/glx: use the context's display rather than asking for the window'sMatthew Waters1-1/+5
2014-04-02gl: avoid adding a NULL pool to propose allocationMatthew Waters2-6/+11
2014-04-01gl: fix detection of extensions with GL versions < 3Matthew Waters1-1/+1
2014-03-31mpegts: fix docsStefan Ringel1-1/+1
2014-03-31mpegts: add dvb-t2 delivery system descriptorStefan Ringel3-0/+307
2014-03-31mpegts: bugfix delivery system descriptorsStefan Ringel1-7/+78
2014-03-31mpegts: use GST_READ_UINT32_BEStefan Ringel1-2/+1
2014-03-31mpegts: add parsing data broadcast descriptorStefan Ringel3-3/+63
2014-03-31mpegts: add parsing stream identifierStefan Ringel2-5/+27
2014-03-31mpegts: use glib alloc and freeStefan Ringel1-4/+19
2014-03-28gl: egl: fix distcheck and out of source buildTim-Philipp Müller1-0/+1
2014-03-28build: Fix make distRico Tzschichholz1-1/+1
2014-03-27gl: fix out-of-source builds pt2Matthew Waters4-0/+5
2014-03-27gl: only set CAPS_FEATURE_MEMORY_EGL_IMAGE on egl platformJulien Isorce1-4/+8
2014-03-26gl: let the user includes itself our egl headers if neededJulien Isorce2-5/+4
2014-03-26gl: add EGLImage supportJulien Isorce16-62/+961
2014-03-26gl: deploy egl headers in gst/gl/egl instead of gst/glJulien Isorce2-5/+29
2014-03-26gl: remove commented and unsued code in x11 Makefile.amJulien Isorce1-5/+0
2014-03-26gl: fix crash if _build_extension_string is not calledJulien Isorce1-1/+1
2014-03-25codecparsers: cosmetics: drop TAB characters.Gwenole Beauchesne5-121/+133
2014-03-24codecparsers: h264: fix slice_header() parsing for MVC.Li Xiaowei1-1/+1
2014-03-24codecparsers: h264: add gst_h264_parse_nalu_header() helper.Gwenole Beauchesne1-9/+18
2014-03-24codecparsers: h264: add gst_h264_parse_sps_data() helper.Gwenole Beauchesne1-54/+69
2014-03-24codecparsers: h264: complete set of NAL unit types.Gwenole Beauchesne1-1/+11
2014-03-24codecparsers: h264: clean-up gst_h264_parser_parse_sei_message().Gwenole Beauchesne1-21/+22
2014-03-24codecparsers: h264: fix skipping of unsupported SEI messages.Gwenole Beauchesne3-20/+8
2014-03-24codecparsers: h264: fix SEI buffering_period() parsing.Gwenole Beauchesne1-4/+8
2014-03-24codecparsers: h264: fix rbsp_more_data() implementation.Gwenole Beauchesne1-18/+27
2014-03-24gl: fix out-of-source builds.Gwenole Beauchesne3-0/+3
2014-03-25gl/download: add support for the bt709 color matrixMatthew Waters1-4/+92
2014-03-25gl/upload: add support for the bt709 color matrixMatthew Waters1-17/+50
2014-03-24gl: remove explicit reference to X_CFLAGSMatthew Waters5-6/+0
2014-03-24gl/upload: remove the legacy GL 1.x upload pathMatthew Waters1-292/+55
2014-03-23gl: fallback to glGetString if GL_NUM_EXTENSIONS failsJulien Isorce1-9/+23
2014-03-23gl: and update the MakefileMatthew Waters2-18/+15
2014-03-23gl: reorganize the extension headers by function rather than apiMatthew Waters15-466/+396