summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2004-09-17update esound, gconf, alsa and ogg m4 files from upstream versionsStéphane Loeuillet1-0/+0
Original commit message from CVS: update esound, gconf, alsa and ogg m4 files from upstream versions
2004-09-07gst/videomixer/videomixer.c: Copy timestamps from the master pad to the ↵Wim Taymans1-0/+0
output buffers. Original commit message from CVS: * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers): Copy timestamps from the master pad to the output buffers.
2004-09-02Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly forZeeshan Ali1-0/+0
Original commit message from CVS: * Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly for I hope i dont break anything. * Shifting the MAS plugin back from gst-rotten.
2004-07-22cleanup and commentingThomas Vander Stichele1-0/+0
Original commit message from CVS: cleanup and commenting
2004-07-13configure.ac: Fix test for Objective CDavid Schleef1-0/+0
Original commit message from CVS: * configure.ac: Fix test for Objective C
2004-07-05Added some playback helper elements and some test apps, very alpha still.Wim Taymans1-0/+0
Original commit message from CVS: * configure.ac: * gst/playback/Makefile.am: * gst/playback/decodetest.c: (main): * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type), (gst_decode_bin_class_init), (gst_decode_bin_factory_filter), (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose), (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad), (close_link), (type_found), (gst_decode_bin_set_property), (gst_decode_bin_get_property), (gst_decode_bin_change_state), (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event), (gst_decode_bin_get_formats), (gst_decode_bin_convert), (gst_decode_bin_get_query_types), (gst_decode_bin_query), (plugin_init): * gst/playback/gstplaybin.c: (gst_play_bin_get_type), (gst_play_bin_class_init), (gst_play_bin_init), (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline), (collect_sink_pads), (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad), (close_link), (type_found), (setup_source), (gst_play_bin_set_property), (gst_play_bin_get_property), (gst_play_bin_factory_filter), (compare_ranks), (gst_play_bin_collect_factories), (gst_play_bin_change_state), (gst_play_bin_add_element), (gst_play_bin_remove_element), (gst_play_bin_get_event_masks), (gst_play_bin_send_event), (gst_play_bin_get_formats), (gst_play_bin_convert), (gst_play_bin_get_query_types), (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init): * gst/playback/test.c: (main): Added some playback helper elements and some test apps, very alpha still.
2004-06-12gst/tcp/: Modified the tcp plugins so they are portable (IPv4,IPv6, any ↵Zaheer Abbas Merali1-0/+0
future version of IP) Original commit message from CVS: 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org> * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send): * gst/tcp/gsttcpclientsink.h: * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive): * gst/tcp/gsttcpclientsrc.h: * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read), (gst_tcpserversink_init_send): * gst/tcp/gsttcpserversink.h: * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive): * gst/tcp/gsttcpserversrc.h: Modified the tcp plugins so they are portable (IPv4,IPv6, any future version of IP)
2004-06-12configure.ac: Added ogg library so that OSX detects libtheora properlyZaheer Abbas Merali1-0/+0
Original commit message from CVS: 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org> * configure.ac: Added ogg library so that OSX detects libtheora properly
2004-06-07AUTHORS: Add me to the authors fileJan Schmidt1-0/+0
Original commit message from CVS: * AUTHORS: Add me to the authors file * configure.ac: Increase the libdv requirement to >= version 0.100 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert), (gst_dvdec_src_query), (gst_dvdec_handle_sink_event), (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state): * ext/dv/gstdvdec.h: Add support for the new_media flag when sending DISCONT events Make the querying work when video pad is not linked
2004-06-01leniate musicbrainz check; check for v4l-conf before calling itThomas Vander Stichele1-0/+0
Original commit message from CVS: leniate musicbrainz check; check for v4l-conf before calling it
2004-05-24gst-libs/gst/resample/private.h: don't use optimizations that are #if 0'edBenjamin Otte1-0/+0
Original commit message from CVS: * gst-libs/gst/resample/private.h: don't use optimizations that are #if 0'ed
2004-05-24ext/Makefile.am: add rules to build shout2send (was removed by accident when ↵Stéphane Loeuillet1-0/+0
this module was no more marked experimen... Original commit message from CVS: * ext/Makefile.am: add rules to build shout2send (was removed by accident when this module was no more marked experimental/broken) * ext/shout2/gstshout2.c: * ext/shout2/gstshout2.h: adding a "connection problem" signal to shout2send (fixes #142954)
2004-05-07sys/v4l2/gstv4l2src.c: Ronald S. Bultje1-0/+0
Original commit message from CVS: * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps): Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
2004-05-03ext/divx/gstdivxenc.c: fix range since -1 is the defaultThomas Vander Stichele1-0/+0
Original commit message from CVS: * ext/divx/gstdivxenc.c: (gst_divxenc_get_type), (gst_divxenc_class_init): fix range since -1 is the default * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex): * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type), (gst_rtjpegdec_chain): * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type), (gst_rtjpegenc_chain): * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type), (gst_qcamsrc_get_type), (gst_qcamsrc_change_state): * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type): * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type): * sys/v4l/gstv4lsrc.c: * sys/v4l/v4l_calls.c: (gst_v4l_open): * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init): * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init): * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init): * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get): remove gst_info calls
2004-05-03updated translationsThomas Vander Stichele1-0/+0
Original commit message from CVS: updated translations
2004-04-20ext/mad/gstid3tag.c: Add stdlib.hDavid Schleef1-0/+0
Original commit message from CVS: reviewed by David Schleef * ext/mad/gstid3tag.c: Add stdlib.h * gst/rtp/gstrtpgsmenc.c: same * gst/tags/gstid3tag.c: same * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust GST_DISABLE_LOADSAVE use. * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise. * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise. * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by atol(3)). * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t). * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by strtoul(3)). * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)). * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS) $(ID3_CFLAGS). * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add $(LIBFAME_CFLAGS).
2004-04-17sys/xvimage/xvimagesink.c: call GST_ELEMENT_ERROR whenever get_xcontext ↵Benjamin Otte1-0/+0
fails. Includes assorted cleanup fixes. Original commit message from CVS: * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id): call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes assorted cleanup fixes.
2004-04-16fix wrong use of GST_ELEMENT_ERRORThomas Vander Stichele1-0/+0
Original commit message from CVS: fix wrong use of GST_ELEMENT_ERROR
2004-04-13common/m4/gst-feature.m4: Call -config scripts withDavid Schleef1-0/+0
Original commit message from CVS: * common/m4/gst-feature.m4: Call -config scripts with --plugin-libs if it is supported. * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of JPEG images are image/jpeg. * gst/debug/Makefile.am: * gst/debug/negotiation.c: (gst_negotiation_class_init), (gst_negotiation_getcaps), (gst_negotiation_pad_link), (gst_negotiation_update_caps), (gst_negotiation_get_property), (gst_negotiation_plugin_init): Add a property that acts like filter caps. * testsuite/gst-lint: Move license checking to be a standard test.
2004-03-18dist common and m4 correctlyThomas Vander Stichele1-0/+0
Original commit message from CVS: dist common and m4 correctly
2004-03-17use release.makThomas Vander Stichele1-0/+0
Original commit message from CVS: use release.mak
2004-03-09add/fix error handling in cdparanoia add it to translations make tools ↵Thomas Vander Stichele1-0/+0
scripts executable Original commit message from CVS: add/fix error handling in cdparanoia add it to translations make tools scripts executable
2004-03-05gst/audioconvert/gstaudioconvert.c: convert channels correctly. convert ↵Benjamin Otte1-0/+0
correctly to unsigned. Original commit message from CVS: * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels): convert channels correctly. convert correctly to unsigned.
2004-02-26back to nanoThomas Vander Stichele1-0/+0
Original commit message from CVS: back to nano
2004-02-22gst/audioconvert/gstaudioconvert.c: set rank to PRIMARYBenjamin Otte1-0/+0
Original commit message from CVS: 2004-02-22 Benjamin Otte <otte@gnome.org> reported by: Stefan Kost <kost@imn.htwk-leipzig.de> * gst/audioconvert/gstaudioconvert.c: (plugin_init): set rank to PRIMARY * gst/volume/gstvolume.c: (plugin_init): set rank to NONE fixes #134960 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net> reviewed by Benjamin Otte <otte@gnome.org> * ext/flac/gstflacenc.c: (gst_flacenc_chain): escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
2004-02-16ext/alsa/gstalsa.c: Alsa should trigger an error if it failed opening the ↵Julien Moutte1-0/+0
audio device. Original commit message from CVS: 2004-02-16 Julien MOUTTE <julien@moutte.net> * ext/alsa/gstalsa.c: (gst_alsa_open_audio), (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it failed opening the audio device. * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear), (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents), (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state), (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED. Removing some useless g_return_if_fail like wingo suggested. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put), (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy), (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear), (gst_xvimagesink_update_colorbalance), (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_get_fourcc_from_caps), (gst_xvimagesink_change_state), (gst_xvimagesink_chain), (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_colorbalance_list_channels), (gst_xvimagesink_colorbalance_set_value), (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO PAUSED. Removing some useless g_return_if_fail like wingo suggested.
2004-02-13gst/intfloat/gstint2float.c: Change stdint usage to glib types.David Schleef1-0/+0
Original commit message from CVS: * gst/intfloat/gstint2float.c: (conv_f32_s16), (gst_int2float_chain_gint16): Change stdint usage to glib types.
2004-02-13use GST_ARCHThomas Vander Stichele1-0/+0
Original commit message from CVS: use GST_ARCH
2004-02-12fixes for #133316, #133663 and #133528 (Stefan Kost)Thomas Vander Stichele1-0/+0
Original commit message from CVS: fixes for #133316, #133663 and #133528 (Stefan Kost)
2004-02-12run only onceThomas Vander Stichele1-0/+0
Original commit message from CVS: run only once
2004-02-11ext/librfb/gstrfbsrc.c: Add server and port propertiesDavid Schleef1-0/+0
Original commit message from CVS: * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init), (gst_rfbsrc_change_state), (gst_rfbsrc_init), (gst_rfbsrc_set_property), (gst_rfbsrc_get_property): Add server and port properties
2004-02-11fix ulonglong.m4 missing by upping gettext required versionThomas Vander Stichele1-0/+0
Original commit message from CVS: fix ulonglong.m4 missing by upping gettext required version
2004-02-05pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. ↵David I. Lehn1-0/+0
>= vs =. Original commit message from CVS: * pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. >= vs =.
2004-02-04appease libtool godsThomas Vander Stichele1-0/+0
Original commit message from CVS: appease libtool gods
2004-02-03remove glib_root add hack rule for .Plo filesThomas Vander Stichele1-0/+0
Original commit message from CVS: remove glib_root add hack rule for .Plo files
2004-02-03use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele1-0/+0
Original commit message from CVS: use glib-gen.mak fix Makefile.am bugs and clean them up
2004-02-03co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in ↵Benjamin Otte1-0/+0
_stdint.h. Original commit message from CVS: 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * common/m4/ax_create_stdint_h.m4: * configure.ac: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _stdint.h. * Makefile.am: remove generated _stdint.h in DISTCLEANFILES * ext/a52dec/gsta52dec.c: include _stdint.h for a52dec. (should fix #133064)
2004-01-30configure.ac: use AC_C_INLINEBenjamin Otte1-0/+0
Original commit message from CVS: 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de> * configure.ac: use AC_C_INLINE * configure.ac: * ext/Makefile.am: * ext/theora/Makefile.am: * ext/theora/theoradec.c: add theora video decoder. Does just do simple decoding for now and has been tested against Theora cvs only. * ext/vorbis/vorbisdec.c: (vorbis_dec_event): always reset packetno on DISCONT
2004-01-28gst-libs/gst/play/gstplay.c: seek on video sink element first.Julien Moutte1-0/+0
Original commit message from CVS: 2004-01-28 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video sink element first. * gst/videoscale/gstvideoscale.c: (gst_videoscale_handle_src_event): Fixing src event handler.
2004-01-23fix distcheckThomas Vander Stichele1-0/+0
Original commit message from CVS: fix distcheck
2004-01-13gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance ↵Jon Trowbridge1-0/+0
interface stating if it is hardware based... Original commit message from CVS: 2004-01-13 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance interface stating if it is hardware based or software based. * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411): Removing a trailing comma. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get), (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as the documentation seems to be wrong on the -1000 to 1000 interval.
2003-12-16disable gdk_pixbuf by defaultThomas Vander Stichele1-0/+0
Original commit message from CVS: disable gdk_pixbuf by default
2003-12-14make pixbuf loader dir configurableThomas Vander Stichele1-0/+0
Original commit message from CVS: make pixbuf loader dir configurable
2003-12-03fixing up X test and general features testThomas Vander Stichele1-0/+0
Original commit message from CVS: fixing up X test and general features test
2003-12-02change _connect to _linkDavid Schleef1-0/+0
Original commit message from CVS: change _connect to _link
2003-11-14GStreamer does not use changelogsBenjamin Otte1-0/+0
Original commit message from CVS: GStreamer does not use changelogs
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo1-0/+0
deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
2003-09-25sort the list of plugins that are built and don't spit out so much empty linesBenjamin Otte1-0/+0
Original commit message from CVS: sort the list of plugins that are built and don't spit out so much empty lines
2003-08-17Handle libtoolize with alternate namesDavid Schleef1-0/+0
Original commit message from CVS: Handle libtoolize with alternate names
2003-08-09Define plugindirDavid Schleef1-0/+0
Original commit message from CVS: Define plugindir