summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-05equalizer: Make changes to band properties and the number of bands threadsafeSebastian Dröge3-25/+44
2009-11-05equalizer: Fix stupid off by two bugSebastian Dröge1-1/+1
2009-11-05equalizer: Add band property to select the band filter typeSebastian Dröge1-4/+67
2009-11-05equalizer: Fix code styleSebastian Dröge1-8/+0
2009-11-05equalizer: Some cleanupSebastian Dröge4-99/+108
2009-11-04celtpay/depay : change GST_DEBUG_OBJECT to GST_LOG_OBJECT in pay_handle_buffe...Gabriel Millaire2-3/+3
2009-11-04celtpay/depay: Negotiate parameters through capsGabriel Millaire3-12/+65
2009-11-04deinterlace: Pull in CFLAGS and LIBS flags from -base before core before system.Jan Schmidt1-4/+4
2009-11-04po: Don't create backup .po filesJan Schmidt1-1/+1
2009-11-04qtdemux: init variables to make compiler on osx build bot happyEdward Hervey1-17/+17
2009-11-03qtdemux: init variables to make compiler on osx build bot happyTim-Philipp Müller1-1/+1
2009-11-03jpegdec: don't allocate big arrays on the stackStefan Kost2-14/+31
2009-11-02deinterlace: remove pointless call to gst_element_no_more_pads()Tim-Philipp Müller1-2/+0
2009-11-01level: fix decay to be smoothStefan Kost1-1/+1
2009-11-01level: calculate the message-intervall when it changesStefan Kost2-2/+9
2009-11-01level: clocktime is a guint64, use right macro to init fieldsStefan Kost1-1/+1
2009-11-01level: use more g-style typesStefan Kost1-6/+6
2009-10-30pulsesink: Only set the volume on stream connection if pulse >= 0.9.20 is ava...Sebastian Dröge2-1/+10
2009-10-27avidemux: use segment_full when we canWim Taymans1-10/+11
2009-10-27wavenc: Fix buffer offset by moving length incrementationRobert Swain1-2/+2
2009-10-23osxvideosink: Create the video NSView in READY->PAUSED rather than NULL->READYMichael Smith1-1/+3
2009-10-23osxvideo: explicitly link to GST_LIBSMichael Smith1-1/+4
2009-10-23Add dependencies of gstriff to things that link to gstriff, needed on Win32.Michael Smith3-1/+7
2009-10-23rtp examples: remove executable bits from C files.Michael Smith2-0/+0
2009-10-23tests: disable all jitterbuffer tests for nowTim-Philipp Müller1-1/+3
2009-10-22tests: also include the new test for prev commitStefan Kost1-0/+286
2009-10-22tests: add a jitterbuffer testStefan Kost3-0/+3
2009-10-22matroskamux: Dirac "muxing" units end on EOS tooSebastian Dröge1-7/+10
2009-10-22avidemux: fix compilation with debugging disabledTim-Philipp Müller1-3/+4
2009-10-22cacasink: minor cleanups for header.Priit Laes1-11/+3
2009-10-22cacasink: exit properly when invalid driver has been selected.Priit Laes1-1/+6
2009-10-20avidemux: Stop scanning at the last entry... and not the one before :)Edward Hervey1-1/+1
2009-10-20qtdemux: unpack more information into image/x-j2c capsAndy Wingo2-5/+122
2009-10-20tests: include stdio.h for sscanfStefan Kost1-0/+1
2009-10-19Fix the StreamVolume interface not being advertisedBastien Nocera1-0/+2
2009-10-18level: code cleanupStefan Kost1-13/+13
2009-10-18avidemux: MEMDUMP the junk blobsEdward Hervey1-0/+10
2009-10-18avidemux: Some avi files have INFO lists in the headers.Edward Hervey1-0/+5
2009-10-18avidemux: Don't seek on empty streamsEdward Hervey1-1/+1
2009-10-18avidemux: Ensure _calculate_durations_from_index only uses valid streamsEdward Hervey1-2/+5
2009-10-18avidemux: Only call convert function if we have strf.audsEdward Hervey1-1/+1
2009-10-18avidemux: Use first indexed stream for seeking.Edward Hervey2-1/+6
2009-10-18avidemux: Only expose streams that actually have something in it.Edward Hervey2-6/+33
2009-10-18avidemux: Properly mark presence of index.Edward Hervey1-15/+15
2009-10-18pulse: never apply volume more than onceLennart Poettering1-14/+20
2009-10-17pulsesink: Initialize gettext for the translated strings in plugin_init()Sebastian Dröge1-0/+8
2009-10-17pulse: use 'performer' as a fallback for 'artist' tagLennart Poettering1-0/+7
2009-10-17pulse: when constructing a stream title from tag data make sure it is transla...Lennart Poettering2-1/+3
2009-10-17pulse: loop while connecting to serverLennart Poettering1-10/+6
2009-10-17pulse: mainloop creation can fail too, so handle thatLennart Poettering2-6/+16