summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2007-11-06gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use ...Sebastian Dröge2-9/+13
2007-11-03gst/equalizer/: Allow setting 0 as bandwidth and handle this correctly.Sebastian Dröge3-8/+23
2007-11-02gst/rtpmanager/gstrtpsession.c: Fix bad function signatures (#492798).Ole André Vadla Ravnås1-3/+3
2007-10-31gst/librfb/rfbdecoder.c: Some refactoring in RAW encodingThijs Vermeir1-13/+14
2007-10-31gst/librfb/: Added copyrect encodingThijs Vermeir9-123/+156
2007-10-30gst/equalizer/: Add small demo application based on the spectrum demo applica...Sebastian Dröge3-12/+282
2007-10-30gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters fo...Sebastian Dröge1-48/+70
2007-10-27gst/interleave/interleave.c: Let's not call every request pad we create "sink...Tim-Philipp Müller1-12/+15
2007-10-27gst/mpeg4videoparse/mpeg4videoparse.*: Improved version not damaging headers ...Julien Moutte2-29/+86
2007-10-26Add a simple MPEG4 ES parser.Julien Moutte3-0/+352
2007-10-25Improve documentation, write some tests for multifilesrc/sink for upcoming ->...David Schleef3-60/+79
2007-10-22gst/flv/gstflvparse.c: Don't emit no-more-pads for single pad scenarios as th...Julien Moutte1-10/+10
2007-10-18gst/equalizer/gstiirequalizer.c: Add a missing break.Sebastian Dröge1-0/+1
2007-10-18gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate band...Sebastian Dröge2-79/+66
2007-10-17gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer.Richard Hult1-1/+1
2007-10-16gst/librfb/rfbdecoder.c: Add the set encodings client messageThijs Vermeir1-3/+30
2007-10-16gst/librfb/: remove the rfbbytestream dead codeThijs Vermeir6-256/+0
2007-10-16gst/mpegtsparse/: Add request pad for getting the full transport stream comin...Alessandro Decina3-11/+92
2007-10-10configure.ac: Require core CVS. This is implicit in the -base CVS requiremen...Tim-Philipp Müller1-9/+4
2007-10-09gst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990.Laurent Glayal1-0/+1
2007-10-08gst/: Fix compiler warnings shown by Forte.Jan Schmidt9-26/+47
2007-10-08gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps.Wim Taymans4-46/+90
2007-10-05gst/rtpmanager/rtpsession.c: When reconsidering RTCP timeouts, set the next t...Wim Taymans1-11/+32
2007-10-05gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of...Wim Taymans5-46/+35
2007-10-05gst/xingheader/gstxingmux.c: The size of the Xing header is actually 417 as i...Gautier Portet1-7/+19
2007-10-05gst/mpegtsparse/mpegtspacketizer.c: Don't skip PAT with version number 0. Fix...Wai-Ming Ho2-1/+3
2007-10-02gst/sdp/gstsdpdemux.h: Change signature of pt to fix compilation on some plat...Wim Taymans1-1/+1
2007-10-02gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables.Wim Taymans3-29/+73
2007-10-02gst/sdp/Makefile.am: Forgot to commit makefile.Wim Taymans1-0/+13
2007-10-01gst/sdp/gstsdpdemux.c: Use new function in -base to get the default clock-rate.Wim Taymans1-46/+17
2007-10-01Added SDP demuxer element. Fixes #426657.Wim Taymans3-0/+1532
2007-10-01gst/mpegtsparse/: Remove useless src pad that only results in not linked erro...mutex at runbox dot com3-19/+3
2007-09-29ext/mythtv/gstmythtvsrc.c: Re-apply docs patch from #468039; fix tab.Tim-Philipp Müller1-0/+3
2007-09-28gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose.Wim Taymans2-7/+8
2007-09-28gst/rtpmanager/gstrtpjitterbuffer.c: Remove jitter correction code, it's now ...Wim Taymans3-92/+105
2007-09-27gst/librfb/gstrfbsrc.*: Added a property for incremental screen updatesThijs Vermeir2-5/+15
2007-09-27gst/flv/gstflvparse.c: I got it wrong again, audio rate was not detected corr...Julien Moutte1-7/+6
2007-09-26gst/rtpmanager/gstrtpbin.c: Fix cleanup crasher.Wim Taymans3-7/+15
2007-09-26gst/librfb/gstrfbsrc.c: fix bug from generic/states.gdbThijs Vermeir1-1/+2
2007-09-26gst/flv/gstflvparse.c: codec_data is needed for every tag not just the first ...Julien Moutte1-2/+3
2007-09-26gst/flv/gstflvparse.c: Fix bit masks operations to be sure we detect the code...Julien Moutte1-49/+27
2007-09-24Massive leak fixing, plus code cleanups.Stefan Kost9-69/+111
2007-09-21gst/librfb/: Added offset-x, offset-y, width and height property for selectin...Thijs Vermeir3-5/+88
2007-09-21gst/librfb/gstrfbsrc.c: Minimum raw encoding is working nowThijs Vermeir2-10/+5
2007-09-20gst/librfb/gstrfbsrc.c: raw encoding is working, but it looks like the ffmpeg...Thijs Vermeir1-17/+12
2007-09-20gst/librfb/gstrfbsrc.c: bpp, depth and endianness are now set from the stream.Thijs Vermeir1-4/+6
2007-09-20Fix memory leaks. More to come.Stefan Kost1-2/+6
2007-09-20gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans6-0/+74
2007-09-19gst/librfb/: It is now possible to connect to a vncserver. there are still so...Thijs Vermeir3-122/+181
2007-09-19gst/real/gstrealvideodec.*: Don't generate an error for occasional decoding e...Wim Taymans2-11/+67