summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* videoaggregator: fix a refcount error when keeping the bufferMatthew Waters2014-06-271-0/+2
* codecparsers: vp8: move up built-in range decoder private data.Gwenole Beauchesne2014-06-261-1/+1
* glcolorconvert: free pixel swizzling informationMatthew Waters2014-06-261-0/+4
* glmixer: remove redundant/unused lockMatthew Waters2014-06-262-16/+0
* glmixer: remove redundant creation and free of GPtrArraysMatthew Waters2014-06-261-16/+4
* glmixer: plug a memory leak for the capsMatthew Waters2014-06-261-0/+1
* aggregator: plug a memory leak of the srccapsMatthew Waters2014-06-261-0/+1
* glmixer: intersect with the filtercaps if availableMatthew Waters2014-06-261-0/+4
* gl: update gles2 compatability headerMatthew Waters2014-06-261-16/+0
* mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey2014-06-2513-1122/+1122
* mpegtssection: Free data in error casesEdward Hervey2014-06-251-0/+1
* glfilter: pass through the allocation query when in passthrough modeMatthew Waters2014-06-251-6/+10