summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2004-01-21adding NAS pluginChristian Schaller5-0/+757
2004-01-20ext/mplex/: g++ doesn't like NULL in our i18n/error macros, should be either ...Ronald S. Bultje2-2/+2
2004-01-20ext/mpeg2enc/gstmpeg2encpicturereader.cc: fix thomas' error errors.Ronald S. Bultje1-1/+2
2004-01-20fix error errorThomas Vander Stichele1-2/+2
2004-01-20ext/divx/: Fix for new error system.Ronald S. Bultje2-3/+4
2004-01-20fix for new error signalingThomas Vander Stichele1-6/+6
2004-01-19putting i18n in place for pluginsThomas Vander Stichele3-3/+20
2004-01-19fix soundfile as wellThomas Vander Stichele1-1/+1
2004-01-19fix i18n includeThomas Vander Stichele2-2/+2
2004-01-19fix typoThomas Vander Stichele1-1/+1
2004-01-18use new error signal and classificationThomas Vander Stichele17-112/+110
2004-01-18Check for libmusicbrainzJeremy Simon1-0/+8
2004-01-18Add a trm pluginJeremy Simon3-0/+469
2004-01-16ext/mpeg2enc/: Bugfix with respect to EOS handling.Ronald S. Bultje3-5/+15
2004-01-16ext/ffmpeg/gstffmpegenc.c: Link with right caps (else, it segfaults).Ronald S. Bultje1-14/+1
2004-01-15ext/snapshot/: This has to be a joke... Snapshot should be connected to a tee...Ronald S. Bultje3-63/+10
2004-01-15ext/hermes/gsthermescolorspace.c: Fix another compile error. Same as below.Ronald S. Bultje1-14/+24
2004-01-15Duplicate the ext/hermes colorspace plugin, and remove Hermes code and GPL co...David Schleef10-2017/+655
2004-01-14ext/divx/: Set category to divx4linux instead of divx (too generic).Ronald S. Bultje2-2/+2
2004-01-14use element time.Benjamin Otte2-12/+4
2004-01-13enable compilation and installation of ivorbis pluginAmaury Jacquot1-0/+1
2004-01-12Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allow...David Schleef3-3/+3
2004-01-12Fixes to make ext/libcaca compile.David Schleef3-4/+20
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte7-14/+20
2004-01-11ext/ffmpeg/gstffmpegcolorspace.c: Fixing the pad_alloc_buffer implementation ...Julien Moutte1-1/+1
2004-01-11ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() testDavid Schleef1-4/+0
2004-01-09ext/hermes/gstcolorspace.c: Implementing gst_pad_alloc_buffer to use optimize...Julien Moutte1-3/+3
2004-01-09ext/divx/gstdivxenc.c: Use explicit caps - fix capsnego.Ronald S. Bultje3-5/+2
2004-01-08ext/sdl/sdlvideosink.c: Using XOverlay public method to fire size signal.Julien Moutte1-3/+3
2004-01-07Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje1-4/+17
2004-01-07New source plugin based on librfb-0.1. RFB (remote framebuffer) is the proto...David Schleef1-0/+8
2004-01-06This should have been committed along with the changelog entry a few hours agoRonald S. Bultje1-25/+16
2004-01-06ifdef out ARGB type when it isn't available in xvidcore 1.0.0beta2Jan Schmidt3-0/+12
2004-01-04ext/xvid/gstxviddec.c: Implement src_getcaps() so proper size caps is negotia...Ronald S. Bultje1-6/+40
2004-01-03Update xvid plugin to latest xvid (1.0.0-beta3) API.Ronald S. Bultje6-289/+567
2004-01-02ext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue.Ronald S. Bultje1-2/+3
2004-01-02Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef4-46/+18
2004-01-01Remove left-over g_printRonald S. Bultje1-3/+0
2004-01-01configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje15-589/+963
2003-12-29Fix warning about discarding const qualifierJan Schmidt1-1/+1
2003-12-27make tremor work againAmaury Jacquot3-86/+91
2003-12-23Fix caps breakage after Dave's caps branch merge.Ronald S. Bultje7-335/+307
2003-12-22compile fixThomas Vander Stichele1-1/+1
2003-12-22messed up the template caps on first tryBenjamin Otte1-5/+5
2003-12-22ext/faad/gstfaad.c: Port to new caps system.Benjamin Otte1-151/+122
2003-12-22Merge CAPS branchDavid Schleef27-1169/+753
2003-12-21configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje1-5/+10
2003-12-18Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje3-0/+3
2003-12-13Wrong optimization from my side. Mpeg2enc works nowRonald S. Bultje1-2/+7
2003-12-13removed GST_*_CAST. Disabling of type checking is done in glib.Benjamin Otte1-1/+1