summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2014-08-28gl: Add GSTGLAPI macro to the debug callback functionWang Xin-yu (王昕宇)1-1/+1
2014-08-26egl: Wrap KHR_create_context flags in an ifdefJan Schmidt1-1/+3
2014-08-22egl: fallback to a non-debug context if a debug one failsMatthew Waters1-4/+21
2014-08-21gstopengl: add introspection supportLubosz Sarnecki1-0/+56
2014-08-21glshader: expose opengl handle in getterLubosz Sarnecki2-0/+9
2014-08-21gl: check null before unref GstGLDisplayWang Xin-yu (王昕宇)1-1/+3
2014-08-21gl: add prototype definition for KHR_debugMatthew Waters1-0/+90
2014-08-20glcontext: implement the debug callbackMatthew Waters3-1/+168
2014-08-20gl: add prototypes for KHR_debug/ARB_debug_outputMatthew Waters4-2/+22
2014-08-19gl: don't take an extra ref on the display on set_contextMatthew Waters1-2/+5
2014-08-18codecparser: h264: Use proper bit_reader api while parsing buffering_period SEISreerenj Balachandran2-8/+8
2014-08-13glbufferpool: fix allocator leak in some casesTim-Philipp Müller1-6/+17
2014-08-11aggregator: fix up doc comment for set_src_capsMatthew Waters1-1/+1
2014-08-11videoaggregator: push the caps event as soon as we receive itMatthew Waters2-21/+15
2014-08-10videoaggregator: Unref allowed caps after usageSebastian Rasmussen1-0/+2
2014-08-07GstGLWindow, GstGLImagesink, x11: Scale navigation events on resized windowsVasilis Liaskovitis3-0/+47
2014-08-06glupload: don't determine if frame needs upload by pointer compareWang Xin-yu (王昕宇)1-1/+1
2014-08-01codecparsers_h264: initialize some fields of pic_timing structureAurélien Zanelli1-0/+3
2014-08-01gl/docs: remove superflous 'the'Matthew Waters1-1/+1
2014-08-01gl: document GST_GL_* environment variablesMatthew Waters1-0/+9
2014-07-31glcontext: add a destroy functionMatthew Waters2-0/+22
2014-07-31gl/x11: silence runtime warningMatthew Waters1-1/+2
2014-07-31glmemory: use the plane offsets to compute the size of the data pointerMatthew Waters1-5/+14
2014-07-31glmemory: use GstVideoInfo everywhereMatthew Waters6-106/+137
2014-07-29glmemory: reenable the texture_rg support for !eaglMatthew Waters2-3/+3
2014-07-24glwindow/11: Emit signals for mouse and key navigation eventsVasilis Liaskovitis1-2/+42
2014-07-24glwindow: Constify string parameters to the send_*_event() functionsSebastian Dröge2-6/+6
2014-07-24GstGLWindow : Add mouse-event and key-event signals for navigationVasilis Liaskovitis2-0/+61
2014-07-24gl: fix multi gl object leaksWang Xin-yu (王昕宇)3-0/+32
2014-07-21parser: mpeg4: fix vlc table used for sprite trajectoryFabrice Bellet1-15/+15
2014-07-16aggregator: Reset flow_return *after* stopping the srcpad task.Mathieu Duponchelle1-1/+1
2014-07-16aggregator: Flush sinkpads when stoppingThibault Saunier1-0/+11
2014-07-16aggregator: Do not forget to reset the flow return when stopingThibault Saunier1-0/+2
2014-07-16aggregator: Handle event seqnumThibault Saunier1-3/+18
2014-07-11gl: Link to all required libraries but not moreSebastian Dröge1-2/+0
2014-07-11video: Properly include headers in Makefile.amSebastian Dröge1-5/+1
2014-07-11gl: Move GstGLMixer to the plugin for nowSebastian Dröge5-1218/+0
2014-07-11libs: Don't install headers and pc files for libgstwayland/badvideo/badbaseSebastian Dröge3-80/+4
2014-07-11mpegts: Add parsing for CA descriptor (0x05)Edward Hervey2-0/+48
2014-07-09mpegts: No need to check for NULL before calling g_free()Sebastian Rasmussen4-18/+8
2014-07-09mpegts: Don't confuse slice allocator with regular oneSebastian Rasmussen1-6/+5
2014-07-09mpegts: Fix dvb linkage leaksEdward Hervey1-28/+23
2014-07-09mpegts: use getter for egde linkage descriptor typeStefan Ringel2-2/+59
2014-07-09mpegts: fix annotationStefan Ringel1-1/+1
2014-07-09mpegts: Add padding to public structuresEdward Hervey2-0/+7
2014-07-08mpegts: atsc: fix leak of short nameThiago Santos1-0/+1
2014-07-08mpegts: fix leak of language codeThiago Santos1-0/+1
2014-07-06videoaggregator: Fix some more the locking logic in update_src_capsThibault Saunier1-7/+1
2014-07-06videoaggregator: fix broken locking in update_src_caps functionTim-Philipp Müller1-1/+5
2014-07-06aggregator: fix lockingTim-Philipp Müller1-1/+1