Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-01-02 | Convert elements to use gst_pad_use_explicit_caps() where appropriate. | David Schleef | 4 | -46/+18 |
2004-01-01 | Remove left-over g_print | Ronald S. Bultje | 1 | -3/+0 |
2004-01-01 | configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1... | Ronald S. Bultje | 15 | -589/+963 |
2003-12-29 | Fix warning about discarding const qualifier | Jan Schmidt | 1 | -1/+1 |
2003-12-27 | make tremor work again | Amaury Jacquot | 3 | -86/+91 |
2003-12-23 | Fix caps breakage after Dave's caps branch merge. | Ronald S. Bultje | 7 | -335/+307 |
2003-12-22 | compile fix | Thomas Vander Stichele | 1 | -1/+1 |
2003-12-22 | messed up the template caps on first try | Benjamin Otte | 1 | -5/+5 |
2003-12-22 | ext/faad/gstfaad.c: Port to new caps system. | Benjamin Otte | 1 | -151/+122 |
2003-12-22 | Merge CAPS branch | David Schleef | 27 | -1169/+753 |
2003-12-21 | configure.ac: Improve mpeg2enc detection. This is for distributions that do s... | Ronald S. Bultje | 1 | -5/+10 |