summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/riff
AgeCommit message (Expand)AuthorFilesLines
2005-05-06remove gst-libs from gst-plugins module as it is in gst-plugins-base nowChristian Schaller9-2494/+0
2005-02-20gst-libs/gst/riff/riff-media.c: Do actually fix invalid RIFF fmt header value...Tim-Philipp Müller1-0/+18
2005-02-09Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ...Tim-Philipp Müller1-0/+4
2005-01-25gst-libs/gst/riff/riff-media.c: Add extradata to huffyuv (fixes #165013).Ronald S. Bultje2-0/+7
2005-01-24gst-libs/gst/riff/riff-media.c: Audio can be <8000Hz.Ronald S. Bultje1-1/+1
2005-01-19gst-libs/gst/riff/riff-read.*: Add _peek version (req'ed in CDXA).Ronald S. Bultje2-5/+22
2005-01-19gst-libs/gst/riff/riff-media.c: Add intel-h263.Ronald S. Bultje1-0/+8
2005-01-10gst-libs/gst/riff/riff-read.c: Don't bail on unknown events.Ronald S. Bultje1-1/+1
2005-01-05gst/: Add AMR (VBR and CBR) ids to riff.h audio codec listStéphane Loeuillet1-0/+2
2004-12-19gst-libs/gst/riff/riff-media.c: Add BLZ0 (Blizzard's version of DivX) fourcc.Ronald S. Bultje1-0/+7
2004-12-16gst-libs/gst/riff/riff-read.c: Read extradata correctly (fixes #155879).Ronald S. Bultje1-7/+9
2004-12-16gst-libs/gst/riff/riff-media.c: Add h264.Ronald S. Bultje1-1/+7
2004-12-13forgot to add H264 to avidemux template capsStéphane Loeuillet1-0/+1
2004-12-13add VSSH (VideoSoft h264) and remove s323 (h323) from riff-lib because s323 i...Stéphane Loeuillet2-7/+7
2004-12-13gst/asfdemux/README gst/wavenc/riff.h gst-libs/gst/riff/riff-ids.h gst-libs/g...Stéphane Loeuillet2-0/+12
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-10-30ext/dv/gstdvdec.c: Set EOS on the element when processing an EOS event.Jan Schmidt1-0/+3
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-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26add more plugins to the build add some definitions needed by plugins fixes fo...Steve Lhomme1-0/+3
2004-07-25cleaned the makefilesSteve Lhomme1-4/+4
2004-07-25Copy the files where needed after building, cleaner projectsSteve Lhomme2-0/+182
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-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-06-15fixed a potential leak with previous commitZaheer Abbas Merali1-2/+3
2004-06-15gst-libs/gst/riff/riff-read.c: Added missing refcount, fixes bug #144425Zaheer Abbas Merali1-0/+1
2004-05-31ext/vorbis/vorbisdec.c: Initialise b_o_s and e_o_s variablesJan Schmidt1-0/+10
2004-05-17rename WMAx codec defines to be consistentStéphane Loeuillet2-6/+6
2004-05-16gst-libs/gst/riff/riff-read.c: Don't touch events after not owning them anymore.Ronald S. Bultje1-1/+3
2004-05-14gst-libs/gst/riff/riff-read.c: - fix INFO tag extraction in RIFF/AVI files be...Stéphane Loeuillet1-1/+5
2004-05-14- typos : unkown => unknownStéphane Loeuillet1-3/+4
2004-05-13gst-libs/gst/riff/riff-ids.h: - add CDXA to the list of RIFF typesStéphane Loeuillet1-0/+2
2004-05-09gst-libs/gst/riff/: Fix for unaligned RIFF files (i.e. where all the chunks t...Ronald S. Bultje2-0/+33