Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-04-11 | gst-libs/gst/riff/riff-media.c: Fix another codecname mismatch. | Ronald S. Bultje | 1 | -2/+2 |
2004-04-11 | gst-libs/gst/riff/riff-media.c: Fix divx caps mismatch and move from video/x-... | Ronald S. Bultje | 1 | -13/+14 |
2004-03-30 | try fixing configure on RH9 | Benjamin Otte | 1 | -1/+1 |
2004-03-24 | ext/alsa/gstalsa.h: Remove unused entry. | Ronald S. Bultje | 1 | -0/+6 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 2 | -174/+175 |
2004-03-15 | *.h: Revert indenting | Johan Dahlin | 3 | -75/+87 |
2004-03-14 | gst-indent | Thomas Vander Stichele | 6 | -463/+395 |
2004-03-09 | gst-libs/gst/riff/riff-read.c: Fix metadata read crash (#136537). | Ronald S. Bultje | 1 | -1/+0 |
2004-02-23 | gst/: First batch implementing audio and video codec tags in demuxers. | Julien Moutte | 2 | -15/+118 |
2004-02-15 | examples/gstplay/player.c: Adding some output for debugging. | Julien Moutte | 1 | -0/+2 |
2004-02-14 | gst-libs/gst/play/play.c: Disable visualization until i find a way to fix swi... | Julien Moutte | 1 | -2/+3 |
2004-02-07 | Build fixes for OS X: (see #129600) | David Schleef | 1 | -4/+4 |
2004-02-05 | gst-libs/gst/riff/riff-read.c: use correct GST_TAG_ENCODER tag | Benjamin Otte | 1 | -1/+1 |
2004-02-02 | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 1 | -7/+7 |
2004-01-30 | gst/: Fix event handling. | Ronald S. Bultje | 1 | -14/+18 |
2004-01-29 | GST_ELEMENT_ERROR | Thomas Vander Stichele | 1 | -8/+8 |
2004-01-25 | gst-libs/gst/riff/riff-read.c: Additional pad usability check. | Ronald S. Bultje | 1 | -1/+1 |
2004-01-23 | gst-libs/gst/riff/riff-read.*: Remove stuff fromold metadata system. | Ronald S. Bultje | 2 | -34/+0 |
2004-01-23 | ext/ogg/gstoggdemux.c: Fix wrong file comment. | Ronald S. Bultje | 1 | -29/+59 |
2004-01-18 | use new error signal and classification | Thomas Vander Stichele | 1 | -10/+9 |
2004-01-09 | ext/divx/gstdivxenc.c: Use explicit caps - fix capsnego. | Ronald S. Bultje | 1 | -1/+2 |
2003-12-22 | Merge CAPS branch | David Schleef | 2 | -203/+108 |
2003-12-18 | Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge... | Ronald S. Bultje | 1 | -2/+3 |
2003-12-15 | MP3 is mpegversion=1, else it clashes with MPEG/AAC | Ronald S. Bultje | 1 | -2/+3 |
2003-12-07 | Whoops, this one is needed too | Ronald S. Bultje | 2 | -4/+102 |
2003-12-07 | Hm, darn, forgot to commit one dir | Ronald S. Bultje | 10 | -936/+1724 |
2003-12-04 | remove copyright field from plugins | Andy Wingo | 1 | -1/+0 |
2003-11-07 | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 3 | -0/+11 |
2003-11-03 | use top-level defined plugindir | David Schleef | 1 | -2/+1 |
2003-10-31 | first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sy... | Benjamin Otte | 1 | -5/+13 |
2003-09-11 | Remove all locally-defined optimization flags | David Schleef | 1 | -1/+1 |
2003-09-03 | Remove vestigal code (#121174) | David Schleef | 1 | -11/+0 |
2003-08-13 | clean up code, fix typos in lst checkin | David Schleef | 2 | -11/+9 |