summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-05-10gst/udp/: Ported udp src/sink.Wim Taymans1-0/+18
Original commit message from CVS: * gst/udp/Makefile.am: * gst/udp/gstudpsink.c: (gst_udpsink_get_type), (gst_udpsink_base_init), (gst_udpsink_class_init), (gst_udpsink_init), (gst_udpsink_get_times), (gst_udpsink_render), (gst_udpsink_set_property), (gst_udpsink_get_property), (gst_udpsink_init_send), (gst_udpsink_close), (gst_udpsink_change_state): * gst/udp/gstudpsink.h: * gst/udp/gstudpsrc.c: (gst_udpsrc_base_init), (gst_udpsrc_class_init), (gst_udpsrc_init), (gst_udpsrc_loop), (gst_udpsrc_set_property), (gst_udpsrc_get_property), (gst_udpsrc_init_receive), (gst_udpsrc_close), (gst_udpsrc_activate), (gst_udpsrc_change_state): * gst/udp/gstudpsrc.h: Ported udp src/sink.
2005-05-09Port shout2 pluginZaheer Abbas Merali4-5/+38
Original commit message from CVS: 2005-05-09 Zaheer Abbas Merali <zaheerabbas at merali dot org> * PORTED_09: * configure.ac: * ext/Makefile.am: * ext/shout2/Makefile.am: * ext/shout2/gstshout2.c: (gst_shout2send_get_type), (gst_shout2send_base_init), (gst_shout2send_class_init), (gst_shout2send_init), (gst_shout2send_event), (gst_shout2send_render), (gst_shout2send_set_property), (gst_shout2send_get_property), (gst_shout2send_setcaps), (gst_shout2send_change_state): * ext/shout2/gstshout2.h: Port shout2 plugin
2005-05-09add a few more ported pluginsChristian Schaller1-0/+3
Original commit message from CVS: add a few more ported plugins
2005-05-09add non-disted directoryChristian Schaller1-1/+2
Original commit message from CVS: add non-disted directory
2005-05-08Ported the libcaca plugin.Zeeshan Ali3-5/+26
Original commit message from CVS: Ported the libcaca plugin.
2005-05-08adding aasink and smpte plugins to spec fileChristian Schaller1-3/+4
Original commit message from CVS: adding aasink and smpte plugins to spec file
2005-05-07Fixed a few things to enable the mad and effectv to be able to find the ↵Zeeshan Ali2-2/+11
headers in the gst-plugins-base/gst-libs and ... Original commit message from CVS: Fixed a few things to enable the mad and effectv to be able to find the headers in the gst-plugins-base/gst-libs and to link against the libs in there.
2005-05-07Fixed the build by fixing a small mistake of Wim.Zeeshan Ali2-9/+9
Original commit message from CVS: Fixed the build by fixing a small mistake of Wim.
2005-05-06add aasinkChristian Schaller1-6/+7
Original commit message from CVS: add aasink
2005-05-06Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure ↵Wim Taymans5-39/+76
someone will fix it. Original commit message from CVS: * configure.ac: * ext/aalib/Makefile.am: * ext/aalib/gstaasink.c: (gst_aasink_get_type), (gst_aasink_class_init), (gst_aasink_fixate), (gst_aasink_setcaps), (gst_aasink_init), (gst_aasink_get_times), (gst_aasink_render), (gst_aasink_set_property), (gst_aasink_get_property), (gst_aasink_open), (gst_aasink_close), (gst_aasink_change_state): * ext/aalib/gstaasink.h: * gst/smpte/Makefile.am: * gst/smpte/gstsmpte.c: (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_collected): * gst/smpte/gstsmpte.h: Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure someone will fix it.
2005-05-06some sidplay fixoringChristian Schaller3-13/+23
Original commit message from CVS: some sidplay fixoring
2005-05-06add sidplay to spec fileChristian Schaller1-3/+3
Original commit message from CVS: add sidplay to spec file
2005-05-06add gst-plugins-libsChristian Schaller2-0/+14
Original commit message from CVS: add gst-plugins-libs
2005-05-06Ported sidplay.Wim Taymans2-1/+16
Original commit message from CVS: * configure.ac: * ext/sidplay/gstsiddec.cc: * ext/sidplay/gstsiddec.h: Ported sidplay.
2005-05-06make mad and effectv work with gst-registerChristian Schaller3-4/+13
Original commit message from CVS: make mad and effectv work with gst-register
2005-05-06minor spec file fixesChristian Schaller1-34/+10
Original commit message from CVS: minor spec file fixes
2005-05-06gst/law/: Ported alaw and mulaw plugins to 0.9, fixed the negotiation as well.Wim Taymans1-0/+13
Original commit message from CVS: * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_setcaps), (gst_alawdec_init), (gst_alawdec_chain): * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_setcaps), (gst_alawenc_init), (gst_alawenc_chain): * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_setcaps), (gst_mulawdec_init), (gst_mulawdec_chain): * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_setcaps), (gst_mulawenc_init), (gst_mulawenc_chain): Ported alaw and mulaw plugins to 0.9, fixed the negotiation as well.
2005-05-06add reminder to start with 0.8 code not 0.9 for plugins portingChristian Schaller1-0/+2
Original commit message from CVS: add reminder to start with 0.8 code not 0.9 for plugins porting
2005-05-06various fixes to make it possible to build rpms from gst-plugins headChristian Schaller3-461/+285
Original commit message from CVS: various fixes to make it possible to build rpms from gst-plugins head
2005-05-06remove plugins now in gst-plugins-baseChristian Schaller1-0/+11
Original commit message from CVS: remove plugins now in gst-plugins-base
2005-05-06remove gst-libs from gst-plugins module as it is in gst-plugins-base nowChristian Schaller113-17715/+6
Original commit message from CVS: remove gst-libs from gst-plugins module as it is in gst-plugins-base now
2005-05-06add ported videofilter to cvs headChristian Schaller3-2/+18
Original commit message from CVS: add ported videofilter to cvs head
2005-05-06add law plugin to buildChristian Schaller2-1/+5
Original commit message from CVS: add law plugin to build
2005-05-06ported mad and effectv pluginsChristian Schaller5-441/+384
Original commit message from CVS: ported mad and effectv plugins
2005-05-06configure.ac: fix typoZaheer Abbas Merali2-1/+6
Original commit message from CVS: 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: fix typo
2005-05-06gst-plugins 0.9 cvs head now compiles (only effectv left compiling)Christian Schaller2-23/+32
Original commit message from CVS: gst-plugins 0.9 cvs head now compiles (only effectv left compiling)
2005-05-05updates to make this closer to compileChristian Schaller3-4/+22
Original commit message from CVS: updates to make this closer to compile
2005-05-05remove gettext for nowChristian Schaller1-14/+0
Original commit message from CVS: remove gettext for now
2005-05-05make this module a bit more 0.9 friendlyChristian Schaller20-2155/+340
Original commit message from CVS: make this module a bit more 0.9 friendly
2005-04-14file zh_TW.po was initially added on branch BRANCH-GSTREAMER-0_8.Thomas Vander Stichele0-0/+0
Original commit message from CVS: file zh_TW.po was initially added on branch BRANCH-GSTREAMER-0_8.
2005-04-14file Makefile.am was initially added on branch BRANCH-GSTREAMER-0_8.Gergely Nagy0-0/+0
Original commit message from CVS: file Makefile.am was initially added on branch BRANCH-GSTREAMER-0_8.
2005-04-14file gstfreeze.c was initially added on branch BRANCH-GSTREAMER-0_8.Gergely Nagy0-0/+0
Original commit message from CVS: file gstfreeze.c was initially added on branch BRANCH-GSTREAMER-0_8.
2005-04-14file gstfreeze.h was initially added on branch BRANCH-GSTREAMER-0_8.Gergely Nagy1-0/+0
Original commit message from CVS: file gstfreeze.h was initially added on branch BRANCH-GSTREAMER-0_8.
2005-03-04file gstbaseaudiosink.c was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
Original commit message from CVS: file gstbaseaudiosink.c was initially added on branch BRANCH-THREADED.
2005-03-04file gstbaseaudiosink.h was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
Original commit message from CVS: file gstbaseaudiosink.h was initially added on branch BRANCH-THREADED.
2005-03-04file gstringbuffer.c was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
Original commit message from CVS: file gstringbuffer.c was initially added on branch BRANCH-THREADED.
2005-03-04file gstringbuffer.h was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
Original commit message from CVS: file gstringbuffer.h was initially added on branch BRANCH-THREADED.
2005-02-22add libvisual pluginChristian Schaller1-0/+10
Original commit message from CVS: add libvisual plugin
2005-02-22hunting season on 0.9 is now OPENThomas Vander Stichele2-3/+8
Original commit message from CVS: hunting season on 0.9 is now OPEN
2005-02-22sys/oss/gstosselement.c: Kick the hell out of gcc for not warning me about a ↵BRANCH-GSTREAMER-0_8-ROOTRonald S. Bultje1-0/+5
symbol conflict. Original commit message from CVS: * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices): Kick the hell out of gcc for not warning me about a symbol conflict.
2005-02-22ext/gdk_pixbuf/pixbufscale.c: Don't leak caps string (fixes #168134)Tim-Philipp Müller1-0/+12
Original commit message from CVS: * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link): Don't leak caps string (fixes #168134) * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init), (gst_jpegenc_init), (gst_jpegenc_finalize), (gst_jpegenc_change_state): Don't leak line buffers and context struct (fixes #168133).
2005-02-21Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. ↵Tim-Philipp Müller3-3/+18
Fix build and up requirement to 0.5.0, an... Original commit message from CVS: Since dirac 0.5.0 the framerate in dirac is expressed as a rational number. Fix build and up requirement to 0.5.0, and also pass parameters to gst_diracdec_link in the right order. (fixes #167959)
2005-02-21Whoops.Maciej Katafiasz1-1/+1
Original commit message from CVS: Whoops.
2005-02-21Fix playback of certain invalid muxed streams. Partial fix for #149158Maciej Katafiasz3-6/+48
Original commit message from CVS: Fix playback of certain invalid muxed streams. Partial fix for #149158
2005-02-20gst/dvdlpcmdec/gstdvdlpcmdec.c: Make sure we only write to writable buffersJan Schmidt1-0/+4
Original commit message from CVS: * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain): Make sure we only write to writable buffers
2005-02-20gst-libs/gst/riff/riff-media.c: Do actually fix invalid RIFF fmt header ↵Tim-Philipp Müller2-0/+30
values for alaw and mulaw audio instead of ju... Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps_with_data): Do actually fix invalid RIFF fmt header values for alaw and mulaw audio instead of just saying so. * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt): Give gst_riff_create_audio_caps_with_data() a chance to fix up broken format header fields before extracting any parameters from the header. (fixes #167633)
2005-02-19Don't leak othercaps in link function (fixes #167878)Tim-Philipp Müller1-0/+8
Original commit message from CVS: Don't leak othercaps in link function (fixes #167878)
2005-02-19support libvisual 0.2.0Arwed v. Merkatz2-1/+8
Original commit message from CVS: support libvisual 0.2.0
2005-02-18Fix rowstridesTim-Philipp Müller1-0/+6
Original commit message from CVS: Fix rowstrides
2005-02-17gst/avi/gstavidemux.c: Declare variables at beginning of block and make ↵Gergely Nagy1-0/+15
gcc-2.95 happy Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_invert): Declare variables at beginning of block and make gcc-2.95 happy (fixes # 167482, patch by Gergely Nagy). * gst/tcp/gsttcpclientsrc.c: * gst/tcp/gsttcpclientsrc.h: Move some includes into the header, so that struct sockaddr_in is defined when it should be defined on FreeBSD as well (fixes #167483). * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive): Don't pass uninitialised values to setsockopt() here either.