| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ext/esd/esdmon.c: fix nonterminated vararg and memleak | Benjamin Otte | 2004-04-05 | 2 | -9/+16 |
* | ext/ladspa/gstladspa.c: clean up debugging | Benjamin Otte | 2004-04-05 | 2 | -21/+62 |
* | gst/audioconvert/gstaudioconvert.c: advertise buffer-frames correctly on sink... | Benjamin Otte | 2004-04-05 | 1 | -0/+5 |
* | more debugging, only reset caps when not in error | Thomas Vander Stichele | 2004-04-05 | 1 | -0/+9 |
* | add debug category + commenting and cleanups | Thomas Vander Stichele | 2004-04-05 | 1 | -0/+4 |
* | configure.ac: fix == in test(1) operator | Benjamin Otte | 2004-04-04 | 2 | -2/+9 |
* | configure.ac: fix --export-symblos-regex to a working regex. | Benjamin Otte | 2004-04-04 | 2 | -1/+8 |
* | sys/oss/.cvsignore: add for oss_probe | Benjamin Otte | 2004-04-04 | 2 | -0/+6 |
* | ext/mad/gstid3tag.c: add missing 'new_media' argument (fixes #138168) | Benjamin Otte | 2004-04-03 | 2 | -1/+13 |
* | ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is disted (bug #138914) | David Schleef | 2004-04-03 | 2 | -3/+7 |
* | Hopefully make the configure check work on Debian. | Scott Wheeler | 2004-04-01 | 1 | -1/+34 |
* | ext/alsa/gstalsa.c: handle case better where a soundcard can't pause | Benjamin Otte | 2004-04-01 | 1 | -1/+8 |
* | throw an error if we couldn't probe caps | Thomas Vander Stichele | 2004-04-01 | 2 | -0/+10 |
* | Add a really simple sample DVD player gst-launch command line | Jan Schmidt | 2004-04-01 | 1 | -0/+5 |
* | a52dec: Use a debug category, Output timestamps correctly | Jan Schmidt | 2004-04-01 | 6 | -4/+406 |
* | avoid SIGFPE, throw error | Thomas Vander Stichele | 2004-04-01 | 1 | -0/+5 |
* | leak plugs and style fixes | Thomas Vander Stichele | 2004-04-01 | 1 | -0/+6 |
* | gst/audioscale/gstaudioscale.c: Fix getcaps to expand and union lists. (bug #... | David Schleef | 2004-03-31 | 5 | -9/+338 |
* | dutch translation | Thomas Vander Stichele | 2004-03-31 | 1 | -53/+52 |
* | fixing CLAMPING | Thomas Vander Stichele | 2004-03-31 | 1 | -0/+10 |
* | ext/mpeg2dec/gstmpeg2dec.c: Handle Y42B-format MPEG video, patch from Matthew... | Matthew.Spencer@eu.sony.com | 2004-03-31 | 1 | -0/+8 |
* | ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527) | David Schleef | 2004-03-31 | 2 | -3/+4 |
* | tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W. | gnome@flyn.org | 2004-03-31 | 2 | -0/+6 |
* | sys/oss/gstosselement.c: probe caps correctly for sound cards that only suppo... | Benjamin Otte | 2004-03-30 | 2 | -1/+9 |
* | ext/kio/kiosrc.cpp: update handling event processing if inside KDE - untested | Benjamin Otte | 2004-03-30 | 1 | -0/+5 |
* | small removal | Thomas Vander Stichele | 2004-03-30 | 1 | -1/+0 |
* | ext/hermes/gsthermescolorspace.c: decrease rank by 2 to not interfere with ot... | David Schleef | 2004-03-30 | 2 | -1/+9 |
* | ext/alsa/gstalsa.c: Don't fixate fields that aren't in the caps. | David Schleef | 2004-03-30 | 2 | -1/+8 |
* | Try a bit harder to get the correct Qt dir. At some point I'll split this ou... | Scott Wheeler | 2004-03-30 | 1 | -3/+40 |
* | revert accidental po file patch | Benjamin Otte | 2004-03-30 | 3 | -142/+142 |
* | gst-libs/gst/riff/riff-media.c: fail on error, don't try to set stuff on NULL... | Benjamin Otte | 2004-03-30 | 1 | -0/+5 |
* | try fixing configure on RH9 | Benjamin Otte | 2004-03-30 | 5 | -197/+197 |
* | add experimental kiosrc plugin | Benjamin Otte | 2004-03-30 | 3 | -6/+55 |
* | return proper values for state change failures | Thomas Vander Stichele | 2004-03-29 | 2 | -6/+23 |
* | ext/mad/gstid3tag.c: try harder to check if an event is really a discont | Benjamin Otte | 2004-03-29 | 1 | -0/+5 |
* | adding azerbaijani | Thomas Vander Stichele | 2004-03-29 | 3 | -1/+808 |
* | gst/mpegstream/: get rid of non-standard "..." ranges in case statements. | Benjamin Otte | 2004-03-28 | 1 | -0/+7 |
* | gst/mpegstream/gstmpegdemux.*: Complete overhaul. All DVD specific functional... | Martin Soto | 2004-03-27 | 1 | -0/+25 |
* | fix spec to work, we still need thomasvs to commit his version :) | Christian Schaller | 2004-03-27 | 1 | -8/+38 |
* | gst/typefind/gsttypefindfunctions.c: fix bug where typefinding would claim it... | Benjamin Otte | 2004-03-26 | 1 | -0/+6 |
* | gst/law/: Fix capsnego in all four, remove the unused property functions and ... | Ronald S. Bultje | 2004-03-26 | 5 | -315/+314 |
* | sys/oss/gstosselement.c: Add code to handle rate probing (bug #120883) | David Schleef | 2004-03-25 | 5 | -4/+396 |
* | ext/xvid/gstxvidenc.c: ulong/int mess-up. | Ronald S. Bultje | 2004-03-25 | 1 | -0/+6 |
* | ext/speex/: Create the pad template correctly (from the static pad template, ... | David Schleef | 2004-03-25 | 3 | -16/+28 |
* | gst/debug/: add element that quasi-randomly changes bytes in the stream. | Benjamin Otte | 2004-03-25 | 3 | -2/+285 |
* | ext/alsa/gstalsa.*: debugging output fixes | Benjamin Otte | 2004-03-24 | 1 | -0/+7 |
* | ext/gnomevfs/gstgnomevfssrc.c: don't g_return_if_fail if element is PLAYING, ... | Benjamin Otte | 2004-03-24 | 2 | -2/+12 |
* | gst/level/gstlevel.c: add proxying getcaps function, so level doesn't adverti... | Benjamin Otte | 2004-03-24 | 2 | -0/+8 |
* | gst/qtdemux/qtdemux.c: Fix debugging messages. Divide the chunk size by the ... | David Schleef | 2004-03-24 | 2 | -143/+170 |
* | gst/mpegaudioparse/gstmpegaudioparse.c: Fix buffer overflow read error. | Ronald S. Bultje | 2004-03-24 | 1 | -0/+5 |