Age | Commit message (Expand) | Author | Files | Lines |
2004-03-01 | fix plugin names move gstvideosink.h to videosink.h | Thomas Vander Stichele | 1 | -0/+10 |
2004-03-01 | fix plugin filename | Thomas Vander Stichele | 1 | -0/+12 |
2004-02-29 | sys/oss/gstosselement.*: Reworked enumeration of oss dsps and mixers so that ... | Christophe Fergeau | 1 | -0/+8 |
2004-02-29 | gst/videodrop/gstvideodrop.*: Work based on timestamp of input data, not base... | Ronald S. Bultje | 1 | -0/+10 |
2004-02-27 | patches from jmmv@menta.net (Julio M. Merino Vidal) | David Schleef | 1 | -0/+18 |
2004-02-27 | gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twice | Benjamin Otte | 1 | -0/+9 |
2004-02-27 | gst/: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h fil... | David Schleef | 1 | -0/+10 |
2004-02-26 | back to nano | Thomas Vander Stichele | 1 | -1/+7 |
2004-02-25 | assorted debug/warning fixes | Thomas Vander Stichele | 1 | -0/+8 |
2004-02-25 | add debug category and use it properly | Thomas Vander Stichele | 1 | -0/+23 |
2004-02-25 | gst/interleave/interleave.c (interleave_buffered_loop): Always push only when... | Andy Wingo | 1 | -0/+9 |
2004-02-24 | fix mulawdec | Thomas Vander Stichele | 1 | -0/+6 |
2004-02-24 | gst/videofilter/gstgamma.c: Adds gamma correction for RGB, with separate r g ... | David Schleef | 1 | -0/+10 |
2004-02-24 | don't signal bitrate for < 1 | Thomas Vander Stichele | 1 | -0/+5 |
2004-02-24 | gst/qtdemux/qtdemux.c: Cleanups. Convert g_prints to GST_LOGs. Add qtdemux ... | David Schleef | 1 | -0/+13 |
2004-02-24 | gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages | Johan Dahlin | 1 | -0/+4 |
2004-02-23 | versioning gstreamer schemas and install location | Thomas Vander Stichele | 1 | -0/+9 |
2004-02-23 | ext/xine/xineinput.c: call parent dispose. | Benjamin Otte | 1 | -0/+28 |
2004-02-23 | gst/: First batch implementing audio and video codec tags in demuxers. | Julien Moutte | 1 | -0/+17 |
2004-02-22 | ext/xine/: add input plugin wrapper. Playback from files, http, mms and cdda ... | Benjamin Otte | 1 | -0/+14 |
2004-02-22 | autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable. | Benjamin Otte | 1 | -0/+8 |
2004-02-22 | gst/audioconvert/gstaudioconvert.c: set rank to PRIMARY | Benjamin Otte | 1 | -0/+17 |
2004-02-22 | configure.ac: export [_]*{gst,Gst,GST}.* symbols from plugins | Benjamin Otte | 1 | -0/+19 |
2004-02-22 | Export only gst_plugin_desc from plugins | Ramon Garcia Fernandez | 1 | -0/+7 |
2004-02-20 | gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and interleave r... | Andy Wingo | 1 | -0/+19 |
2004-02-20 | ext/xine/: add first version of xine plugin wrapper. Currently only wraps the | Benjamin Otte | 1 | -0/+19 |
2004-02-19 | ext/: use gst_tag_list_insert when you want to insert tags | Benjamin Otte | 1 | -0/+6 |
2004-02-19 | configure.ac: Move massink to gst-rotten | David Schleef | 1 | -0/+8 |
2004-02-19 | ext/gdk_pixbuf/gstgdkpixbuf.c: Disable gdk_pixbuf typefinding, since it seems... | David Schleef | 1 | -0/+7 |
2004-02-19 | gst/sine/demo-dparams.c: Use double dparams, not float. | David Schleef | 1 | -0/+12 |
2004-02-18 | sys/ximage/ximagesink.c: Rework the way software video scaling works. So now ... | Julien Moutte | 1 | -0/+15 |
2004-02-18 | break up link function for better error debug | Thomas Vander Stichele | 1 | -0/+5 |
2004-02-18 | add debug category | Thomas Vander Stichele | 1 | -0/+5 |
2004-02-18 | sys/ximage/ximagesink.c: Reorganizing the way renegotiation work. The event h... | Julien Moutte | 1 | -0/+8 |
2004-02-17 | sys/ximage/ximagesink.c: Checking if the pad is negotiating before trying ren... | Julien Moutte | 1 | -0/+5 |
2004-02-17 | pass on all possible mime types as hints add extra debug info to detectendles... | Thomas Vander Stichele | 1 | -0/+5 |
2004-02-17 | sys/: Fix a possible SHM leak if we crash. All other apps using XShm are doin... | Julien Moutte | 1 | -0/+7 |
2004-02-16 | sys/ximage/ximagesink.c: Renegotiate size on expose. | Julien Moutte | 1 | -0/+7 |
2004-02-16 | testsuite/alsa/sinesrc.c: cosmetic fix to fix compile issue with gcc 2.95.4 | Benjamin Otte | 1 | -0/+5 |
2004-02-16 | ext/alsa/gstalsa.c: Alsa should trigger an error if it failed opening the aud... | Julien Moutte | 1 | -0/+29 |
2004-02-16 | throw error instead of assertion | Thomas Vander Stichele | 1 | -0/+5 |
2004-02-15 | gst/switch/gstswitch.c: More fixes for correct data refcounting. | Julien Moutte | 1 | -0/+5 |
2004-02-15 | gst/switch/gstswitch.c: Cleaning the sinkpads correctly on state change, most... | Julien Moutte | 1 | -0/+6 |
2004-02-15 | examples/gstplay/player.c: Adding some output for debugging. | Julien Moutte | 1 | -0/+9 |
2004-02-14 | gst-libs/gst/play/play.c: Disable visualization until i find a way to fix swi... | Julien Moutte | 1 | -0/+14 |
2004-02-14 | ffmpeg plugin moved to gst-ffmpeg module | Thomas Vander Stichele | 1 | -0/+1 |
2004-02-14 | ext/mad/gstid3tag.c: remove v1 tag even if we can't read it (makes sure we do... | Benjamin Otte | 1 | -0/+6 |
2004-02-14 | ext/alsa/gstalsa.*: try xrun recovery when wait failed. Make xrun recovery fu... | Benjamin Otte | 1 | -0/+8 |
2004-02-14 | gst/sine/demo-dparams.c: Convert from float to double. | David Schleef | 1 | -0/+6 |
2004-02-14 | gst/silence/gstsilence.*: Add sync property. | David Schleef | 1 | -0/+11 |