summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* mpegts: add dvb ca identifier descriptorStefan Ringel2014-04-162-0/+40
* mpegts: add scrambling descriptorStefan Ringel2014-04-162-0/+50
* mpegts: add frequency list descriptorStefan Ringel2014-04-162-8/+70
* mpegts: add data broadcast id descriptorStefan Ringel2014-04-162-1/+38
* mpegts: add private data specifier descriptorStefan Ringel2014-04-162-0/+41
* dvb: Minor code style fixSebastian Dröge2014-04-161-1/+2
* mpegts: add parential rating descriptorStefan Ringel2014-04-162-0/+92
* mpegts: add linkage descriptorStefan Ringel2014-04-162-0/+275
* mpegts: for loop initial declarations are only allowed in C99 modeTim-Philipp Müller2014-04-162-6/+11
* egl/eglglessink: remove since EGLImage and iOS support have been added in gli...Julien Isorce2014-04-154-834/+2
* gl: allow to include GLES/gl.hJulien Isorce2014-04-151-0/+4
* gl/eagl: Fix compilationSebastian Dröge2014-04-131-3/+4
* gl/eagl: Notify the window's resize callback about surface dimension changesSebastian Dröge2014-04-131-0/+17
* gl/eagl: Remove spurious private struct pointerSebastian Dröge2014-04-131-2/+0
* gl/android: Notify the window's resize callback about surface dimension changesSebastian Dröge2014-04-132-1/+22
* gl/context: output available extensionsMatthew Waters2014-04-131-0/+2
* gl/context: provide get_gl_versionMatthew Waters2014-04-132-8/+37
* gl/color: restore viewport dimensions when fbo doneJulien Isorce2014-04-131-0/+7
* gl: Import QuartzCore/QuartzCore.h for CAEAGLLayer on older iOS versionsSebastian Dröge2014-04-121-0/+1
* gl: Add support for iOS EAGL platformSebastian Dröge2014-04-1210-3/+797
* gl/cocoa: make gst_gl_window_cocoa_send_message_async re-entrantJulien Isorce2014-04-121-6/+13
* gl/cocoa: fix NSAutoreleasePool initializationJulien Isorce2014-04-121-2/+2
* gl/cocoa: ensure to call NSApplication:sharedApplication in the main threadJulien Isorce2014-04-122-16/+86
* gl/color: fix warning type qualifiers ignoredJulien Isorce2014-04-121-1/+1
* gl/color: remove if statement with no effectMatthew Waters2014-04-121-3/+2
* gl/color: pass large value by referenceMatthew Waters2014-04-124-12/+18
* gl/mem: cache the stride/unpack length for uploadMatthew Waters2014-04-112-41/+50
* gl/color: explicitly map the buffers we are copying intoMatthew Waters2014-04-111-0/+7
* gl/color: cache the temporary texturesMatthew Waters2014-04-111-28/+40
* gl/mem: provide defines for tokens not defined in GLES2/ancient platformsMatthew Waters2014-04-111-0/+17
* gl: fixup incorrect number of argumentsMatthew Waters2014-04-111-1/+1
* gl: fix incorrect usage of g_return_if_failMatthew Waters2014-04-111-1/+1
* gl/mem: allocate the memory per planeMatthew Waters2014-04-1111-750/+974
* gl/eglimage: #if 0 unused codeMatthew Waters2014-04-111-5/+14
* gl: add colorconvert object that converts between color spaces/formatsMatthew Waters2014-04-1111-1783/+1498
* h264parse: Set framerate even for interlaced videosThibault Saunier2014-04-101-2/+1
* mpegts: add atsc terrestrial virtual channel tableStefan Ringel2014-04-105-11/+269
* mpegts: fix sdt length checkVincent Penquerc'h2014-04-091-1/+1
* mpegts: turns out glib aborts on allocation failureVincent Penquerc'h2014-04-091-4/+0
* mpegts: test for allocation failureVincent Penquerc'h2014-04-091-0/+4
* gl: fix leaksVincent Penquerc'h2014-04-081-1/+1
* gl: pass video info's by referenceMatthew Waters2014-04-027-31/+31
* gl/glx: use the context's display rather than asking for the window'sMatthew Waters2014-04-021-1/+5
* gl: avoid adding a NULL pool to propose allocationMatthew Waters2014-04-022-6/+11
* gl: fix detection of extensions with GL versions < 3Matthew Waters2014-04-011-1/+1
* mpegts: fix docsStefan Ringel2014-03-311-1/+1
* mpegts: add dvb-t2 delivery system descriptorStefan Ringel2014-03-313-0/+307
* mpegts: bugfix delivery system descriptorsStefan Ringel2014-03-311-7/+78
* mpegts: use GST_READ_UINT32_BEStefan Ringel2014-03-311-2/+1
* mpegts: add parsing data broadcast descriptorStefan Ringel2014-03-313-3/+63