Age | Commit message (Expand) | Author | Files | Lines |
2007-10-22 | gst/flv/gstflvparse.c: Don't emit no-more-pads for single pad scenarios as th... | Julien Moutte | 2 | -10/+18 |
2007-10-19 | sys/dvb/dvbbasebin.c: Added proxy property of diseqc-source | Zaheer Abbas Merali | 2 | -0/+9 |
2007-10-18 | gst/equalizer/gstiirequalizer.c: Add a missing break. | Sebastian Dröge | 2 | -0/+7 |
2007-10-18 | gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate band... | Sebastian Dröge | 3 | -79/+77 |
2007-10-17 | ext/cdaudio/Makefile.am: Add another missing GST_LIBS. | Tim-Philipp Müller | 2 | -1/+6 |
2007-10-17 | gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer. | Richard Hult | 2 | -1/+8 |
2007-10-17 | sys/dvb/: Fix some warnings. | Tim-Philipp Müller | 3 | -4/+10 |
2007-10-16 | gst/librfb/rfbdecoder.c: Add the set encodings client message | Thijs Vermeir | 2 | -3/+35 |
2007-10-16 | gst/librfb/: remove the rfbbytestream dead code | Thijs Vermeir | 7 | -256/+10 |
2007-10-16 | sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. | Alessandro Decina | 27 | -74/+4520 |
2007-10-16 | gst/mpegtsparse/: Add request pad for getting the full transport stream comin... | Alessandro Decina | 4 | -11/+101 |
2007-10-14 | configure.ac: Update the highest allowed neon version from 0.26.99 to 0.27.99. | Sebastian Dröge | 2 | -1/+7 |
2007-10-10 | configure.ac: Require core CVS. This is implicit in the -base CVS requiremen... | Tim-Philipp Müller | 6 | -41/+67 |
2007-10-09 | gst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990. | Laurent Glayal | 2 | -0/+9 |
2007-10-08 | gst/: Fix compiler warnings shown by Forte. | Jan Schmidt | 10 | -26/+61 |
2007-10-08 | gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps. | Wim Taymans | 5 | -46/+111 |
2007-10-08 | ext/gio/gstgio.c: Use GIO function to get a list of supported URI schemes ins... | Sebastian Dröge | 2 | -5/+8 |
2007-10-05 | gst/rtpmanager/rtpsession.c: When reconsidering RTCP timeouts, set the next t... | Wim Taymans | 2 | -11/+39 |
2007-10-05 | gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of... | Wim Taymans | 6 | -46/+55 |
2007-10-05 | gst/xingheader/gstxingmux.c: The size of the Xing header is actually 417 as i... | Gautier Portet | 2 | -7/+32 |
2007-10-05 | gst/mpegtsparse/mpegtspacketizer.c: Don't skip PAT with version number 0. Fix... | Wai-Ming Ho | 3 | -1/+15 |
2007-10-02 | gst/sdp/gstsdpdemux.h: Change signature of pt to fix compilation on some plat... | Wim Taymans | 2 | -1/+6 |
2007-10-02 | gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables. | Wim Taymans | 4 | -29/+92 |
2007-10-02 | gst/sdp/Makefile.am: Forgot to commit makefile. | Wim Taymans | 2 | -0/+18 |
2007-10-02 | ext/gio/gstgiosink.c: Update to API changes in GIO. | Sebastian Dröge | 2 | -1/+7 |
2007-10-01 | gst/sdp/gstsdpdemux.c: Use new function in -base to get the default clock-rate. | Wim Taymans | 2 | -46/+22 |
2007-10-01 | Added SDP demuxer element. Fixes #426657. | Wim Taymans | 5 | -0/+1557 |
2007-10-01 | gst/mpegtsparse/: Remove useless src pad that only results in not linked erro... | mutex at runbox dot com | 4 | -19/+17 |
2007-09-29 | ext/mythtv/gstmythtvsrc.c: Re-apply docs patch from #468039; fix tab. | Tim-Philipp Müller | 3 | -2/+15 |
2007-09-29 | ext/gio/: Some minor cleanup and allow setting the location only when the ele... | Sebastian Dröge | 3 | -7/+24 |
2007-09-29 | configure.ac: Update gio's pkg-config file name as currently in SVN. | Sebastian Dröge | 3 | -6/+12 |
2007-09-28 | gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose. | Wim Taymans | 3 | -7/+18 |
2007-09-28 | gst/rtpmanager/gstrtpjitterbuffer.c: Remove jitter correction code, it's now ... | Wim Taymans | 4 | -92/+123 |
2007-09-28 | ext/neon/gstneonhttpsrc.c: Now that we require libneon >= 0.26 remove the neo... | Sebastian Dröge | 2 | -12/+8 |
2007-09-28 | configure.ac: We require libneon >= 26 now for the query field in ne_uri. | Wim Taymans | 2 | -1/+6 |
2007-09-28 | ext/neon/gstneonhttpsrc.*: Don't discard GET parameters from URL if existing. | Wouter Cloetens | 3 | -1/+29 |
2007-09-27 | gst/librfb/gstrfbsrc.*: Added a property for incremental screen updates | Thijs Vermeir | 3 | -5/+21 |
2007-09-27 | ext/xvid/gstxvidenc.*: Remove superfluous 'frame-encoded' signal (people can ... | Tim-Philipp Müller | 3 | -20/+9 |
2007-09-27 | gst/flv/gstflvparse.c: I got it wrong again, audio rate was not detected corr... | Julien Moutte | 2 | -7/+12 |
2007-09-26 | gst/rtpmanager/gstrtpbin.c: Fix cleanup crasher. | Wim Taymans | 4 | -7/+27 |
2007-09-26 | gst/librfb/gstrfbsrc.c: fix bug from generic/states.gdb | Thijs Vermeir | 2 | -1/+7 |
2007-09-26 | gst/flv/gstflvparse.c: codec_data is needed for every tag not just the first ... | Julien Moutte | 2 | -2/+10 |
2007-09-26 | gst/flv/gstflvparse.c: Fix bit masks operations to be sure we detect the code... | Julien Moutte | 2 | -49/+34 |
2007-09-24 | Massive leak fixing, plus code cleanups. | Stefan Kost | 15 | -78/+155 |
2007-09-22 | po/LINGUAS: Added translations. | Thomas Vander Stichele | 2 | -1/+6 |
2007-09-22 | po/pl.po: Added Polish translation. | Thomas Vander Stichele | 2 | -0/+42 |
2007-09-22 | po/fi.po: Added Finnish translation. | Thomas Vander Stichele | 2 | -0/+58 |
2007-09-22 | po/es.po: Added Spanish translation. | Thomas Vander Stichele | 2 | -0/+44 |
2007-09-22 | po/bg.po: Added Bulgarian translation. | Thomas Vander Stichele | 2 | -0/+64 |
2007-09-21 | docs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy. | Sebastian Dröge | 4 | -63/+100 |