Age | Commit message (Expand) | Author | Files | Lines |
2004-10-02 | gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB). | Ronald S. Bultje | 1 | -1/+18 |
2004-09-23 | ext/dirac/: Do something. Don't actually know if this works because I don't h... | Ronald S. Bultje | 1 | -7/+11 |
2004-09-15 | configure.ac: remove NASM check, since we don't use it. Update dirac check t... | David Schleef | 1 | -39/+74 |
2004-09-13 | gst/qtdemux/qtdemux.c: Don't crash by dividing by zero (see sample movie in #... | Ronald S. Bultje | 1 | -4/+8 |
2004-09-13 | gst/qtdemux/qtdemux.c: Don't touch non-existing data (fixes crash on file in ... | Ronald S. Bultje | 1 | -4/+6 |
2004-07-27 | more working plugins | Steve Lhomme | 1 | -3/+3 |
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 | more plugins supported under windows | Steve Lhomme | 1 | -0/+148 |
2004-06-05 | gst/qtdemux/qtdemux.*: Bitch. Also known as seeking, querying & co. | Ronald S. Bultje | 2 | -20/+82 |
2004-05-21 | first batch : remove ',' at end of enums as they could confuse older gcc, for... | Stéphane Loeuillet | 1 | -1/+1 |
2004-05-19 | gst/qtdemux/qtdemux.c: Patch from dcm@acm.org (David Moore) to allow qtdemux ... | David Moore | 1 | -5/+31 |
2004-05-14 | ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing. | David Schleef | 1 | -0/+1 |
2004-05-01 | gst/qtdemux/qtdemux.c: More qtdemux hackage -- parse a lot more atoms, extrac... | David Schleef | 2 | -14/+166 |
2004-04-30 | gst/qtdemux/qtdemux.c: Hacked up qtdemux to make it spit out codec_data. Do ... | David Schleef | 1 | -0/+145 |
2004-04-29 | ext/jpeg/: move format setting to inner loop | Thomas Vander Stichele | 1 | -2/+10 |
2004-04-28 | ext/divx/gstdivxdec.c: Remove comment that makes no sense. | Ronald S. Bultje | 1 | -1/+2 |
2004-04-20 | configure.ac: bump required gstreamer version to 0.8.1.1 because of following... | David Schleef | 1 | -13/+14 |
2004-04-20 | gst/qtdemux/qtdemux.c: A number of new features and hacks to extract the esds... | David Schleef | 1 | -16/+133 |
2004-04-19 | ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly. | Ronald S. Bultje | 1 | -2/+2 |
2004-04-16 | gst/: Add MS RLE support. I added some functions to read out strf chunks into... | Ronald S. Bultje | 1 | -2/+2 |
2004-03-24 | gst/qtdemux/qtdemux.c: Fix debugging messages. Divide the chunk size by the ... | David Schleef | 1 | -143/+156 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 1 | -369/+370 |
2004-03-15 | *.h: Revert indenting | Johan Dahlin | 1 | -30/+27 |
2004-03-14 | gst-indent | Thomas Vander Stichele | 2 | -965/+1108 |
2004-03-14 | gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the offs... | Ronald S. Bultje | 1 | -2/+3 |
2004-03-07 | gst/qtdemux/qtdemux.c: Added Cinepak format (bug #136470) | David Schleef | 1 | -1/+2 |
2004-03-07 | gst/qtdemux/qtdemux.c: Fix crash (j might be greater than n_samples, in which... | Ronald S. Bultje | 1 | -5/+7 |
2004-03-06 | ext/faad/gstfaad.c: Fix negotiation. | David Schleef | 1 | -2/+5 |
2004-03-05 | gst/qtdemux/qtdemux.c: Add prototype code for handling seeking and querying. | David Schleef | 1 | -0/+187 |
2004-02-24 | gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux ... | David Schleef | 1 | -163/+149 |
2004-02-20 | ext/xine/: add first version of xine plugin wrapper. Currently only wraps the | Benjamin Otte | 1 | -15/+24 |
2004-02-03 | gst/qtdemux/qtdemux.c: set explicit caps before adding the element, so the au... | Benjamin Otte | 1 | -2/+2 |
2004-01-26 | Add SVQ3 specific flags to qtdemux and ffmpeg | Jeremy Simon | 2 | -3/+56 |
2004-01-15 | ext/esd/esdsink.c: Remove property that handles osssink fallback. | David Schleef | 1 | -2/+3 |
2004-01-11 | gst/qtdemux/qtdemux.c: fix audio chunk size/timestamp calculation | Benjamin Otte | 1 | -5/+17 |
2004-01-03 | Change sink pad template caps to "video/quicktime" | David Schleef | 1 | -1/+1 |
2004-01-02 | Convert elements to use gst_pad_use_explicit_caps() where appropriate. | David Schleef | 1 | -57/+3 |
2003-12-22 | gst/qtdemux/qtdemux.c: qtdemux requires bytestream | Benjamin Otte | 1 | -0/+3 |
2003-12-22 | Merge CAPS branch | David Schleef | 1 | -206/+126 |
2003-12-18 | Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge... | Ronald S. Bultje | 1 | -0/+3 |
2003-12-04 | remove copyright field from plugins | Andy Wingo | 1 | -1/+0 |
2003-11-27 | Change everyone to video/x-msvideo | David Schleef | 1 | -1/+1 |
2003-11-27 | Added audio/x-m4a to the sink caps | Iain Holmes | 1 | -0/+5 |
2003-11-24 | add a rank to allow autoplugging | Benjamin Otte | 1 | -1/+1 |
2003-11-10 | change video/x-jpeg to image/jpeg | David Schleef | 1 | -3/+5 |
2003-11-07 | Do not demux only 2 trak atoms | Jeremy Simon | 1 | -4/+9 |
2003-11-02 | Quicktime demuxer ported to new interface | Ronald S. Bultje | 1 | -22/+27 |
2003-10-29 | change gst/bytestream.h to gst/bytestream/bytestream.h | David Schleef | 1 | -1/+1 |
2003-10-28 | merge TYPEFIND branch. Major changes: | Benjamin Otte | 2 | -40/+4 |