Age | Commit message (Expand) | Author | Files | Lines |
2004-04-30 | add initial support for libvisual (http://libvisual.sourceforge.net) libvisua... | Benjamin Otte | 3 | -0/+27 |
2004-04-30 | gst/qtdemux/qtdemux.c: Hacked up qtdemux to make it spit out codec_data. Do ... | David Schleef | 2 | -0/+152 |
2004-04-30 | change alsa pcm device discovery to find more than 1 device per card. | Stéphane Loeuillet | 1 | -0/+7 |
2004-04-29 | sys/oss/gstosselement.c: Add a check for a driver bug on FreeBSD. (bug #140565) | David Schleef | 1 | -0/+5 |
2004-04-29 | ext/jpeg/: move format setting to inner loop | Thomas Vander Stichele | 4 | -8/+37 |
2004-04-29 | gst/speed/gstspeed.c: Fix caps parsing. (bug #140064) | David Schleef | 2 | -3/+8 |
2004-04-29 | ext/alsa/gstalsa.c: Don't probe for playback device if we're a source element... | Ronald S. Bultje | 1 | -0/+6 |
2004-04-29 | ext/mad/gstid3tag.c: rewrite buffer offset | Benjamin Otte | 1 | -0/+6 |
2004-04-29 | New DTS decoder. | Ronald S. Bultje | 7 | -4/+662 |
2004-04-28 | ext/divx/gstdivxdec.c: Remove comment that makes no sense. | Ronald S. Bultje | 4 | -23/+19 |
2004-04-27 | gst/monoscope/gstmonoscope.c: make sure we only provide 256x128 | Benjamin Otte | 1 | -0/+7 |
2004-04-27 | use max width and height for fixation | Thomas Vander Stichele | 1 | -0/+7 |
2004-04-27 | fix v4l for qc-usb webcams | Thomas Vander Stichele | 1 | -0/+12 |
2004-04-27 | add num-buffers property | Thomas Vander Stichele | 1 | -1/+11 |
2004-04-26 | ext/mad/gstid3tag.c: set id3mux rank to NONE so it doesn't confuse spider req... | Benjamin Otte | 1 | -0/+6 |
2004-04-26 | configure.ac: detect faad correctly as non-working if it's indeed non-working | Benjamin Otte | 2 | -6/+14 |
2004-04-26 | fix jpeg getcaps so it negotiates correctly | Thomas Vander Stichele | 1 | -0/+7 |
2004-04-25 | gst/audioconvert/gstaudioconvert.c: fix memleak | Benjamin Otte | 1 | -0/+5 |
2004-04-23 | gst-libs/gst/riff/riff-media.c: audio/x-raw-int with height rules! not. Now i... | Benjamin Otte | 2 | -1/+6 |
2004-04-23 | gst/wavparse/gstwavparse.c: Missing variable initialization. Add handling of ... | Ronald S. Bultje | 1 | -0/+12 |
2004-04-22 | ext/shout/gstshout.c: fix shoutcast not working (fixes #140844) | Benjamin Otte | 2 | -2/+9 |
2004-04-22 | s/gst_caps_simplify/gst_caps_do_simplify/ | Benjamin Otte | 3 | -9/+14 |
2004-04-22 | gst-libs/gst/riff/riff-media.c: mpegversion is an int | Benjamin Otte | 2 | -1/+10 |
2004-04-21 | ext/sdl/Makefile.am: Link against libgstinterfaces, not libgstxoverlay. jmmv... | David Schleef | 2 | -1/+7 |
2004-04-20 | ext/mad/gstid3tag.c: Add stdlib.h | David Schleef | 3 | -1/+24 |
2004-04-20 | gst/realmedia/rmdemux.c: This was supposed to part of the last checkin. Same... | David Schleef | 1 | -0/+5 |
2004-04-20 | configure.ac: bump required gstreamer version to 0.8.1.1 because of following... | David Schleef | 9 | -30/+85 |
2004-04-20 | readding po files with -ko | Thomas Vander Stichele | 7 | -0/+4355 |
2004-04-20 | removing temporarily | Thomas Vander Stichele | 7 | -4444/+0 |
2004-04-20 | how embarassing to commit the WRONG po file | Thomas Vander Stichele | 1 | -714/+176 |
2004-04-20 | up required gst version fix po download snippet | Thomas Vander Stichele | 3 | -2/+10 |
2004-04-20 | ext/mad/gstid3tag.c: remove leftover g_print | Benjamin Otte | 1 | -0/+8 |
2004-04-20 | add debugging categories | Thomas Vander Stichele | 1 | -0/+6 |
2004-04-20 | adding english translation | Thomas Vander Stichele | 3 | -1/+809 |
2004-04-20 | gst/qtdemux/qtdemux.c: A number of new features and hacks to extract the esds... | David Schleef | 2 | -16/+142 |
2004-04-19 | gconf/Makefile.am: Fix for non-GNU make | David Schleef | 7 | -11/+37 |
2004-04-19 | adding ukrainian translation | Thomas Vander Stichele | 3 | -1/+272 |
2004-04-19 | ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly. | Ronald S. Bultje | 3 | -24/+64 |
2004-04-18 | gst/wavparse/gstwavparse.c: Hack to make wavparse work with spider (always ->... | Ronald S. Bultje | 1 | -0/+8 |
2004-04-18 | sys/oss/gstosselement.c: get rid of \n in debug output | Benjamin Otte | 1 | -0/+7 |
2004-04-17 | Allow all events, not just EOS | Iain Holmes | 1 | -0/+5 |
2004-04-17 | ext/mad/gstid3tag.c: deprecate id3tag element and replace with id3demux/id3mux. | Benjamin Otte | 1 | -0/+14 |
2004-04-17 | configure.ac: require mpeg2dec >= 0.4.0 | Benjamin Otte | 2 | -1/+6 |
2004-04-17 | sys/xvimage/xvimagesink.c: call GST_ELEMENT_ERROR whenever get_xcontext fails... | Benjamin Otte | 2 | -0/+8 |
2004-04-16 | sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268) | David Schleef | 1 | -0/+5 |
2004-04-16 | fix wrong use of GST_ELEMENT_ERROR | Thomas Vander Stichele | 2 | -2/+5 |
2004-04-16 | gst-libs/gst/riff/riff-media.c: Add div[3456] as fourccs for DivX 3 (fixes #1... | Ronald S. Bultje | 2 | -0/+10 |
2004-04-16 | gst/: Add MS RLE support. I added some functions to read out strf chunks into... | Ronald S. Bultje | 6 | -5/+153 |
2004-04-15 | bump nano to 1 | Thomas Vander Stichele | 2 | -1/+5 |
2004-04-15 | releasing | Thomas Vander Stichele | 2 | -3/+10 |