summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* gl/docs: remove superflous 'the'Matthew Waters2014-08-011-1/+1
* gl: document GST_GL_* environment variablesMatthew Waters2014-08-011-0/+9
* glcontext: add a destroy functionMatthew Waters2014-07-312-0/+22
* gl/x11: silence runtime warningMatthew Waters2014-07-311-1/+2
* glmemory: use the plane offsets to compute the size of the data pointerMatthew Waters2014-07-311-5/+14
* glmemory: use GstVideoInfo everywhereMatthew Waters2014-07-316-106/+137
* glmemory: reenable the texture_rg support for !eaglMatthew Waters2014-07-292-3/+3
* glwindow/11: Emit signals for mouse and key navigation eventsVasilis Liaskovitis2014-07-241-2/+42
* glwindow: Constify string parameters to the send_*_event() functionsSebastian Dröge2014-07-242-6/+6
* GstGLWindow : Add mouse-event and key-event signals for navigationVasilis Liaskovitis2014-07-242-0/+61
* gl: fix multi gl object leaksWang Xin-yu (王昕宇)2014-07-243-0/+32
* parser: mpeg4: fix vlc table used for sprite trajectoryFabrice Bellet2014-07-211-15/+15
* aggregator: Reset flow_return *after* stopping the srcpad task.Mathieu Duponchelle2014-07-161-1/+1
* aggregator: Flush sinkpads when stoppingThibault Saunier2014-07-161-0/+11
* aggregator: Do not forget to reset the flow return when stopingThibault Saunier2014-07-161-0/+2
* aggregator: Handle event seqnumThibault Saunier2014-07-161-3/+18
* gl: Link to all required libraries but not moreSebastian Dröge2014-07-111-2/+0
* video: Properly include headers in Makefile.amSebastian Dröge2014-07-111-5/+1
* gl: Move GstGLMixer to the plugin for nowSebastian Dröge2014-07-115-1218/+0
* libs: Don't install headers and pc files for libgstwayland/badvideo/badbaseSebastian Dröge2014-07-113-80/+4
* mpegts: Add parsing for CA descriptor (0x05)Edward Hervey2014-07-112-0/+48
* mpegts: No need to check for NULL before calling g_free()Sebastian Rasmussen2014-07-094-18/+8
* mpegts: Don't confuse slice allocator with regular oneSebastian Rasmussen2014-07-091-6/+5
* mpegts: Fix dvb linkage leaksEdward Hervey2014-07-091-28/+23
* mpegts: use getter for egde linkage descriptor typeStefan Ringel2014-07-092-2/+59
* mpegts: fix annotationStefan Ringel2014-07-091-1/+1
* mpegts: Add padding to public structuresEdward Hervey2014-07-092-0/+7
* mpegts: atsc: fix leak of short nameThiago Santos2014-07-081-0/+1
* mpegts: fix leak of language codeThiago Santos2014-07-081-0/+1
* videoaggregator: Fix some more the locking logic in update_src_capsThibault Saunier2014-07-061-7/+1
* videoaggregator: fix broken locking in update_src_caps functionTim-Philipp Müller2014-07-061-1/+5
* aggregator: fix lockingTim-Philipp Müller2014-07-061-1/+1
* glcocoa: initalize NSApp asap when using gst-launchJulien Isorce2014-07-031-1/+1
* videoaggregator: reset QoS on segment eventVincent Penquerc'h2014-07-011-0/+1
* codecparsers: h264: clarifications and documentation fixes.Gwenole Beauchesne2014-07-011-8/+12
* codecparsers: h264: fix identification of EOSEQ and EOS NALs.Gwenole Beauchesne2014-07-011-2/+2
* mpegts: Expose GstMpegtsDescriptor free functionEdward Hervey2014-07-015-12/+22
* eagl: Disable usage of R and RG textures on iOSSebastian Dröge2014-06-302-0/+12
* aggregator: Avoid destroying sources we do not ownThibault Saunier2014-06-301-8/+31
* mpegts: Fix memory leaks in the test and the librarySebastian Dröge2014-06-292-1/+7
* badvideo: Update dist generated ORC filesSebastian Dröge2014-06-282-601/+663
* badvideo: Rename videoconvert functions to prevent conflicts with static linkingSebastian Dröge2014-06-286-237/+241
* aggregator: always store or unref the buffer on the _chain functionThiago Santos2014-06-281-0/+2
* aggregator: always unref the buffer on _finish functionThiago Santos2014-06-281-0/+1
* aggregator: add dispose/finalize functionsThiago Santos2014-06-281-0/+43
* mpegts: atsc: avoid calling g_convert with 0-sized inputThiago Santos2014-06-271-1/+1
* codecparsers: h264: fix memory leak in GstH264PPS.Gwenole Beauchesne2014-06-272-1/+60
* codecparsers: h264: fix typo in GstH264VUIParams description.Gwenole Beauchesne2014-06-261-1/+1
* codecparsers: h264: add support for Recovery Point SEI message.Aurélien Zanelli2014-06-262-1/+42
* codecparsers: h264: add nal_reader_skip_long() helper.Gwenole Beauchesne2014-06-263-8/+26