Age | Commit message (Expand) | Author | Files | Lines |
2005-01-05 | gst/: Add AMR (VBR and CBR) ids to riff.h audio codec list | Stéphane Loeuillet | 1 | -0/+2 |
2004-12-19 | gst-libs/gst/riff/riff-media.c: Add BLZ0 (Blizzard's version of DivX) fourcc. | Ronald S. Bultje | 1 | -0/+7 |
2004-12-16 | gst-libs/gst/riff/riff-read.c: Read extradata correctly (fixes #155879). | Ronald S. Bultje | 1 | -7/+9 |
2004-12-16 | gst-libs/gst/riff/riff-media.c: Add h264. | Ronald S. Bultje | 1 | -1/+7 |
2004-12-13 | forgot to add H264 to avidemux template caps | Stéphane Loeuillet | 1 | -0/+1 |
2004-12-13 | add VSSH (VideoSoft h264) and remove s323 (h323) from riff-lib because s323 i... | Stéphane Loeuillet | 2 | -7/+7 |
2004-12-13 | gst/asfdemux/README gst/wavenc/riff.h gst-libs/gst/riff/riff-ids.h gst-libs/g... | Stéphane Loeuillet | 2 | -0/+12 |
2004-12-03 | ext/faad/gstfaad.c: Set DURATION even if source buffer didn't. Also use incre... | Ronald S. Bultje | 1 | -1/+1 |
2004-12-01 | ext/esd/esdsink.c: Make error actually say something useful (fixes #156798). | Ronald S. Bultje | 1 | -0/+8 |
2004-12-01 | gst-libs/gst/riff/riff-read.c: Don't forward DISCONT events (fixes #159684). | Ronald S. Bultje | 1 | -1/+1 |
2004-10-30 | ext/dv/gstdvdec.c: Set EOS on the element when processing an EOS event. | Jan Schmidt | 1 | -0/+3 |
2004-10-09 | gst-libs/gst/riff/riff-media.c: WMV3 missing in template caps. | Ronald S. Bultje | 1 | -0/+1 |
2004-10-06 | gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warning | Stéphane Loeuillet | 1 | -1/+1 |
2004-10-06 | gst-libs/gst/riff/riff-media.c: generate caps for ATRAC3 audio streams | Stéphane Loeuillet | 1 | -0/+6 |
2004-10-06 | gst/wavparse/gstwavparse.h remove duplicated defines for audio codec codes gs... | Stéphane Loeuillet | 1 | -1/+3 |
2004-10-02 | gst-libs/gst/riff/riff-media.c: Add wing commander format mimetype/fourccs. | Ronald S. Bultje | 1 | -1/+9 |
2004-10-02 | gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB). | Ronald S. Bultje | 2 | -22/+32 |
2004-10-01 | gst-libs/gst/riff/riff-media.c: Add codec_data handling (like asfdemux used t... | Ronald S. Bultje | 1 | -5/+16 |
2004-10-01 | ext/dvdread/dvdreadsrc.c: Fix. Don't do one big huge loop around the whole DV... | Ronald S. Bultje | 1 | -0/+1 |
2004-09-29 | ext/flac/gstflacdec.c: Only return true if we actually filled something in. P... | Ronald S. Bultje | 1 | -56/+80 |
2004-09-23 | ext/dirac/: Do something. Don't actually know if this works because I don't h... | Ronald S. Bultje | 1 | -3/+2 |
2004-08-24 | gst-libs/gst/riff/riff-read.c: fix infinite loop in wavparse, fixes bug | Christophe Fergeau | 1 | -5/+9 |
2004-07-27 | more working plugins | Steve Lhomme | 1 | -1/+1 |
2004-07-27 | rename GStreamer-0.8.lib to libgstreamer.lib | Steve Lhomme | 1 | -2/+2 |
2004-07-27 | avoid problems with math.h, fix release dependancy | Steve Lhomme | 1 | -3/+3 |
2004-07-26 | add more plugins to the build add some definitions needed by plugins fixes fo... | Steve Lhomme | 1 | -0/+3 |
2004-07-25 | cleaned the makefiles | Steve Lhomme | 1 | -4/+4 |
2004-07-25 | Copy the files where needed after building, cleaner projects | Steve Lhomme | 2 | -0/+182 |
2004-07-20 | gst-libs/gst/riff/riff-media.c: Fix double end-to-native symbol conversion (#... | Ronald S. Bultje | 1 | -3/+3 |
2004-07-16 | gst/: Make sure we don't create 0 sized subbufers in riff-read. | Wim Taymans | 1 | -4/+12 |
2004-07-15 | gst-libs/gst/riff/riff-media.c: mp42/mp43 (no caps) exist too. | Ronald S. Bultje | 1 | -0/+2 |
2004-07-13 | gst/: Set codec_data on caps for avidemuxer. | Wim Taymans | 4 | -15/+97 |
2004-07-12 | gst-libs/gst/riff/riff-media.c: Fix the template caps to include some more me... | Wim Taymans | 1 | -2/+6 |
2004-06-15 | fixed a potential leak with previous commit | Zaheer Abbas Merali | 1 | -2/+3 |
2004-06-15 | gst-libs/gst/riff/riff-read.c: Added missing refcount, fixes bug #144425 | Zaheer Abbas Merali | 1 | -0/+1 |
2004-05-31 | ext/vorbis/vorbisdec.c: Initialise b_o_s and e_o_s variables | Jan Schmidt | 1 | -0/+10 |
2004-05-17 | rename WMAx codec defines to be consistent | Stéphane Loeuillet | 2 | -6/+6 |
2004-05-16 | gst-libs/gst/riff/riff-read.c: Don't touch events after not owning them anymore. | Ronald S. Bultje | 1 | -1/+3 |
2004-05-14 | gst-libs/gst/riff/riff-read.c: - fix INFO tag extraction in RIFF/AVI files be... | Stéphane Loeuillet | 1 | -1/+5 |
2004-05-14 | - typos : unkown => unknown | Stéphane Loeuillet | 1 | -3/+4 |
2004-05-13 | gst-libs/gst/riff/riff-ids.h: - add CDXA to the list of RIFF types | Stéphane Loeuillet | 1 | -0/+2 |
2004-05-09 | gst-libs/gst/riff/: Fix for unaligned RIFF files (i.e. where all the chunks t... | Ronald S. Bultje | 2 | -0/+33 |
2004-05-08 | Rewrote wavparse to use riff-read instead of doing bytestream stuff by hand. | Iain Holmes | 3 | -12/+46 |
2004-04-23 | gst-libs/gst/riff/riff-media.c: audio/x-raw-int with height rules! not. Now i... | Benjamin Otte | 1 | -1/+1 |
2004-04-22 | gst-libs/gst/riff/riff-media.c: mpegversion is an int | Benjamin Otte | 1 | -1/+1 |
2004-04-20 | configure.ac: bump required gstreamer version to 0.8.1.1 because of following... | David Schleef | 1 | -5/+6 |
2004-04-16 | gst-libs/gst/riff/riff-media.c: Add div[3456] as fourccs for DivX 3 (fixes #1... | Ronald S. Bultje | 1 | -0/+4 |
2004-04-16 | gst/: Add MS RLE support. I added some functions to read out strf chunks into... | Ronald S. Bultje | 4 | -3/+119 |
2004-04-15 | gst-libs/gst/riff/riff-media.c: Fix typo in divxversion (3 instead of 4 for "... | Ronald S. Bultje | 1 | -1/+1 |
2004-04-11 | gst-libs/gst/riff/riff-media.c: Add MS video v1. | Ronald S. Bultje | 1 | -0/+14 |