summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: use AC_C_INLINEBenjamin Otte2004-01-301-0/+8
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-2919-48/+48
* ext/divx/gstdivxdec.c: Fix for new capsnego - also fixes gst-player with divx...Ronald S. Bultje2004-01-251-7/+4
* Fix typoJeremy Simon2004-01-241-2/+2
* fix distcheckThomas Vander Stichele2004-01-231-2/+1
* ext/divx/gstdivxdec.*: Fix divx3 ("msmpeg4") playback using divxdec.Ronald S. Bultje2004-01-232-1/+17
* ext/swfdec/gstswfdec.*: Fix negotiation.David Schleef2004-01-222-8/+98
* adding NAS pluginChristian Schaller2004-01-215-0/+757
* ext/mplex/: g++ doesn't like NULL in our i18n/error macros, should be either ...Ronald S. Bultje2004-01-202-2/+2
* ext/mpeg2enc/gstmpeg2encpicturereader.cc: fix thomas' error errors.Ronald S. Bultje2004-01-201-1/+2
* fix error errorThomas Vander Stichele2004-01-201-2/+2
* ext/divx/: Fix for new error system.Ronald S. Bultje2004-01-202-3/+4
* fix for new error signalingThomas Vander Stichele2004-01-201-6/+6
* putting i18n in place for pluginsThomas Vander Stichele2004-01-193-3/+20
* fix soundfile as wellThomas Vander Stichele2004-01-191-1/+1
* fix i18n includeThomas Vander Stichele2004-01-192-2/+2
* fix typoThomas Vander Stichele2004-01-191-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-1817-112/+110
* Check for libmusicbrainzJeremy Simon2004-01-181-0/+8
* Add a trm pluginJeremy Simon2004-01-183-0/+469
* ext/mpeg2enc/: Bugfix with respect to EOS handling.Ronald S. Bultje2004-01-163-5/+15
* ext/ffmpeg/gstffmpegenc.c: Link with right caps (else, it segfaults).Ronald S. Bultje2004-01-161-14/+1
* ext/snapshot/: This has to be a joke... Snapshot should be connected to a tee...Ronald S. Bultje2004-01-153-63/+10
* ext/hermes/gsthermescolorspace.c: Fix another compile error. Same as below.Ronald S. Bultje2004-01-151-14/+24
* Duplicate the ext/hermes colorspace plugin, and remove Hermes code and GPL co...David Schleef2004-01-1510-2017/+655
* ext/divx/: Set category to divx4linux instead of divx (too generic).Ronald S. Bultje2004-01-142-2/+2
* use element time.Benjamin Otte2004-01-142-12/+4
* enable compilation and installation of ivorbis pluginAmaury Jacquot2004-01-131-0/+1
* Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef2004-01-123-3/+3
* Fixes to make ext/libcaca compile.David Schleef2004-01-123-4/+20
* gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte2004-01-127-14/+20
* ext/ffmpeg/gstffmpegcolorspace.c: Fixing the pad_alloc_buffer implementation ...Julien Moutte2004-01-111-1/+1
* ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() testDavid Schleef2004-01-111-4/+0
* ext/hermes/gstcolorspace.c: Implementing gst_pad_alloc_buffer to use optimize...Julien Moutte2004-01-091-3/+3
* ext/divx/gstdivxenc.c: Use explicit caps - fix capsnego.Ronald S. Bultje2004-01-093-5/+2
* ext/sdl/sdlvideosink.c: Using XOverlay public method to fire size signal.Julien Moutte2004-01-081-3/+3
* Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje2004-01-071-4/+17
* New source plugin based on librfb-0.1. RFB (remote framebuffer) is the proto...David Schleef2004-01-071-0/+8
* This should have been committed along with the changelog entry a few hours agoRonald S. Bultje2004-01-061-25/+16
* ifdef out ARGB type when it isn't available in xvidcore 1.0.0beta2Jan Schmidt2004-01-063-0/+12
* ext/xvid/gstxviddec.c: Implement src_getcaps() so proper size caps is negotia...Ronald S. Bultje2004-01-041-6/+40
* Update xvid plugin to latest xvid (1.0.0-beta3) API.Ronald S. Bultje2004-01-036-289/+567
* ext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue.Ronald S. Bultje2004-01-021-2/+3
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-024-46/+18
* Remove left-over g_printRonald S. Bultje2004-01-011-3/+0
* configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje2004-01-0115-589/+963
* Fix warning about discarding const qualifierJan Schmidt2003-12-291-1/+1
* make tremor work againAmaury Jacquot2003-12-273-86/+91
* Fix caps breakage after Dave's caps branch merge.Ronald S. Bultje2003-12-237-335/+307
* compile fixThomas Vander Stichele2003-12-221-1/+1