summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-04-11gst-libs/gst/riff/riff-media.c: Fix divx caps mismatch and move from video/x-...Ronald S. Bultje1-0/+6
2004-04-10gst/mpeg1videoparse/gstmp1videoparse.*: Fix for some slight mis-cuts in buffe...Ronald S. Bultje1-0/+9
2004-04-10Workaround for missing struct v4l2_buffer declaration in Suse 9 and Mandrake ...Ronald S. Bultje1-0/+7
2004-04-10ext/gnomevfs/gstgnomevfssink.c: Bail out if no filename was given.Ronald S. Bultje1-0/+5
2004-04-10sys/v4l2/gstv4l2src.c: fix Y41P (was typo'ed toRonald S. Bultje1-0/+7
2004-04-09ext/gnomevfs/gstgnomevfssink.c: fix erase signal - if any handler returns fal...Benjamin Otte1-0/+19
2004-04-09gst/ffmpegcolorspace/gstffmpegcolorspace.c: Change rank to PRIMARY.David Schleef1-0/+5
2004-04-09gst/colorspace/gstcolorspace.c: Don't advertise a conversion we don't support...David Schleef1-0/+5
2004-04-07do not change caps in middle of stream except on new streams fixes #139382Thomas Vander Stichele1-0/+10
2004-04-07ext/gnomevfs/gstgnomevfssink.c: Fix erase signal. Don't erase by default. Rem...Ronald S. Bultje1-0/+12
2004-04-07gst-libs/gst/gconf/test-gconf.c: add missing gst_initBenjamin Otte1-0/+5
2004-04-07ext/gnomevfs/gstgnomevfssrc.c: free the mutexes, tooBenjamin Otte1-0/+5
2004-04-06ext/gnomevfs/gstgnomevfssrc.c: actually free the URI stringBenjamin Otte1-0/+13
2004-04-06ext/mad/gstmad.c: fix GST_FORMAT_TIME usageBenjamin Otte1-0/+5
2004-04-05ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use a deprecated functi...David Schleef1-0/+5
2004-04-05ext/esd/esdmon.c: fix nonterminated vararg and memleakBenjamin Otte1-0/+5
2004-04-05ext/ladspa/gstladspa.c: clean up debuggingBenjamin Otte1-0/+16
2004-04-05gst/audioconvert/gstaudioconvert.c: advertise buffer-frames correctly on sink...Benjamin Otte1-0/+5
2004-04-05more debugging, only reset caps when not in errorThomas Vander Stichele1-0/+9
2004-04-05add debug category + commenting and cleanupsThomas Vander Stichele1-0/+4
2004-04-04configure.ac: fix == in test(1) operatorBenjamin Otte1-0/+7
2004-04-04configure.ac: fix --export-symblos-regex to a working regex.Benjamin Otte1-0/+7
2004-04-04sys/oss/.cvsignore: add for oss_probeBenjamin Otte1-0/+5
2004-04-03ext/mad/gstid3tag.c: add missing 'new_media' argument (fixes #138168)Benjamin Otte1-0/+10
2004-04-03ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is disted (bug #138914)David Schleef1-0/+5
2004-04-01ext/alsa/gstalsa.c: handle case better where a soundcard can't pauseBenjamin Otte1-1/+8
2004-04-01throw an error if we couldn't probe capsThomas Vander Stichele1-0/+5
2004-04-01Add a really simple sample DVD player gst-launch command lineJan Schmidt1-0/+5
2004-04-01a52dec: Use a debug category, Output timestamps correctlyJan Schmidt1-0/+57
2004-04-01avoid SIGFPE, throw errorThomas Vander Stichele1-0/+5
2004-04-01leak plugs and style fixesThomas Vander Stichele1-0/+6
2004-03-31gst/audioscale/gstaudioscale.c: Fix getcaps to expand and union lists. (bug #...David Schleef1-0/+17
2004-03-31fixing CLAMPINGThomas Vander Stichele1-0/+10
2004-03-31ext/mpeg2dec/gstmpeg2dec.c: Handle Y42B-format MPEG video, patch from Matthew...Matthew.Spencer@eu.sony.com1-0/+8
2004-03-31ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)David Schleef1-0/+4
2004-03-31tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.gnome@flyn.org1-0/+5
2004-03-30sys/oss/gstosselement.c: probe caps correctly for sound cards that only suppo...Benjamin Otte1-0/+6
2004-03-30ext/kio/kiosrc.cpp: update handling event processing if inside KDE - untestedBenjamin Otte1-0/+5
2004-03-30ext/hermes/gsthermescolorspace.c: decrease rank by 2 to not interfere with ot...David Schleef1-0/+8
2004-03-30ext/alsa/gstalsa.c: Don't fixate fields that aren't in the caps.David Schleef1-0/+7
2004-03-30gst-libs/gst/riff/riff-media.c: fail on error, don't try to set stuff on NULL...Benjamin Otte1-0/+5
2004-03-30add experimental kiosrc pluginBenjamin Otte1-0/+14
2004-03-29return proper values for state change failuresThomas Vander Stichele1-0/+10
2004-03-29ext/mad/gstid3tag.c: try harder to check if an event is really a discontBenjamin Otte1-0/+5
2004-03-29adding azerbaijaniThomas Vander Stichele1-0/+5
2004-03-28gst/mpegstream/: get rid of non-standard "..." ranges in case statements.Benjamin Otte1-0/+7
2004-03-27gst/mpegstream/gstmpegdemux.*: Complete overhaul. All DVD specific functional...Martin Soto1-0/+25
2004-03-26gst/typefind/gsttypefindfunctions.c: fix bug where typefinding would claim it...Benjamin Otte1-0/+6
2004-03-26gst/law/: Fix capsnego in all four, remove the unused property functions and ...Ronald S. Bultje1-0/+19
2004-03-25sys/oss/gstosselement.c: Add code to handle rate probing (bug #120883)David Schleef1-0/+14