summaryrefslogtreecommitdiffstats
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2004-12-03ext/faad/gstfaad.c: Set DURATION even if source buffer didn't. Also use incre...Ronald S. Bultje1-1/+1
2004-12-01ext/esd/esdsink.c: Make error actually say something useful (fixes #156798).Ronald S. Bultje1-0/+8
2004-12-01gst-libs/gst/riff/riff-read.c: Don't forward DISCONT events (fixes #159684).Ronald S. Bultje1-1/+1
2004-11-27gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)Martin Soto1-9/+19
2004-11-25Surround sound support.Ronald S. Bultje5-3/+805
2004-11-25Fix another typo in doc string :)Johan Dahlin1-1/+1
2004-11-25Fix typo in doc stringJohan Dahlin1-1/+1
2004-11-09ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte1-0/+1
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt4-3/+10
2004-10-30ext/dv/gstdvdec.c: Set EOS on the element when processing an EOS event.Jan Schmidt1-0/+3
2004-10-28gst-libs/gst/audio/gstaudiofilter.c: fix buildZaheer Abbas Merali1-1/+1
2004-10-28gst-libs/gst/audio/gstaudiofilter.c: fix link function to always query channe...Benjamin Otte1-3/+5
2004-10-09gst-libs/gst/riff/riff-media.c: WMV3 missing in template caps.Ronald S. Bultje1-0/+1
2004-10-06gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warningStéphane Loeuillet1-1/+1
2004-10-06gst-libs/gst/riff/riff-media.c: generate caps for ATRAC3 audio streamsStéphane Loeuillet1-0/+6
2004-10-06gst/wavparse/gstwavparse.h remove duplicated defines for audio codec codes gs...Stéphane Loeuillet1-1/+3
2004-10-02gst-libs/gst/riff/riff-media.c: Add wing commander format mimetype/fourccs.Ronald S. Bultje1-1/+9
2004-10-02gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).Ronald S. Bultje2-22/+32
2004-10-01gst-libs/gst/riff/riff-media.c: Add codec_data handling (like asfdemux used t...Ronald S. Bultje1-5/+16
2004-10-01ext/dvdread/dvdreadsrc.c: Fix. Don't do one big huge loop around the whole DV...Ronald S. Bultje1-0/+1
2004-09-29ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje1-56/+80
2004-09-23ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje1-3/+2
2004-08-24gst-libs/gst/riff/riff-read.c: fix infinite loop in wavparse, fixes bugChristophe Fergeau1-5/+9
2004-08-11gst-libs/gst/video/videosink.h: Change copyright block to LGPL.David Schleef1-11/+12
2004-08-11ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license fieldDavid Schleef1-11/+12
2004-08-09Finished removing GPL'ed MMX code.Brian Cameron2-20/+0
2004-08-09Remove GPL'ed mmx32idct.c code and supporting code, since logic in gst-plugin...Brian Cameron6-2197/+2
2004-08-03fixes for G_DISABLE_ASSERT and friendsBenjamin Otte1-1/+2
2004-07-30don't install marshal headerThomas Vander Stichele1-2/+1
2004-07-30don't use stupid colorspace, do use hermes, make macro, mark for translationThomas Vander Stichele1-53/+27
2004-07-28no need to link in setup stageThomas Vander Stichele1-1/+1
2004-07-27more working pluginsSteve Lhomme14-14/+14
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme14-28/+28
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme14-42/+42
2004-07-26add more plugins to the build add some definitions needed by plugins fixes fo...Steve Lhomme9-23/+43
2004-07-26more plugins supported under windowsSteve Lhomme11-0/+1650
2004-07-25cleaned the makefilesSteve Lhomme3-12/+14
2004-07-25Copy the files where needed after building, cleaner projectsSteve Lhomme5-0/+479
2004-07-25Clean the local includeSteve Lhomme1-1/+1
2004-07-25ok, that was not very cleanSteve Lhomme2-165/+0
2004-07-24Add the preliminary canvas to build plugins on Win32Steve Lhomme2-0/+165
2004-07-20gst-libs/gst/riff/riff-media.c: Fix double end-to-native symbol conversion (#...Ronald S. Bultje1-3/+3
2004-07-16gst/: Make sure we don't create 0 sized subbufers in riff-read.Wim Taymans1-4/+12
2004-07-16gst-libs/gst/video/video.h: Added 32 bits RGBA. Not sure if we should use ano...Wim Taymans1-0/+27
2004-07-15gst-libs/gst/riff/riff-media.c: mp42/mp43 (no caps) exist too.Ronald S. Bultje1-0/+2
2004-07-13gst/: Set codec_data on caps for avidemuxer.Wim Taymans4-15/+97
2004-07-12gst-libs/gst/riff/riff-media.c: Fix the template caps to include some more me...Wim Taymans1-2/+6
2004-07-12ignore moreThomas Vander Stichele1-0/+2
2004-07-09don't assert in state changeThomas Vander Stichele1-0/+2
2004-07-08new method. various debuggingThomas Vander Stichele2-23/+93