summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-05-09gst/playback/gstplaybasebin.c: Clean up if open failed (#302188).Ronald S. Bultje1-0/+5
2005-05-09gst/playback/gstplaybin.c: Set volume in subsequent runs, too (#302813).Ronald S. Bultje1-0/+6
2005-05-09ext/gdk_pixbuf/pixbufscale.c: Free caps - fixes a small memory leakJan Schmidt1-0/+5
2005-05-07gst/librfb/gstrfbsrc.c: Changed short and long description to something meani...Gergely Nagy2-2/+7
2005-05-06gst/volenv/gstvolenv.c: Check whether string passed as 'controlpoint' propert...Tim-Philipp Müller1-0/+7
2005-05-06Added rtsp with sdp support. not very functional yet but is able to get rtp p...Wim Taymans1-0/+56
2005-05-05gst/: Set object_class->get_property and object_class->set_property before in...Tim-Philipp Müller1-0/+15
2005-05-05gst/videotestsrc/videotestsrc.c: Convert everything that means "raw bits" to ...David Schleef1-0/+8
2005-05-05minor ChangeLog surgeryTim-Philipp Müller1-0/+6
2005-05-05ex/: Even more gcc-4.0 fixes.Tim-Philipp Müller9-22/+76
2005-05-05More gcc-4.0 fixes.Tim-Philipp Müller6-9/+69
2005-05-05gst/: gcc-4.0 fixes part oneTim-Philipp Müller6-16/+67
2005-05-05ext/faad/gstfaad.c: Reverting previous patch, blame borked gentoo patches on ...Edward Hervey2-2/+7
2005-05-05ext/faad/gstfaad.c: faacDecInit[2]() uses (unsigned int *) and not (unsigned ...Edward Hervey2-2/+8
2005-05-04ext/mad/gstmad.c: Remove g_print from previous commit.Ronald S. Bultje1-0/+5
2005-05-04ext/mad/gstmad.c: That wasn't all too good for performance in Totem...Ronald S. Bultje1-0/+5
2005-05-04ext/cairo/: Make work with future Cairo 0.5 API. Modified patch so that thing...Tim-Philipp Müller1-0/+10
2005-05-04ext/mad/gstmad.c: Don't use taglist twice (#302837).Ronald S. Bultje1-0/+5
2005-05-04gst-libs/gst/play/play.c: Fix compilation with gcc4 and, while we're at it, u...Tim-Philipp Müller2-2/+10
2005-05-03ext/ogg/gstoggmux.c: Lowered max-page-delay and max-delay from 5s to 0.5s. Fi...Gergely Nagy1-0/+6
2005-05-02gst/playback/gstplaybasebin.c: Doh, silly. Always remove pointer to deleted o...Ronald S. Bultje1-0/+7
2005-05-02ext/pango/gsttextoverlay.*: Handle EOS better (#302220).Ronald S. Bultje1-0/+8
2005-05-02ext/mad/gstmad.c: Ronald S. Bultje1-0/+6
2005-05-02gst/adder/gstadder.*: Fix EOS handling (#301944).Ronald S. Bultje1-0/+11
2005-04-29ext/pango/gsttextoverlay.c: Fix offset bug (#172845).Ronald S. Bultje1-0/+5
2005-04-28ext/cdparanoia/gstcdparanoia.*: Metadata handling fixes.Ronald S. Bultje1-0/+7
2005-04-28ext/cdparanoia/: Calculate musicbrainz discid.Ronald S. Bultje1-0/+12
2005-04-27ext/cdparanoia/gstcdparanoia.*: required for #171600.Ronald S. Bultje1-0/+12
2005-04-26gst/tcp/gstmultifdsink.*: Made the locks recursive so that we don't have to r...Wim Taymans1-0/+13
2005-04-25ext/ogg/gstoggdemux.c: Cache start-time values; flush ogg-streams after each ...Ronald S. Bultje1-0/+8
2005-04-25gst/audioscale/gstaudioscale.c: Allow floating-point audio passthrough, makes...Ronald S. Bultje1-0/+7
2005-04-25ext/wavpack/wavpack.h: Fix freeBSD compile (#301894).Ronald S. Bultje1-0/+7
2005-04-22gst/adder/gstadder.c: Implement getcaps function (#301292).Ronald S. Bultje1-0/+8
2005-04-22gst/: Use works-in-place flag (#300932).Ronald S. Bultje1-0/+10
2005-04-22gst/: More signed/unsigned fixes for GCC4.Ronald S. Bultje3-8/+19
2005-04-22First set of GCC4 compiler fixes.Ronald S. Bultje21-76/+172
2005-04-22fix a silly bug that gcc4 caughtThomas Vander Stichele1-1/+6
2005-04-21ext/dvdnav/dvdnavsrc.c: Extend URI handler for dvdnav:// to support dvdnav://...Jan Schmidt1-0/+15
2005-04-21gst/qtdemux/qtdemux.c: Add extradata for ALAC.Ronald S. Bultje2-2/+24
2005-04-21ext/cdio/cddasrc.c: Fix EOS emission for the last track on the disc.Tim-Philipp Müller1-0/+5
2005-04-21ext/alsa/gstalsa.c: try to work as much as before while still working around ...Benjamin Otte1-0/+7
2005-04-21gst/qtdemux/qtdemux.c: Set correct extradata for QDM2.Ronald S. Bultje2-0/+20
2005-04-21gst/speed/gstspeed.c: Don't reset speed->sample_size to 0 in state change fro...Tim-Philipp Müller2-3/+8
2005-04-20ext/shout2/gstshout2.c: ext/shout2/gstshout2.h fix stream name so it has a de...Zaheer Abbas Merali1-0/+6
2005-04-20gst/autodetect/gstautoaudiosink.c: When redoing the ghostpad, make sure it's ...Tim-Philipp Müller1-0/+6
2005-04-20ext/libpng/gstpngenc.c: How can this be broken for soooo long?Zaheer Abbas Merali1-0/+5
2005-04-19sys/ximage/ximagesink.c: Minor code clean-up: remove unnecessary cast (fixes ...Tim-Philipp Müller1-0/+6
2005-04-18ext/mad/gstmad.c: Add more debug.Ronald S. Bultje1-0/+5
2005-04-18gst/ffmpegcolorspace/gstffmpegcolorspace.c: Attempt passthrough (massively in...Ronald S. Bultje1-0/+6
2005-04-18gst/tags/gstvorbistag.c: ... and to OGM / Ogg ...Ronald S. Bultje1-0/+5