summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* More work on subclassing the sinks from the basesink.BRANCH-THREADEDWim Taymans2005-03-048-25/+730
* examples/seeking/seek.c: Add AVI pipeline.Ronald S. Bultje2005-02-055-795/+383
* Clock fixes.Wim Taymans2005-01-111-6/+9
* Various plugin updates to have something to play with.Wim Taymans2004-12-207-49/+71
* ext/faad/gstfaad.c: Set DURATION even if source buffer didn't. Also use incre...Ronald S. Bultje2004-12-031-1/+1
* ext/esd/esdsink.c: Make error actually say something useful (fixes #156798).Ronald S. Bultje2004-12-011-0/+8
* gst-libs/gst/riff/riff-read.c: Don't forward DISCONT events (fixes #159684).Ronald S. Bultje2004-12-011-1/+1
* gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)Martin Soto2004-11-271-9/+19
* Surround sound support.Ronald S. Bultje2004-11-255-3/+805
* Fix another typo in doc string :)Johan Dahlin2004-11-251-1/+1
* Fix typo in doc stringJohan Dahlin2004-11-251-1/+1
* ext/alsa/gstalsa.c: buffer-frames property was missingBenjamin Otte2004-11-091-0/+1
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-014-3/+10
* ext/dv/gstdvdec.c: Set EOS on the element when processing an EOS event.Jan Schmidt2004-10-301-0/+3
* gst-libs/gst/audio/gstaudiofilter.c: fix buildZaheer Abbas Merali2004-10-281-1/+1
* gst-libs/gst/audio/gstaudiofilter.c: fix link function to always query channe...Benjamin Otte2004-10-281-3/+5
* gst-libs/gst/riff/riff-media.c: WMV3 missing in template caps.Ronald S. Bultje2004-10-091-0/+1
* gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warningStéphane Loeuillet2004-10-061-1/+1
* gst-libs/gst/riff/riff-media.c: generate caps for ATRAC3 audio streamsStéphane Loeuillet2004-10-061-0/+6
* gst/wavparse/gstwavparse.h remove duplicated defines for audio codec codes gs...Stéphane Loeuillet2004-10-061-1/+3
* gst-libs/gst/riff/riff-media.c: Add wing commander format mimetype/fourccs.Ronald S. Bultje2004-10-021-1/+9
* gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).Ronald S. Bultje2004-10-022-22/+32
* gst-libs/gst/riff/riff-media.c: Add codec_data handling (like asfdemux used t...Ronald S. Bultje2004-10-011-5/+16
* ext/dvdread/dvdreadsrc.c: Fix. Don't do one big huge loop around the whole DV...Ronald S. Bultje2004-10-011-0/+1
* ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje2004-09-291-56/+80
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-231-3/+2
* gst-libs/gst/riff/riff-read.c: fix infinite loop in wavparse, fixes bugChristophe Fergeau2004-08-241-5/+9
* gst-libs/gst/video/videosink.h: Change copyright block to LGPL.David Schleef2004-08-111-11/+12
* ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license fieldDavid Schleef2004-08-111-11/+12
* Finished removing GPL'ed MMX code.Brian Cameron2004-08-092-20/+0
* Remove GPL'ed mmx32idct.c code and supporting code, since logic in gst-plugin...Brian Cameron2004-08-096-2197/+2
* fixes for G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-031-1/+2
* don't install marshal headerThomas Vander Stichele2004-07-301-2/+1
* don't use stupid colorspace, do use hermes, make macro, mark for translationThomas Vander Stichele2004-07-301-53/+27
* no need to link in setup stageThomas Vander Stichele2004-07-281-1/+1
* more working pluginsSteve Lhomme2004-07-2714-14/+14
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-2714-28/+28
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-2714-42/+42
* add more plugins to the build add some definitions needed by plugins fixes fo...Steve Lhomme2004-07-269-23/+43
* more plugins supported under windowsSteve Lhomme2004-07-2611-0/+1650
* cleaned the makefilesSteve Lhomme2004-07-253-12/+14
* Copy the files where needed after building, cleaner projectsSteve Lhomme2004-07-255-0/+479
* Clean the local includeSteve Lhomme2004-07-251-1/+1
* ok, that was not very cleanSteve Lhomme2004-07-252-165/+0
* Add the preliminary canvas to build plugins on Win32Steve Lhomme2004-07-242-0/+165
* gst-libs/gst/riff/riff-media.c: Fix double end-to-native symbol conversion (#...Ronald S. Bultje2004-07-201-3/+3
* gst/: Make sure we don't create 0 sized subbufers in riff-read.Wim Taymans2004-07-161-4/+12
* gst-libs/gst/video/video.h: Added 32 bits RGBA. Not sure if we should use ano...Wim Taymans2004-07-161-0/+27
* gst-libs/gst/riff/riff-media.c: mp42/mp43 (no caps) exist too.Ronald S. Bultje2004-07-151-0/+2
* gst/: Set codec_data on caps for avidemuxer.Wim Taymans2004-07-134-15/+97