summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 Jägenstedt2009-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
* flacdec: Don't send empty string tagsEdward Hervey2009-07-011-1/+2
* Don't use sendmsg()-dependent code on WindowsLRN2009-06-301-0/+6
* law: fix caps and negotiationWim Taymans2009-06-306-129/+170
* pulsesink: include "1.0=100%" in volume and change upper limitStefan Kost2009-06-301-1/+7
* pulse: some more trivial cleanupsWim Taymans2009-06-291-20/+19
* pulse: trivial cleanupsWim Taymans2009-06-291-13/+2
* pulsesink: clear ringbuffer when asked toWim Taymans2009-06-291-0/+23
* autogen.sh: Actually do the 'echo -n' -> printf change.Jan Schmidt2009-06-261-1/+1
* autogen.sh: Use printf instead of 'echo -n'. Check for automake-1.1[01]Jan Schmidt2009-06-261-1/+1
* Automatic update of common submoduleJan Schmidt2009-06-261-0/+0
* qtdemux: don't process track_num/track_count tags with a 0 valueTim-Philipp Müller2009-06-261-3/+10
* waveformsink: use 'guint8' instead of 'byte' to fix compilation with MSVC8Tim-Philipp Müller2009-06-251-1/+1
* v4l2src: set structs to zero before using them in ioctlsStefan Kost2009-06-251-5/+5
* qtdemux: Make sure we don't blacklist streams by wrongly comparing theirJulien Moutte2009-06-251-3/+3
* rtpdec: fix some buffer leaksKrzysztof BÅ‚aszkowski2009-06-251-0/+3
* flvparse: Add missing break in switch/case.Edward Hervey2009-06-251-0/+1
* flvdemux: Remove unused variable, hint branch likeliness, add comments.Edward Hervey2009-06-251-8/+8
* avidemux: Removed unused variableEdward Hervey2009-06-251-2/+0
* qtdemux: Remove dead assignments and unused variables.Edward Hervey2009-06-251-9/+3
* qtdemux: Fix uninitialized variables. Fixes build on macosxEdward Hervey2009-06-251-5/+5
* souphttpsrc: free memory in finalizeStefan Kost2009-06-241-12/+6
* Automatic update of common submoduleJan Schmidt2009-06-241-0/+0
* avidemux: short-circuit gst_avi_demux_src_convert() when parsing the indexTim-Philipp Müller2009-06-241-37/+51
* qtdemux: Another round of G_*LIKELY micro-optimisations.Edward Hervey2009-06-241-26/+28
* qtdemux: Take last sample duration for dummy segment calculation.Edward Hervey2009-06-241-2/+4