Age | Commit message (Expand) | Author | Files | Lines |
2004-03-13 | configure.ac: the Hermes library controls hermescolorspace, not colorspace. | David Schleef | 2 | -3/+4 |
2004-03-10 | ext/divx/gstdivxdec.c: Downgrade priority. We prefer ffdec_mpeg4. | Ronald S. Bultje | 3 | -68/+79 |
2004-03-09 | ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict w... | David Schleef | 1 | -5/+5 |
2004-03-08 | Can you feel the nas tonight? Can you feel the NAS? hey, I am even better tha... | Christian Schaller | 2 | -11/+57 |
2004-03-07 | Arwed von Merkatz provides us with more NAS fixes | Christian Schaller | 1 | -2/+32 |
2004-03-06 | Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff... | Christophe Fergeau | 1 | -2/+10 |
2004-03-06 | ext/aalib/gstaasink.c: Add fixate function. (bug #131128) | David Schleef | 1 | -0/+29 |
2004-03-06 | ext/faad/gstfaad.c: Fix negotiation. | David Schleef | 1 | -6/+13 |
2004-03-04 | fix headers fix signals to use - instead of _ | Thomas Vander Stichele | 5 | -5/+5 |
2004-03-02 | Fix for move of gstvideosink.h -> videosink.h. | Ronald S. Bultje | 1 | -1/+1 |
2004-02-23 | ext/xine/xineinput.c: call parent dispose. | Benjamin Otte | 5 | -3/+342 |
2004-02-22 | ext/xine/: add input plugin wrapper. Playback from files, http, mms and cdda ... | Benjamin Otte | 5 | -3/+346 |
2004-02-20 | gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and interleave r... | Andy Wingo | 1 | -3/+15 |
2004-02-20 | ext/xine/: add first version of xine plugin wrapper. Currently only wraps the | Benjamin Otte | 6 | -0/+945 |
2004-02-19 | configure.ac: Move massink to gst-rotten | David Schleef | 4 | -663/+0 |
2004-02-13 | move ffmpeg stuff to gst-ffmpeg module | Thomas Vander Stichele | 1 | -8/+0 |
2004-02-12 | fixes for #133316, #133663 and #133528 (Stefan Kost) | Thomas Vander Stichele | 1 | -8/+11 |
2004-02-12 | ext/lcs/gstcolorspace.c: Merge Ronald's patch (bug #117897) and update for ne... | David Schleef | 1 | -233/+177 |
2004-02-02 | remove textdomain calls | Thomas Vander Stichele | 3 | -3/+0 |
2004-02-02 | code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines. | David Schleef | 1 | -1/+1 |
2004-02-02 | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 18 | -48/+48 |
2004-01-30 | configure.ac: use AC_C_INLINE | Benjamin Otte | 1 | -0/+8 |
2004-01-29 | GST_ELEMENT_ERROR | Thomas Vander Stichele | 19 | -48/+48 |
2004-01-25 | ext/divx/gstdivxdec.c: Fix for new capsnego - also fixes gst-player with divx... | Ronald S. Bultje | 1 | -7/+4 |
2004-01-24 | Fix typo | Jeremy Simon | 1 | -2/+2 |
2004-01-23 | fix distcheck | Thomas Vander Stichele | 1 | -2/+1 |
2004-01-23 | ext/divx/gstdivxdec.*: Fix divx3 ("msmpeg4") playback using divxdec. | Ronald S. Bultje | 2 | -1/+17 |
2004-01-22 | ext/swfdec/gstswfdec.*: Fix negotiation. | David Schleef | 2 | -8/+98 |
2004-01-21 | adding NAS plugin | Christian Schaller | 5 | -0/+757 |
2004-01-20 | ext/mplex/: g++ doesn't like NULL in our i18n/error macros, should be either ... | Ronald S. Bultje | 2 | -2/+2 |
2004-01-20 | ext/mpeg2enc/gstmpeg2encpicturereader.cc: fix thomas' error errors. | Ronald S. Bultje | 1 | -1/+2 |
2004-01-20 | fix error error | Thomas Vander Stichele | 1 | -2/+2 |
2004-01-20 | ext/divx/: Fix for new error system. | Ronald S. Bultje | 2 | -3/+4 |
2004-01-20 | fix for new error signaling | Thomas Vander Stichele | 1 | -6/+6 |
2004-01-19 | putting i18n in place for plugins | Thomas Vander Stichele | 3 | -3/+20 |
2004-01-19 | fix soundfile as well | Thomas Vander Stichele | 1 | -1/+1 |
2004-01-19 | fix i18n include | Thomas Vander Stichele | 2 | -2/+2 |
2004-01-19 | fix typo | Thomas Vander Stichele | 1 | -1/+1 |
2004-01-18 | use new error signal and classification | Thomas Vander Stichele | 17 | -112/+110 |
2004-01-18 | Check for libmusicbrainz | Jeremy Simon | 1 | -0/+8 |
2004-01-18 | Add a trm plugin | Jeremy Simon | 3 | -0/+469 |
2004-01-16 | ext/mpeg2enc/: Bugfix with respect to EOS handling. | Ronald S. Bultje | 3 | -5/+15 |
2004-01-16 | ext/ffmpeg/gstffmpegenc.c: Link with right caps (else, it segfaults). | Ronald S. Bultje | 1 | -14/+1 |
2004-01-15 | ext/snapshot/: This has to be a joke... Snapshot should be connected to a tee... | Ronald S. Bultje | 3 | -63/+10 |
2004-01-15 | ext/hermes/gsthermescolorspace.c: Fix another compile error. Same as below. | Ronald S. Bultje | 1 | -14/+24 |
2004-01-15 | Duplicate the ext/hermes colorspace plugin, and remove Hermes code and GPL co... | David Schleef | 10 | -2017/+655 |
2004-01-14 | ext/divx/: Set category to divx4linux instead of divx (too generic). | Ronald S. Bultje | 2 | -2/+2 |
2004-01-14 | use element time. | Benjamin Otte | 2 | -12/+4 |
2004-01-13 | enable compilation and installation of ivorbis plugin | Amaury Jacquot | 1 | -0/+1 |
2004-01-12 | Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow... | David Schleef | 3 | -3/+3 |