summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* flvmux: fix invalid write caused by using sizeof("string") as lengthTim-Philipp Müller2009-07-311-8/+8
* avidemux: Fix last commit and improve readabilitySebastian Dröge2009-07-291-14/+15
* Fixed the fix for TIME->DEFAULT conversion.Руслан Ижбулатов2009-07-291-6/+47
* rtpsv3depay: Fix width/height calculation, bring up to marginal rank.Edward Hervey2009-07-291-8/+26
* avimux: adds support to wmaThiago Santos2009-07-281-1/+30
* avimux: adds support to wmvThiago Santos2009-07-281-1/+22
* qtdemux: Downgrade warning message to debugThiago Santos2009-07-271-1/+1
* effectv: Don't allow caps changes for some effectv filtersSebastian Dröge2009-07-249-0/+26
* warptv: Make the sine table global instead of having it in every instanceSebastian Dröge2009-07-242-7/+8
* flvdemux: Implement SEEKING querySebastian Dröge2009-07-232-0/+28
* interleave: fix indenting and upgrade two debugs to warnings.Stefan Kost2009-07-211-9/+2
* matroskademux: Answer SEEKING queries in the original formatSebastian Dröge2009-07-211-1/+1
* udputils: initialize struct content with 0.Josep Torra2009-07-211-0/+4
* matroskademux: Implement SEEKING querySebastian Dröge2009-07-201-0/+16
* effectv: Chain up finalize to the parent class in warptvSebastian Dröge2009-07-161-0/+2
* effectv: Add rippletv elementSebastian Dröge2009-07-164-2/+701
* effectv: Add streaktv effect filter elementSebastian Dröge2009-07-164-2/+354
* effectv: Fix processing on big endian architecturesSebastian Dröge2009-07-168-18/+76
* effectv: Add radioactv effect filterSebastian Dröge2009-07-164-2/+701
* effectv: Make the optv threshold property an uintSebastian Dröge2009-07-162-5/+5
* effect: Add optv effect filter from the effectv projectSebastian Dröge2009-07-164-2/+495
* mpvpay: Rework the timestampingMarc Leeman2009-07-131-57/+58
* videomixer: Random cleanupSebastian Dröge2009-07-101-91/+46
* videomixer: Send queries to the master pad by default instead of all padsSebastian Dröge2009-07-101-2/+2
* videomixer: Add RGB, BGR, xRGB, RGBx, xBGR, BGRx supportSebastian Dröge2009-07-103-3/+238
* videomixer: Clean up debugging a bitSebastian Dröge2009-07-101-19/+20
* videomixer: Remove some redundant checks and error out immediately if not neg...Sebastian Dröge2009-07-101-26/+21
* videomixer: Remove the calculate_frame_size() function and use libgstvideo in...Sebastian Dröge2009-07-105-33/+9
* videomixer: Remove unused link/unlink pad methodsEdward Hervey2009-07-101-15/+0
* videomixer: I420 mode: Add fast path for 0.0 and 1.0 alphaEdward Hervey2009-07-101-0/+18
* videomixer: I420 blending : Fix main algorithm.Edward Hervey2009-07-101-1/+1
* videomixer: Make debugging category global to all the code.Edward Hervey2009-07-104-2/+7
* videomixer: improve readability of debugging statements.Edward Hervey2009-07-101-11/+11
* rtspsrc: do not leak timeout messageMark Nauwelaerts2009-07-091-3/+3
* avi: Don't forward NEWSEGMENT events from upstreamSebastian Dröge2009-07-091-0/+27
* videomixer: Make checker pattern lookup table constantSebastian Dröge2009-07-082-2/+2
* videomixer: Add support for ARGBSebastian Dröge2009-07-083-143/+156
* udp: Initialize pointer to NULLBenjamin Gaignard2009-07-081-1/+1
* qtdemux: sprinkle some more constMark Nauwelaerts2009-07-081-13/+13
* qtdemux: perform some more (careful) data bufferingMark Nauwelaerts2009-07-081-14/+36
* avidemux: Replace deprecated GST_DISABLE_DEBUG with correct macro. Fixes #587826Philip Jgenstedt2009-07-061-7/+7
* qtdemux: error out instead of dividing by 0Tim-Philipp Müller2009-07-011-1/+4
* Revert "qtdemux: Make sure we don't blacklist streams by wrongly comparing th...Tim-Philipp Müller2009-07-011-3/+3
* qtdemux: comment out unused structureTim-Philipp Müller2009-07-011-3/+3
* qtdemux: more size checks, and use g_try_new0() instead of g_new0()Tim-Philipp Müller2009-07-011-3/+21
* qtdemux: guard against bogus atom sizes and short readsTim-Philipp Müller2009-07-011-8/+49
* qtdemux: use 0x prefix when logging numbers in hexTim-Philipp Müller2009-07-011-2/+2
* Don't use sendmsg()-dependent code on WindowsLRN2009-06-301-0/+6
* law: fix caps and negotiationWim Taymans2009-06-306-129/+170
* qtdemux: don't process track_num/track_count tags with a 0 valueTim-Philipp Müller2009-06-261-3/+10