summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* leniate musicbrainz check; check for v4l-conf before calling itThomas Vander Stichele2004-06-011-1/+2
| | | | | Original commit message from CVS: leniate musicbrainz check; check for v4l-conf before calling it
* A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans2004-05-281-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * gst/alpha/Makefile.am: * gst/alpha/gstalpha.c: (gst_alpha_method_get_type), (gst_alpha_get_type), (gst_alpha_base_init), (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property), (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add), (gst_alpha_chroma_key), (gst_alpha_chain), (gst_alpha_change_state), (plugin_init): A plugin to add an alpha channel to I420 video. Can optionally do chroma keying. * gst/multipart/Makefile.am: * gst/multipart/multipart.c: (plugin_init): * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init), (gst_multipart_demux_class_init), (gst_multipart_demux_init), (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event), (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain), (gst_multipart_demux_change_state), (gst_multipart_demux_plugin_init): * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type), (gst_multipart_mux_base_init), (gst_multipart_mux_class_init), (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init), (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link), (gst_multipart_mux_pad_unlink), (gst_multipart_mux_request_new_pad), (gst_multipart_mux_handle_src_event), (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads), (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop), (gst_multipart_mux_get_property), (gst_multipart_mux_set_property), (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init): A Multipart demuxer/muxer. Not sure if it violates specs. Used to send multipart jpeg images to a browser. * gst/videobox/Makefile.am: * gst/videobox/README: * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type), (gst_video_box_get_type), (gst_video_box_base_init), (gst_video_box_class_init), (gst_video_box_init), (gst_video_box_set_property), (gst_video_box_get_property), (gst_video_box_sink_link), (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain), (gst_video_box_change_state), (plugin_init): Crops or adds borders around an image. can do alpha channel borders as well. * gst/videomixer/Makefile.am: * gst/videomixer/README: * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type), (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_sink_event_masks), (gst_videomixer_pad_get_property), (gst_videomixer_pad_set_property), (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link), (gst_videomixer_pad_unlink), (gst_videomixer_pad_init), (gst_video_mixer_background_get_type), (gst_videomixer_get_type), (gst_videomixer_base_init), (gst_videomixer_class_init), (gst_videomixer_init), (gst_videomixer_request_new_pad), (gst_videomixer_handle_src_event), (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker), (gst_videomixer_fill_color), (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers), (gst_videomixer_update_queues), (gst_videomixer_loop), (gst_videomixer_get_property), (gst_videomixer_set_property), (gst_videomixer_change_state), (plugin_init): Generic video mixer plugin, can handle multiple inputs all with different framerates and video sizes. Is fully alpha channel aware.
* - reenable speex plugins for speex 1.1.5 (API/ABI compatible with 1.0.x)Stéphane Loeuillet2004-05-201-2/+14
| | | | | | Original commit message from CVS: - reenable speex plugins for speex 1.1.5 (API/ABI compatible with 1.0.x) - fix a cast warning that prevent compilation of speexenc
* configure.ac: Minor cosmetic change to convince the buildbot to reautogen.David Schleef2004-05-201-1/+1
| | | | | | | | | | | | | Original commit message from CVS: * configure.ac: Minor cosmetic change to convince the buildbot to reautogen. * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init), (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps), (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain), (gst_sunaudiosink_setparams), (gst_sunaudiosink_open), (gst_sunaudiosink_close), (gst_sunaudiosink_change_state), (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property): More hacking. Plays audio now.
* Original commit message from CVS:David Schleef2004-05-201-0/+7
| | | | | * configure.ac: * sys/Makefile.am:
* - change sunaudio category to Sink/AudioStéphane Loeuillet2004-05-201-1/+1
| | | | | | | Original commit message from CVS: - change sunaudio category to Sink/Audio - change HAVE_FIONREAD macro to GST_CHECK_FIONREAD - add conditional include for FIONREAD ioctl on more files
* test FIONREAD ioctl presence in an alternate header for Solaris 10 (and ↵Stéphane Loeuillet2004-05-201-0/+3
| | | | | | | perhaps earlier versions) Original commit message from CVS: test FIONREAD ioctl presence in an alternate header for Solaris 10 (and perhaps earlier versions)
* configure.ac: remove -Wno-sign-compareBenjamin Otte2004-05-191-1/+1
| | | | | | Original commit message from CVS: * configure.ac: remove -Wno-sign-compare
* configure.ac: remove -DG_DISABLE_DEPRECATED. It's not usable without ↵Benjamin Otte2004-05-191-1/+0
| | | | | | | | | workarounds if you want to work against glib 2.2... Original commit message from CVS: * configure.ac: remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds if you want to work against glib 2.2 and 2.4
* configure.ac: Add sunaudioDavid Schleef2004-05-191-0/+7
| | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: Add sunaudio * examples/Makefile.am: make gstplay depend on gconf * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette), (convert_table_lookup), (img_convert): remove c99-isms * gst/ffmpegcolorspace/imgconvert_template.h: make a constant unsigned, to fix a warning on Solaris * gst/mpeg1sys/systems.c: bcopy->memcpy * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy * sys/Makefile.am: Add sunaudio
* configure.ac: fix compilation of v4l2src with "-Wall -Werror" fixes #142664Stéphane Loeuillet2004-05-171-0/+1
| | | | | | Original commit message from CVS: * configure.ac : fix compilation of v4l2src with "-Wall -Werror" fixes #142664
* whoops, checked in too muchBenjamin Otte2004-05-171-1/+1
| | | | | Original commit message from CVS: whoops, checked in too much
* compute offsets correctly for internal buffers so timestamps are set ↵David Moore2004-05-171-1/+1
| | | | | | | | | | | | correctly when we can't seek. Also handle cases ... Original commit message from CVS: * autogen.sh: * configure.ac: * ext/mad/gstid3tag.c: (gst_id3_tag_chain): compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases where there are no offsets. (based on a patch by David Moore, fixes #142507)
* configure.ac: check for exact version of libvisual, it's not supposed to beBenjamin Otte2004-05-131-2/+1
| | | | | | | Original commit message from CVS: * configure.ac: check for exact version of libvisual, it's not supposed to be API/ABI stable yet
* configure.ac: enable shout2 by defaultBenjamin Otte2004-05-121-2/+0
| | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: enable shout2 by default * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type), (gst_shout2send_base_init), (gst_shout2send_init), (gst_shout2send_connect), (gst_shout2send_change_state): * ext/shout2/gstshout2.h: make this work again. Based on a patch by Zaheer Merali (fixes #142262) * ext/theora/theora.c: (plugin_init): don't set rank on encoders
* configure.ac: Add prototype Dirac support.David Schleef2004-05-111-1/+10
| | | | | | | | | Original commit message from CVS: * configure.ac: Add prototype Dirac support. * ext/Makefile.am: * ext/dirac/Makefile.am: * ext/dirac/gstdirac.cc: * ext/dirac/gstdiracdec.cc:
* configure.ac: check for kdemacros.h, too (should fix #141821)Benjamin Otte2004-05-041-1/+1
| | | | | | | | | Original commit message from CVS: * configure.ac: check for kdemacros.h, too (should fix #141821) * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain): don't crash if no header was sent, but nicely error out (fixes part of #141554)
* add initial support for libvisual (http://libvisual.sourceforge.net) ↵Benjamin Otte2004-04-301-0/+10
| | | | | | | | | | | | libvisual is still quite alpha, so expect crashe... Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/libvisual/Makefile.am: * ext/libvisual/visual.c: add initial support for libvisual (http://libvisual.sourceforge.net) libvisual is still quite alpha, so expect crashes in there :)
* New DTS decoder.Ronald S. Bultje2004-04-291-0/+8
| | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/dts/Makefile.am: * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type), (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init), (gst_dtsdec_channels), (gst_dtsdec_renegotiate), (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo), (gst_dtsdec_loop), (gst_dtsdec_change_state), (gst_dtsdec_set_property), (gst_dtsdec_get_property), (plugin_init): * ext/dts/gstdtsdec.h: New DTS decoder. * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_srcconnect): Add ESDS atom handling (.m4a).
* configure.ac: detect faad correctly as non-working if it's indeed non-workingBenjamin Otte2004-04-261-6/+9
| | | | | | Original commit message from CVS: * configure.ac: detect faad correctly as non-working if it's indeed non-working
* configure.ac: bump required gstreamer version to 0.8.1.1 because of ↵David Schleef2004-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following changes [--ds] Original commit message from CVS: reviewed by David Schleef * configure.ac: bump required gstreamer version to 0.8.1.1 because of following changes [--ds] * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h. (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list) (gst_riff_read_header): Use GST_READ_UINT* macros to access possibly unaligned memory. * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h. (mp3_type_find): Use GST_READ_UINT* macros to access possibly unaligned memory. (mp3_type_find, mpeg1_parse_header, qt_type_find) (speex_type_find): Likewise * gst/tags/gstvorbistag.c: (ADVANCE): Likewise * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc). (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET) (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET) (gst_qtdemux_loop_header, gst_qtdemux_loop_header) (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type) (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT* macros to access possibly unaligned memory. * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk): Likewise. * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead) (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise. * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain): Likewise. * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA) (gst_mpeg2subt_chain_subtitle): Likewise. * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq) (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain): Likewise. * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info): Likewise. * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes): Likewise. * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint): Likewise.
* up required gst version fix po download snippetThomas Vander Stichele2004-04-201-1/+1
| | | | | | Original commit message from CVS: up required gst version fix po download snippet
* configure.ac: require mpeg2dec >= 0.4.0Benjamin Otte2004-04-171-1/+1
| | | | | | Original commit message from CVS: * configure.ac: require mpeg2dec >= 0.4.0
* bump nano to 1Thomas Vander Stichele2004-04-151-1/+1
| | | | | Original commit message from CVS: bump nano to 1
* releasingThomas Vander Stichele2004-04-151-3/+4
| | | | | Original commit message from CVS: releasing
* nano bump for prerel add bug entry for a fixed bug translation updatesThomas Vander Stichele2004-04-151-1/+1
| | | | | | | Original commit message from CVS: nano bump for prerel add bug entry for a fixed bug translation updates
* configure.ac: save libs correctly when checking madBenjamin Otte2004-04-141-1/+1
| | | | | | Original commit message from CVS: * configure.ac: save libs correctly when checking mad
* Workaround for missing struct v4l2_buffer declaration in Suse 9 and Mandrake ↵Ronald S. Bultje2004-04-101-0/+17
| | | | | | | | | | 10 linux/videodev2.h header file (#135919). Original commit message from CVS: * configure.ac: * sys/v4l2/gstv4l2element.h: Workaround for missing struct v4l2_buffer declaration in Suse 9 and Mandrake 10 linux/videodev2.h header file (#135919).
* configure.ac: fix == in test(1) operatorBenjamin Otte2004-04-041-2/+2
| | | | | | | Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * configure.ac: fix == in test(1) operator
* configure.ac: fix --export-symblos-regex to a working regex.Benjamin Otte2004-04-041-1/+1
| | | | | | | Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * configure.ac: fix --export-symblos-regex to a working regex.
* Hopefully make the configure check work on Debian.Scott Wheeler2004-04-011-1/+34
| | | | | Original commit message from CVS: Hopefully make the configure check work on Debian.
* Try a bit harder to get the correct Qt dir. At some point I'll split this ↵Scott Wheeler2004-03-301-3/+40
| | | | | | | | | out into a real check for Qt, but for now ... Original commit message from CVS: Try a bit harder to get the correct Qt dir. At some point I'll split this out into a real check for Qt, but for now I just want the KIO plugin to actually build.
* try fixing configure on RH9Benjamin Otte2004-03-301-10/+10
| | | | | Original commit message from CVS: try fixing configure on RH9
* add experimental kiosrc pluginBenjamin Otte2004-03-301-0/+27
| | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/kio/Makefile.am: * ext/kio/kioreceiver.cpp: * ext/kio/kioreceiver.h: * ext/kio/kiosrc.cpp: * ext/kio/kiosrc.h: add experimental kiosrc plugin * ext/alsa/gstalsaplugin.c: (plugin_init): initialize debugging category only when we're sure registering the plugins worked.
* configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/David I. Lehn2004-03-201-2/+2
| | | | | Original commit message from CVS: * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
* dist common and m4 correctlyThomas Vander Stichele2004-03-181-0/+3
| | | | | Original commit message from CVS: dist common and m4 correctly
* fix X check explain version checkThomas Vander Stichele2004-03-161-6/+6
| | | | | | Original commit message from CVS: fix X check explain version check
* back to CVSThomas Vander Stichele2004-03-161-1/+1
| | | | | Original commit message from CVS: back to CVS
* releasingThomas Vander Stichele2004-03-161-3/+3
| | | | | Original commit message from CVS: releasing
* update libtool version actually use it in media-infoThomas Vander Stichele2004-03-151-7/+2
| | | | | | Original commit message from CVS: update libtool version actually use it in media-info
* work with speex 1.0, not 1.1Thomas Vander Stichele2004-03-151-9/+9
| | | | | Original commit message from CVS: work with speex 1.0, not 1.1
* adding gstreamer-plugins.pc fixes #126999Thomas Vander Stichele2004-03-151-0/+2
| | | | | | Original commit message from CVS: adding gstreamer-plugins.pc fixes #126999
* adding media info pc files package them use ffmpegcolorspace in gstplayThomas Vander Stichele2004-03-151-8/+10
| | | | | | | Original commit message from CVS: adding media info pc files package them use ffmpegcolorspace in gstplay
* adding ffmpegcolorspace element, thanks ronaldThomas Vander Stichele2004-03-151-0/+7
| | | | | Original commit message from CVS: adding ffmpegcolorspace element, thanks ronald
* move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get ↵Benjamin Otte2004-03-141-6/+11
| | | | | | | | | | | | | | | rebuilt properly Original commit message from CVS: * configure.ac: * gst-libs/gst/gconf/Makefile.am: * pkgconfig/Makefile.am: move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get rebuilt properly * configure.ac: when checking for vorbis, try pkgconfig first. * gst/modplug/gstmodplug.cc: add fixate function
* configure.ac: the Hermes library controls hermescolorspace, not colorspace.David Schleef2004-03-131-1/+1
| | | | | | | | | | | | Original commit message from CVS: * configure.ac: the Hermes library controls hermescolorspace, not colorspace. * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init), (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef, not /* */ * ext/sdl/sdlvideosink.c: Change XID to unsigned long. * ext/sdl/sdlvideosink.h: ditto. * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
* use pkg-config checks for some, falling back to the old one.Thomas Vander Stichele2004-03-101-12/+44
| | | | | | | Original commit message from CVS: use pkg-config checks for some, falling back to the old one. fixes #131270
* updating tools generationThomas Vander Stichele2004-03-101-2/+1
| | | | | Original commit message from CVS: updating tools generation
* releasingThomas Vander Stichele2004-03-091-2/+4
| | | | | Original commit message from CVS: releasing
* removing plugins from buildThomas Vander Stichele2004-03-091-4/+1
| | | | | Original commit message from CVS: removing plugins from build