summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2004-05-19configure.ac: Add sunaudioDavid Schleef1-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
2004-05-17configure.ac: fix compilation of v4l2src with "-Wall -Werror" fixes #142664Stéphane Loeuillet1-0/+1
Original commit message from CVS: * configure.ac : fix compilation of v4l2src with "-Wall -Werror" fixes #142664
2004-05-17whoops, checked in too muchBenjamin Otte1-1/+1
Original commit message from CVS: whoops, checked in too much
2004-05-17compute offsets correctly for internal buffers so timestamps are set ↵David Moore1-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)
2004-05-13configure.ac: check for exact version of libvisual, it's not supposed to beBenjamin Otte1-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
2004-05-12configure.ac: enable shout2 by defaultBenjamin Otte1-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
2004-05-11configure.ac: Add prototype Dirac support.David Schleef1-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:
2004-05-04configure.ac: check for kdemacros.h, too (should fix #141821)Benjamin Otte1-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)
2004-04-30add initial support for libvisual (http://libvisual.sourceforge.net) ↵Benjamin Otte1-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 :)
2004-04-29New DTS decoder.Ronald S. Bultje1-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).
2004-04-26configure.ac: detect faad correctly as non-working if it's indeed non-workingBenjamin Otte1-6/+9
Original commit message from CVS: * configure.ac: detect faad correctly as non-working if it's indeed non-working
2004-04-20configure.ac: bump required gstreamer version to 0.8.1.1 because of ↵David Schleef1-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.
2004-04-20up required gst version fix po download snippetThomas Vander Stichele1-1/+1
Original commit message from CVS: up required gst version fix po download snippet
2004-04-17configure.ac: require mpeg2dec >= 0.4.0Benjamin Otte1-1/+1
Original commit message from CVS: * configure.ac: require mpeg2dec >= 0.4.0
2004-04-15bump nano to 1Thomas Vander Stichele1-1/+1
Original commit message from CVS: bump nano to 1
2004-04-15releasingThomas Vander Stichele1-3/+4
Original commit message from CVS: releasing
2004-04-15nano bump for prerel add bug entry for a fixed bug translation updatesThomas Vander Stichele1-1/+1
Original commit message from CVS: nano bump for prerel add bug entry for a fixed bug translation updates
2004-04-14configure.ac: save libs correctly when checking madBenjamin Otte1-1/+1
Original commit message from CVS: * configure.ac: save libs correctly when checking mad
2004-04-10Workaround for missing struct v4l2_buffer declaration in Suse 9 and Mandrake ↵Ronald S. Bultje1-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).
2004-04-04configure.ac: fix == in test(1) operatorBenjamin Otte1-2/+2
Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * configure.ac: fix == in test(1) operator
2004-04-04configure.ac: fix --export-symblos-regex to a working regex.Benjamin Otte1-1/+1
Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * configure.ac: fix --export-symblos-regex to a working regex.
2004-04-01Hopefully make the configure check work on Debian.Scott Wheeler1-1/+34
Original commit message from CVS: Hopefully make the configure check work on Debian.
2004-03-30Try a bit harder to get the correct Qt dir. At some point I'll split this ↵Scott Wheeler1-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.
2004-03-30try fixing configure on RH9Benjamin Otte1-10/+10
Original commit message from CVS: try fixing configure on RH9
2004-03-30add experimental kiosrc pluginBenjamin Otte1-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.
2004-03-20configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/David I. Lehn1-2/+2
Original commit message from CVS: * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
2004-03-18dist common and m4 correctlyThomas Vander Stichele1-0/+3
Original commit message from CVS: dist common and m4 correctly
2004-03-16fix X check explain version checkThomas Vander Stichele1-6/+6
Original commit message from CVS: fix X check explain version check
2004-03-16back to CVSThomas Vander Stichele1-1/+1
Original commit message from CVS: back to CVS
2004-03-16releasingThomas Vander Stichele1-3/+3
Original commit message from CVS: releasing
2004-03-15update libtool version actually use it in media-infoThomas Vander Stichele1-7/+2
Original commit message from CVS: update libtool version actually use it in media-info
2004-03-15work with speex 1.0, not 1.1Thomas Vander Stichele1-9/+9
Original commit message from CVS: work with speex 1.0, not 1.1
2004-03-15adding gstreamer-plugins.pc fixes #126999Thomas Vander Stichele1-0/+2
Original commit message from CVS: adding gstreamer-plugins.pc fixes #126999
2004-03-15adding media info pc files package them use ffmpegcolorspace in gstplayThomas Vander Stichele1-8/+10
Original commit message from CVS: adding media info pc files package them use ffmpegcolorspace in gstplay
2004-03-15adding ffmpegcolorspace element, thanks ronaldThomas Vander Stichele1-0/+7
Original commit message from CVS: adding ffmpegcolorspace element, thanks ronald
2004-03-14move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get ↵Benjamin Otte1-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
2004-03-13configure.ac: the Hermes library controls hermescolorspace, not colorspace.David Schleef1-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
2004-03-10use pkg-config checks for some, falling back to the old one.Thomas Vander Stichele1-12/+44
Original commit message from CVS: use pkg-config checks for some, falling back to the old one. fixes #131270
2004-03-10updating tools generationThomas Vander Stichele1-2/+1
Original commit message from CVS: updating tools generation
2004-03-09releasingThomas Vander Stichele1-2/+4
Original commit message from CVS: releasing
2004-03-09removing plugins from buildThomas Vander Stichele1-4/+1
Original commit message from CVS: removing plugins from build
2004-03-02fix --with-pluginsThomas Vander Stichele1-1/+2
Original commit message from CVS: fix --with-plugins
2004-02-26back to nanoThomas Vander Stichele1-1/+1
Original commit message from CVS: back to nano
2004-02-24I hate conflicts, this was supposed to go in yesterdayThomas Vander Stichele1-0/+1
Original commit message from CVS: I hate conflicts, this was supposed to go in yesterday
2004-02-22configure.ac: export [_]*{gst,Gst,GST}.* symbols from pluginsBenjamin Otte1-1/+1
Original commit message from CVS: 2004-02-22 Benjamin Otte <otte@gnome.org> * configure.ac: export [_]*{gst,Gst,GST}.* symbols from plugins 2004-02-22 Christophe Fergeau <teuf@gnome.org> reviewed by: Benjamin Otte <otte@gnome.org> * ext/lame/gstlame.c: (add_one_tag): * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list): * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value), (gst_vorbisenc_metadata_set1): * gst/tags/gstid3tag.c: * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): apply fixes from bugs #135042 (lame can't write tags) and #133817 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
2004-02-22Export only gst_plugin_desc from pluginsRamon Garcia Fernandez1-2/+2
Original commit message from CVS: Export only gst_plugin_desc from plugins
2004-02-20fix gdk_pixbuf install location creation for solaris fix category for vorbisdecThomas Vander Stichele1-13/+17
Original commit message from CVS: fix gdk_pixbuf install location creation for solaris fix category for vorbisdec
2004-02-20gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and interleave ↵Andy Wingo1-4/+2
respectively. Original commit message from CVS: 2004-02-20 Andy Wingo <wingo@pobox.com> * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and interleave respectively. * gst/interleave/deinterleave.c: New plugin: deinterleave (replaces on oneton). * gst/interleave/interleave.c: New plugin: interleave. * gst/interleave/plugin.h: Support file. * gst/interleave/plugin.c: Support file. * configure.ac: Remove intfloat and oneton, add interleave. * ext/sndfile/gstsf.c: Handle events better. * gst/audioconvert/gstaudioconvert.c: Change to support int2float and float2int operation. int2float has scheduling problems as noted in in2float_chain.
2004-02-20ext/xine/: add first version of xine plugin wrapper. Currently only wraps theBenjamin Otte1-0/+9
Original commit message from CVS: 2004-02-20 Benjamin Otte <otte@gnome.org> * ext/xine/Makefile.am: * ext/xine/gstxine.h: * ext/xine/xine.c: * ext/xine/xineaudiodec.c: * ext/xine/xinecaps.c: add first version of xine plugin wrapper. Currently only wraps the QDM2 win32 DLL, and even that only in proof-of-concept quality. * configure.ac: * ext/Makefile.am: add xine plugin wrapper, disabled by default. Use --enable-xine to build. Note that it'll segfault on gst-register if you don't remove the goom and tvtime post plugins from xine. * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event), (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps): add extradata parsing for QDM2. change around debugging prints.
2004-02-19configure.ac: Move massink to gst-rottenDavid Schleef1-10/+0
Original commit message from CVS: * configure.ac: Move massink to gst-rotten * ext/Makefile.am: * ext/mas/Makefile.am: * ext/mas/massink.c: * ext/mas/massink.h: