summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Adding a first version of directfbvideosink.Julien Moutte2004-11-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2004-11-28 Julien MOUTTE <julien@moutte.net> * configure.ac: * ext/Makefile.am: * ext/directfb/Makefile.am: * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create), (gst_directfbvideosink_get_pixel_format), (gst_directfbvideosink_get_format_from_fourcc), (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps), (gst_directfbvideosink_sink_link), (gst_directfbvideosink_change_state), (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free), (gst_directfbvideosink_buffer_alloc), (gst_directfbvideosink_interface_supported), (gst_directfbvideosink_interface_init), (gst_directfbvideosink_navigation_send_event), (gst_directfbvideosink_navigation_init), (gst_directfbvideosink_set_property), (gst_directfbvideosink_get_property), (gst_directfbvideosink_finalize), (gst_directfbvideosink_init), (gst_directfbvideosink_base_init), (gst_directfbvideosink_class_init), (gst_directfbvideosink_get_type), (plugin_init): * ext/directfb/directfbvideosink.h: Adding a first version of directfbvideosink. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some more.
* added TTA parser and decoderArwed v. Merkatz2004-11-261-0/+2
| | | | | Original commit message from CVS: added TTA parser and decoder
* APE v1/2 tag reader plus typefind function.Ronald S. Bultje2004-11-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * gst/apetag/Makefile.am: * gst/apetag/apedemux.c: (gst_ape_demux_get_type), (gst_ape_demux_base_init), (gst_ape_demux_class_init), (gst_ape_demux_init), (gst_ape_demux_get_src_formats), (gst_ape_demux_get_src_query_types), (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask), (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event), (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length), (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind), (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init), (gst_ape_demux_stream_data), (gst_ape_demux_loop), (gst_ape_demux_change_state): * gst/apetag/apedemux.h: * gst/apetag/apetag.c: (plugin_init): * gst/typefind/gsttypefindfunctions.c: (apetag_type_find), (plugin_init): APE v1/2 tag reader plus typefind function.
* Remove hacks for older core. Require newer core version accordingly.Ronald S. Bultje2004-11-251-1/+1
| | | | | | | | | Original commit message from CVS: * configure.ac: * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element): * gst/typefind/gsttypefindfunctions.c: (mp3_type_find): Remove hacks for older core. Require newer core version accordingly.
* back to cvsThomas Vander Stichele2004-11-251-1/+1
| | | | | Original commit message from CVS: back to cvs
* releasingThomas Vander Stichele2004-11-251-1/+1
| | | | | Original commit message from CVS: releasing
* new prereleaseThomas Vander Stichele2004-11-251-1/+1
| | | | | Original commit message from CVS: new prerelease
* whoops, wrong commitThomas Vander Stichele2004-11-231-1/+1
| | | | | Original commit message from CVS: whoops, wrong commit
* configure fix from ronaldThomas Vander Stichele2004-11-231-1/+1
| | | | | Original commit message from CVS: configure fix from ronald
* configure.ac: Fix mpeg2enc configure check (similar to mplex check below).Ronald S. Bultje2004-11-141-1/+1
| | | | | | Original commit message from CVS: * configure.ac: Fix mpeg2enc configure check (similar to mplex check below).
* another prereleaseThomas Vander Stichele2004-11-131-1/+1
| | | | | Original commit message from CVS: another prerelease
* fix mplex configure check (bug #140994)Arwed v. Merkatz2004-11-131-1/+1
| | | | | Original commit message from CVS: fix mplex configure check (bug #140994)
* Update libvisual to 0.1.7. Link in the debug handling to gstreamerJan Schmidt2004-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * ext/libvisual/visual.c: (gst_visual_get_type), (libvisual_log_handler), (gst_visual_getcaps), (gst_visual_srclink), (gst_visual_change_state), (make_valid_name), (plugin_init): Update libvisual to 0.1.7. Link in the debug handling to gstreamer * ext/smoothwave/Makefile.am: * ext/smoothwave/demo-osssrc.c: (main): * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init), (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink), (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state), (plugin_init): * ext/smoothwave/gstsmoothwave.h: Make gstsmoothwave a working element in the 20th century. * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect): Fix incorrect link function
* Remove the line dealing with the cache stuff I left in by mistakeIain Holmes2004-11-121-1/+0
| | | | | Original commit message from CVS: Remove the line dealing with the cache stuff I left in by mistake
* Added the polypaudio sink and hooked it into the build system.Iain Holmes2004-11-121-0/+11
| | | | | Original commit message from CVS: Added the polypaudio sink and hooked it into the build system.
* Add musepack decoder.Ronald S. Bultje2004-11-071-0/+18
| | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/musepack/Makefile.am: * ext/musepack/gstmusepackdec.cpp: * ext/musepack/gstmusepackdec.h: * ext/musepack/gstmusepackreader.cpp: * ext/musepack/gstmusepackreader.h: Add musepack decoder. * ext/faad/gstfaad.c: (gst_faad_base_init): Make pad templates static. * gst/typefind/gsttypefindfunctions.c: (mp3_type_find), (plugin_init): Add musepack typefinder, make mp3 typefinding work halfway stream, which doesn't actually work yet because id3demux doesn't implement _get_length().
* gst-libs/gst/audio/gstaudiofilter.c: fix link function to always query ↵Benjamin Otte2004-10-281-0/+2
| | | | | | | | | | | | | | | | | | | | | channels and query width for floats Original commit message from CVS: * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link): fix link function to always query channels and query width for floats * configure.ac: add equalizer dir * gst/equalizer/Makefile.am: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type), (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init), (gst_iir_equalizer_init), (gst_iir_equalizer_finalize), (arg_to_scale), (setup_filter), (gst_iir_equalizer_compute_frequencies), (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property), (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup), (plugin_init): add an equalizer
* fix build on older automakeThomas Vander Stichele2004-10-271-5/+7
| | | | | Original commit message from CVS: fix build on older automake
* I lied, I am the One True BuildmasterWim Taymans2004-10-201-0/+9
| | | | | Original commit message from CVS: I lied, I am the One True Buildmaster
* fix the buildThomas Vander Stichele2004-10-201-5/+24
| | | | | Original commit message from CVS: fix the build
* configure.ac: I swear, this is the last time I touch this.Wim Taymans2004-10-181-2/+0
| | | | | | Original commit message from CVS: * configure.ac: I swear, this is the last time I touch this.
* configure.ac: Added cdaudio to wrong list.Wim Taymans2004-10-181-1/+2
| | | | | | Original commit message from CVS: * configure.ac: Added cdaudio to wrong list.
* configure.ac: Revive cdaudio.Wim Taymans2004-10-181-0/+2
| | | | | | Original commit message from CVS: * configure.ac: Revive cdaudio.
* configure.ac: update for swfdec-0.3 and liboil-0.2David Schleef2004-10-141-2/+2
| | | | | | | | | Original commit message from CVS: * configure.ac: update for swfdec-0.3 and liboil-0.2 * ext/swfdec/gstswfdec.c: update for swfdec-0.3 * ext/swfdec/gstswfdec.h: same * gst/videofilter/gstvideobalance.c: update for liboil-0.2 * gst/videotestsrc/videotestsrc.c: same
* bump nano to cvsThomas Vander Stichele2004-10-061-1/+1
| | | | | Original commit message from CVS: bump nano to cvs
* releasingThomas Vander Stichele2004-10-061-1/+1
| | | | | Original commit message from CVS: releasing
* bump for prereleaseThomas Vander Stichele2004-10-061-1/+1
| | | | | Original commit message from CVS: bump for prerelease
* fixing libmng buildThomas Vander Stichele2004-10-051-1/+1
| | | | | Original commit message from CVS: fixing libmng build
* configure.ac: configure update for libmng.Wim Taymans2004-10-041-0/+8
| | | | | | Original commit message from CVS: * configure.ac: configure update for libmng.
* and this one tooThomas Vander Stichele2004-10-041-0/+1
| | | | | Original commit message from CVS: and this one too
* you need 1.0.4 of speexThomas Vander Stichele2004-10-041-6/+11
| | | | | Original commit message from CVS: you need 1.0.4 of speex
* Remove non-working ugly kioplugin Markey has new and much improved one in ↵Christian Schaller2004-09-281-66/+0
| | | | | | | Amarok which he will send upstream Original commit message from CVS: Remove non-working ugly kioplugin Markey has new and much improved one in Amarok which he will send upstream
* - say explicitly in the ./configure output that we're looking for libsidplay ↵Stéphane Loeuillet2004-09-171-1/+1
| | | | | | | | 1.36.x (as siddec won't compile against ... Original commit message from CVS: - say explicitly in the ./configure output that we're looking for libsidplay 1.36.x (as siddec won't compile against 2.x.x)
* configure.ac: remove NASM check, since we don't use it. Update dirac check ↵David Schleef2004-09-151-12/+4
| | | | | | | | | | | | | | | to 0.4 Original commit message from CVS: * configure.ac: remove NASM check, since we don't use it. Update dirac check to 0.4 * ext/dirac/gstdiracdec.cc: update to current 0.4 API * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link): Initialized variables. * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak), (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add SVQ3 format
* configure.ac: change speex detection as 1.1.6 now uses .pc/pkg-config and ↵Stéphane Loeuillet2004-09-121-15/+23
| | | | | | | | they changed their headers location. Original commit message from CVS: * configure.ac : change speex detection as 1.1.6 now uses .pc/pkg-config and they changed their headers location.
* Moving MAS plugin back to gst-sandbox module.Zeeshan Ali2004-09-101-7/+7
| | | | | Original commit message from CVS: Moving MAS plugin back to gst-sandbox module.
* Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly forZeeshan Ali2004-09-021-0/+9
| | | | | | | | 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.
* bump nano to cvsThomas Vander Stichele2004-08-311-1/+1
| | | | | Original commit message from CVS: bump nano to cvs
* releasingThomas Vander Stichele2004-08-311-1/+1
| | | | | Original commit message from CVS: releasing
* fix for 151236Thomas Vander Stichele2004-08-301-5/+5
| | | | | Original commit message from CVS: fix for 151236
* fixes #151232Thomas Vander Stichele2004-08-301-1/+8
| | | | | Original commit message from CVS: fixes #151232
* prereleaseThomas Vander Stichele2004-08-271-1/+1
| | | | | Original commit message from CVS: prerelease
* configure.ac: Clean up the test for lame presetsZaheer Abbas Merali2004-08-201-4/+1
| | | | | | | | Original commit message from CVS: 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: Clean up the test for lame presets
* Only enable lame presets if version of lame has presets in APIZaheer Abbas Merali2004-08-191-2/+9
| | | | | | | | | | | Original commit message from CVS: 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: * ext/lame/Makefile.am: * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup): Only enable lame presets if version of lame has presets in API
* set origin and package nameThomas Vander Stichele2004-08-121-2/+14
| | | | | Original commit message from CVS: set origin and package name
* GL sink plugin. (Bug #147302)Gernot Ziegler2004-08-091-1/+6
| | | | | | | | | | | Original commit message from CVS: Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the GL sink plugin. (Bug #147302) * configure.ac: Test for OpenGL * sys/Makefile.am: Use test for OpenGL * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: rewrite * sys/glsink/glimagesink.h: rewrite
* configure.ac: Fix mikmod CFLAGS.David Schleef2004-08-021-1/+1
| | | | | Original commit message from CVS: * configure.ac: Fix mikmod CFLAGS.
* back to devThomas Vander Stichele2004-08-021-1/+1
| | | | | Original commit message from CVS: back to dev
* gearing up for releaseThomas Vander Stichele2004-08-021-2/+2
| | | | | Original commit message from CVS: gearing up for release
* bump nano for prerelThomas Vander Stichele2004-07-301-1/+1
| | | | | Original commit message from CVS: bump nano for prerel