Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-01-12 | Fixes to make ext/libcaca compile. | David Schleef | 3 | -4/+20 |
2004-01-12 | gst-libs/gst/video/video.h: Fix caps template names to be understandable. | Benjamin Otte | 7 | -14/+20 |
2004-01-11 | ext/ffmpeg/gstffmpegcolorspace.c: Fixing the pad_alloc_buffer implementation ... | Julien Moutte | 1 | -1/+1 |
2004-01-11 | ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test | David Schleef | 1 | -4/+0 |
2004-01-09 | ext/hermes/gstcolorspace.c: Implementing gst_pad_alloc_buffer to use optimize... | Julien Moutte | 1 | -3/+3 |
2004-01-09 | ext/divx/gstdivxenc.c: Use explicit caps - fix capsnego. | Ronald S. Bultje | 3 | -5/+2 |
2004-01-08 | ext/sdl/sdlvideosink.c: Using XOverlay public method to fire size signal. | Julien Moutte | 1 | -3/+3 |
2004-01-07 | Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic... | Ronald S. Bultje | 1 | -4/+17 |
2004-01-07 | New source plugin based on librfb-0.1. RFB (remote framebuffer) is the proto... | David Schleef | 1 | -0/+8 |
2004-01-06 | This should have been committed along with the changelog entry a few hours ago | Ronald S. Bultje | 1 | -25/+16 |
2004-01-06 | ifdef out ARGB type when it isn't available in xvidcore 1.0.0beta2 | Jan Schmidt | 3 | -0/+12 |
2004-01-04 | ext/xvid/gstxviddec.c: Implement src_getcaps() so proper size caps is negotia... | Ronald S. Bultje | 1 | -6/+40 |
2004-01-03 | Update xvid plugin to latest xvid (1.0.0-beta3) API. | Ronald S. Bultje | 6 | -289/+567 |
2004-01-02 | ext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue. | Ronald S. Bultje | 1 | -2/+3 |