Age | Commit message (Expand) | Author | Files | Lines |
2004-01-06 | gst/mpegstream/gstmpegparse.c: When we have received a new SCR right in the f... | Ronald S. Bultje | 1 | -0/+7 |
2004-01-06 | Set the buffer-frames on the int2floats caps | Iain Holmes | 1 | -0/+9 |
2004-01-05 | gst/mpegstream/gstmpegdemux.c: Add pad to element *after* setting functions s... | Ronald S. Bultje | 1 | -0/+9 |
2004-01-04 | Fix the fixate functions to handle new prototype: | David Schleef | 1 | -0/+10 |
2004-01-04 | sys/ximage/ximagesink.*: assorted fixes to make (re)embedding work | Benjamin Otte | 1 | -0/+12 |
2004-01-04 | gst-libs/gst/xoverlay/xoverlay.*: Add optional "desired size" signal and quer... | Benjamin Otte | 1 | -0/+8 |
2004-01-04 | Oops | Ronald S. Bultje | 1 | -1/+1 |
2004-01-04 | gst/matroska/matroska-demux.c: Fix EBML-laced block parsing. Diffs are relati... | Ronald S. Bultje | 1 | -0/+14 |
2004-01-04 | gst/wavenc/gstwavenc.c: Fix indenting, fix pad creation. | Ronald S. Bultje | 1 | -0/+5 |
2004-01-04 | ext/xvid/gstxviddec.c: Implement src_getcaps() so proper size caps is negotia... | Ronald S. Bultje | 1 | -0/+7 |
2004-01-03 | ext/flac/gstflacdec.c: Finish flac decoder on EOS. See #116178. | Ronald S. Bultje | 1 | -0/+5 |
2004-01-03 | gst/matroska/: Add getcaps() function to fix capsnego... | Ronald S. Bultje | 1 | -0/+7 |
2004-01-03 | gst/mpegstream/: Fix more integer overflows. Again, see #126967. | Ronald S. Bultje | 1 | -0/+7 |
2004-01-03 | ext/mpeg2dec/gstmpeg2dec.c: Add support for mpeg2dec-0.4.0 (released two week... | Ronald S. Bultje | 1 | -0/+25 |
2004-01-03 | gst/rtp/rtp-packet.c: Add sys/types.h include, since OS X doesn't define in_a... | Ronald S. Bultje | 1 | -0/+6 |
2004-01-03 | ext/alsa/gstalsamixer.c: Correct logic of dispose function (see #129306). | Ronald S. Bultje | 1 | -0/+7 |
2004-01-03 | gst/mpegstream/: and also fix integer overflows at high PTS values (see #1269... | Ronald S. Bultje | 1 | -0/+9 |
2004-01-03 | ext/: OS X fixes (see #126628). | Ronald S. Bultje | 1 | -0/+7 |
2004-01-03 | ext/alsa/gstalsasrc.c: Remove bogus "src" request pad. | David Schleef | 1 | -0/+9 |
2004-01-02 | sys/: Move interface libs from LDFLAGS to LIBADD, fix relocation errors after... | Ronald S. Bultje | 1 | -0/+8 |
2004-01-02 | ext/ffmpeg/gstffmpegenc.c: Negotiation fixes. | David Schleef | 1 | -0/+10 |
2004-01-02 | sys/v4l/: Fix pad template stuff. | Ronald S. Bultje | 1 | -0/+7 |
2004-01-02 | gst/matroska/: fix signed integer reading/writing. | Ronald S. Bultje | 1 | -0/+6 |
2004-01-02 | ext/alsa/README: Remove outdated document | Benjamin Otte | 1 | -0/+5 |
2004-01-02 | src pad was being created twice - oops. | Jan Schmidt | 1 | -0/+5 |
2004-01-02 | sys/ximage/ximagesink.c: Comment out internal resize. It doesn't handle the r... | Ronald S. Bultje | 1 | -0/+8 |
2004-01-02 | ext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue. | Ronald S. Bultje | 1 | -0/+5 |
2004-01-02 | Add fixate function and test for bad caps | David Schleef | 1 | -0/+6 |
2004-01-02 | Negotiation fixes | David Schleef | 1 | -0/+10 |
2004-01-02 | Convert elements to use gst_pad_use_explicit_caps() where appropriate. | David Schleef | 1 | -0/+52 |
2004-01-01 | configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1... | Ronald S. Bultje | 1 | -0/+102 |
2003-12-31 | Change gst_pad_proxy_link() to gst_pad_try_set_caps() | David Schleef | 1 | -0/+6 |
2003-12-31 | Negotiation fixes. | David Schleef | 1 | -0/+29 |
2003-12-30 | ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed. | Colin Walters | 1 | -0/+5 |
2003-12-29 | Fix warning about discarding const qualifier | Jan Schmidt | 1 | -0/+5 |
2003-12-27 | Changelog update | Jeremy Simon | 1 | -0/+9 |
2003-12-27 | ext/alsa/gstalsa.c: Don't send ALSA debugging to stderr. | Benjamin Otte | 1 | -0/+7 |
2003-12-27 | sys/xvimage/xvimagesink.c: Free XVAdapterInfo correctly. | Benjamin Otte | 1 | -0/+5 |
2003-12-27 | ext/mad/gstid3tag.c: Make id3tag use correct caps nego. | Benjamin Otte | 1 | -0/+6 |
2003-12-27 | make tremor work again | Amaury Jacquot | 1 | -0/+7 |
2003-12-27 | testsuite/spider/: Make tests compile again. They probably don't work. | Benjamin Otte | 1 | -0/+7 |
2003-12-24 | Return NULL if we can't fixate the caps anymore. | Colin Walters | 1 | -0/+5 |
2003-12-24 | gst/volume/gstvolume.c: Proxy getcaps. | David Schleef | 1 | -0/+6 |
2003-12-24 | ext/ffmpeg/: fix typo in RGB masks, and move back to "old" colorspace capsneg... | Ronald S. Bultje | 1 | -0/+15 |
2003-12-23 | Fix caps breakage after Dave's caps branch merge. | Ronald S. Bultje | 1 | -0/+20 |
2003-12-23 | Fix 24bppLE RGB | Ronald S. Bultje | 1 | -0/+5 |
2003-12-23 | I'm too lazy to comment this | Colin Walters | 1 | -1/+1 |
2003-12-23 | Add ARG_HANDLE property that takes a GnomeVFSHandle directly. | Colin Walters | 1 | -0/+5 |
2003-12-22 | gst/volume/: Reenable volume element and fix to work with new caps stuff. | Benjamin Otte | 1 | -0/+8 |
2003-12-22 | gst/qtdemux/qtdemux.c: qtdemux requires bytestream | Benjamin Otte | 1 | -0/+5 |