summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2004-11-02gst/qtdemux/qtdemux.c: Change all g_print()s to debugging. Add a bunch of co...David Schleef1-28/+67
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt1-5/+5
2004-10-28gst-libs/gst/audio/gstaudiofilter.c: fix link function to always query channe...Benjamin Otte2-0/+446
2004-10-22gst/spectrum/: Fix demo and reenable it. Yes, I'm currently playing with audi...Benjamin Otte2-59/+41
2004-10-15gst/qtdemux/qtdemux.c: An esds box is not a container.Wim Taymans1-14/+22
2004-10-06gst/flx/gstflxdec.c: Actually _do_ negotiation. Pass gdouble as arg instead o...Wim Taymans1-1/+5
2004-10-02gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).Ronald S. Bultje1-1/+18
2004-09-29ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje2-16/+24
2004-09-23ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje1-7/+11
2004-09-22ext/: remove explicit newmedia support from oggmux and vorbisenc add debug ca...Zaheer Abbas Merali2-1/+46
2004-09-15configure.ac: remove NASM check, since we don't use it. Update dirac check t...David Schleef1-39/+74
2004-09-13gst/qtdemux/qtdemux.c: Don't crash by dividing by zero (see sample movie in #...Ronald S. Bultje1-4/+8
2004-09-13gst/qtdemux/qtdemux.c: Don't touch non-existing data (fixes crash on file in ...Ronald S. Bultje1-4/+6
2004-08-11gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct before.David Schleef1-1/+1
2004-08-11ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license fieldDavid Schleef1-1/+1
2004-07-28ext/dvdnav/README: Update the README to use dvddemuxJan Schmidt1-1/+12
2004-07-27fix local includes and 64 bits constantsSteve Lhomme9-10/+10
2004-07-27more working pluginsSteve Lhomme26-34/+34
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme26-52/+52
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme26-78/+78
2004-07-26local include fixesSteve Lhomme2-2/+2
2004-07-26more plugins supported under windowsSteve Lhomme26-0/+3923
2004-07-22multifilesink plugin for creating new files every time a new media discontinu...Zaheer Abbas Merali3-0/+725
2004-06-07gst/mixmatrix/mixmatrix.c: create a NULL-initialized array of pads, so we don...Benjamin Otte1-43/+45
2004-06-05gst/qtdemux/qtdemux.*: Bitch. Also known as seeking, querying & co.Ronald S. Bultje2-20/+82
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet1-1/+1
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet23-31/+31
2004-05-21gst/cdxaparse/gstcdxaparse.*: some renaming add some checks/sanity prepare fo...Stéphane Loeuillet2-141/+112
2004-05-19gst/qtdemux/qtdemux.c: Patch from dcm@acm.org (David Moore) to allow qtdemux ...David Moore1-5/+31
2004-05-19configure.ac: Add sunaudioDavid Schleef2-3/+3
2004-05-14ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing.David Schleef1-0/+1
2004-05-13ext/mad/gstid3tag.c: move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"Stéphane Loeuillet2-167/+222
2004-05-12ext/audiofile/gstafsrc.c: Remove old debug outputJan Schmidt2-7/+40
2004-05-11gst/cdxaparse/gstcdxaparse.c: Add mpegversion to CAPS to make it linkStéphane Loeuillet1-2/+3
2004-05-11gst/switch/gstswitch.c: whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ...Benjamin Otte1-14/+12
2004-05-03ext/divx/gstdivxenc.c: fix range since -1 is the defaultThomas Vander Stichele3-4/+4
2004-05-01gst/qtdemux/qtdemux.c: More qtdemux hackage -- parse a lot more atoms, extrac...David Schleef2-14/+166
2004-04-30gst/qtdemux/qtdemux.c: Hacked up qtdemux to make it spit out codec_data. Do ...David Schleef1-0/+145
2004-04-29ext/jpeg/: move format setting to inner loopThomas Vander Stichele1-2/+10
2004-04-29gst/speed/gstspeed.c: Fix caps parsing. (bug #140064)David Schleef1-3/+3
2004-04-28ext/divx/gstdivxdec.c: Remove comment that makes no sense.Ronald S. Bultje1-1/+2
2004-04-22s/gst_caps_simplify/gst_caps_do_simplify/Benjamin Otte1-5/+2
2004-04-20configure.ac: bump required gstreamer version to 0.8.1.1 because of following...David Schleef6-24/+25
2004-04-20gst/qtdemux/qtdemux.c: A number of new features and hacks to extract the esds...David Schleef1-16/+133
2004-04-19ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly.Ronald S. Bultje1-2/+2
2004-04-16gst/: Add MS RLE support. I added some functions to read out strf chunks into...Ronald S. Bultje1-2/+2
2004-04-10gst/mpeg1videoparse/gstmp1videoparse.*: Fix for some slight mis-cuts in buffe...Ronald S. Bultje2-11/+29
2004-04-09gst/colorspace/gstcolorspace.c: Don't advertise a conversion we don't support...David Schleef1-1/+1
2004-04-01a52dec: Use a debug category, Output timestamps correctlyJan Schmidt3-226/+843
2004-03-30ext/hermes/gsthermescolorspace.c: decrease rank by 2 to not interfere with ot...David Schleef1-1/+1