summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-03glcocoa: initalize NSApp asap when using gst-launchJulien Isorce1-1/+1
2014-07-01videoaggregator: reset QoS on segment eventVincent Penquerc'h1-0/+1
2014-07-01codecparsers: h264: clarifications and documentation fixes.Gwenole Beauchesne1-8/+12
2014-07-01codecparsers: h264: fix identification of EOSEQ and EOS NALs.Gwenole Beauchesne1-2/+2
2014-07-01mpegts: Expose GstMpegtsDescriptor free functionEdward Hervey5-12/+22
2014-06-30eagl: Disable usage of R and RG textures on iOSSebastian Dröge2-0/+12
2014-06-30aggregator: Avoid destroying sources we do not ownThibault Saunier1-8/+31
2014-06-29mpegts: Fix memory leaks in the test and the librarySebastian Dröge2-1/+7
2014-06-28badvideo: Update dist generated ORC filesSebastian Dröge2-601/+663
2014-06-28badvideo: Rename videoconvert functions to prevent conflicts with static linkingSebastian Dröge6-237/+241
2014-06-28aggregator: always store or unref the buffer on the _chain functionThiago Santos1-0/+2
2014-06-28aggregator: always unref the buffer on _finish functionThiago Santos1-0/+1
2014-06-28aggregator: add dispose/finalize functionsThiago Santos1-0/+43
2014-06-27mpegts: atsc: avoid calling g_convert with 0-sized inputThiago Santos1-1/+1
2014-06-27codecparsers: h264: fix memory leak in GstH264PPS.Gwenole Beauchesne2-1/+60
2014-06-26codecparsers: h264: fix typo in GstH264VUIParams description.Gwenole Beauchesne1-1/+1
2014-06-26codecparsers: h264: add support for Recovery Point SEI message.Aurélien Zanelli2-1/+42
2014-06-26codecparsers: h264: add nal_reader_skip_long() helper.Gwenole Beauchesne3-8/+26
2014-06-27videoaggregator: fix a refcount error when keeping the bufferMatthew Waters1-0/+2
2014-06-26codecparsers: vp8: move up built-in range decoder private data.Gwenole Beauchesne1-1/+1
2014-06-26glcolorconvert: free pixel swizzling informationMatthew Waters1-0/+4
2014-06-26glmixer: remove redundant/unused lockMatthew Waters2-16/+0
2014-06-26glmixer: remove redundant creation and free of GPtrArraysMatthew Waters1-16/+4
2014-06-26glmixer: plug a memory leak for the capsMatthew Waters1-0/+1
2014-06-26aggregator: plug a memory leak of the srccapsMatthew Waters1-0/+1
2014-06-26glmixer: intersect with the filtercaps if availableMatthew Waters1-0/+4
2014-06-26gl: update gles2 compatability headerMatthew Waters1-16/+0
2014-06-25mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey13-1122/+1122
2014-06-25mpegtssection: Free data in error casesEdward Hervey1-0/+1
2014-06-25glfilter: pass through the allocation query when in passthrough modeMatthew Waters1-6/+10
2014-06-25glfilter: prefer passthrough for non-sysmem capsMatthew Waters1-15/+20
2014-06-25glfilter: handle NULL decide_query which means passthroughJulien Isorce1-5/+9
2014-06-25glfilter: prepend intersection to src capsJulien Isorce1-0/+6
2014-06-24mpegts: More doc fixesEdward Hervey1-1/+1