summaryrefslogtreecommitdiffstats
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-08use macro to hash lookupThomas Vander Stichele1-76/+33
2004-07-08gst-libs/gst/play/play.c: - add debugging infoThomas Vander Stichele1-30/+95
2004-07-03gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends on X. (bug #14...David Schleef1-2/+2
2004-07-02clean up install/dist problemThomas Vander Stichele4-8/+5
2004-06-27unbreak installThomas Vander Stichele4-4/+8
2004-06-25Add name=source to the wavparse pipelineIain Holmes1-1/+1
2004-06-24don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte4-7/+17
2004-06-15fixed a potential leak with previous commitZaheer Abbas Merali1-2/+3