summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2004-11-07Add musepack decoder.Ronald S. Bultje1-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().
2004-10-28gst-libs/gst/audio/gstaudiofilter.c: fix link function to always query ↵Benjamin Otte1-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
2004-10-27fix build on older automakeThomas Vander Stichele1-5/+7
Original commit message from CVS: fix build on older automake
2004-10-20I lied, I am the One True BuildmasterWim Taymans1-0/+9
Original commit message from CVS: I lied, I am the One True Buildmaster
2004-10-20fix the buildThomas Vander Stichele1-5/+24
Original commit message from CVS: fix the build
2004-10-18configure.ac: I swear, this is the last time I touch this.Wim Taymans1-2/+0
Original commit message from CVS: * configure.ac: I swear, this is the last time I touch this.
2004-10-18configure.ac: Added cdaudio to wrong list.Wim Taymans1-1/+2
Original commit message from CVS: * configure.ac: Added cdaudio to wrong list.
2004-10-18configure.ac: Revive cdaudio.Wim Taymans1-0/+2
Original commit message from CVS: * configure.ac: Revive cdaudio.
2004-10-14configure.ac: update for swfdec-0.3 and liboil-0.2David Schleef1-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
2004-10-06bump nano to cvsThomas Vander Stichele1-1/+1
Original commit message from CVS: bump nano to cvs
2004-10-06releasingThomas Vander Stichele1-1/+1
Original commit message from CVS: releasing
2004-10-06bump for prereleaseThomas Vander Stichele1-1/+1
Original commit message from CVS: bump for prerelease
2004-10-05fixing libmng buildThomas Vander Stichele1-1/+1
Original commit message from CVS: fixing libmng build
2004-10-04configure.ac: configure update for libmng.Wim Taymans1-0/+8
Original commit message from CVS: * configure.ac: configure update for libmng.
2004-10-04and this one tooThomas Vander Stichele1-0/+1
Original commit message from CVS: and this one too
2004-10-04you need 1.0.4 of speexThomas Vander Stichele1-6/+11
Original commit message from CVS: you need 1.0.4 of speex
2004-09-28Remove non-working ugly kioplugin Markey has new and much improved one in ↵Christian Schaller1-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
2004-09-17- say explicitly in the ./configure output that we're looking for libsidplay ↵Stéphane Loeuillet1-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)
2004-09-15configure.ac: remove NASM check, since we don't use it. Update dirac check ↵David Schleef1-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
2004-09-12configure.ac: change speex detection as 1.1.6 now uses .pc/pkg-config and ↵Stéphane Loeuillet1-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.
2004-09-10Moving MAS plugin back to gst-sandbox module.Zeeshan Ali1-7/+7
Original commit message from CVS: Moving MAS plugin back to gst-sandbox module.
2004-09-02Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly forZeeshan Ali1-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.
2004-08-31bump nano to cvsThomas Vander Stichele1-1/+1
Original commit message from CVS: bump nano to cvs
2004-08-31releasingThomas Vander Stichele1-1/+1
Original commit message from CVS: releasing
2004-08-30fix for 151236Thomas Vander Stichele1-5/+5
Original commit message from CVS: fix for 151236
2004-08-30fixes #151232Thomas Vander Stichele1-1/+8
Original commit message from CVS: fixes #151232
2004-08-27prereleaseThomas Vander Stichele1-1/+1
Original commit message from CVS: prerelease
2004-08-20configure.ac: Clean up the test for lame presetsZaheer Abbas Merali1-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
2004-08-19Only enable lame presets if version of lame has presets in APIZaheer Abbas Merali1-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
2004-08-12set origin and package nameThomas Vander Stichele1-2/+14
Original commit message from CVS: set origin and package name
2004-08-09GL sink plugin. (Bug #147302)Gernot Ziegler1-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
2004-08-02configure.ac: Fix mikmod CFLAGS.David Schleef1-1/+1
Original commit message from CVS: * configure.ac: Fix mikmod CFLAGS.
2004-08-02back to devThomas Vander Stichele1-1/+1
Original commit message from CVS: back to dev
2004-08-02gearing up for releaseThomas Vander Stichele1-2/+2
Original commit message from CVS: gearing up for release
2004-07-30bump nano for prerelThomas Vander Stichele1-1/+1
Original commit message from CVS: bump nano for prerel
2004-07-30don't use stupid colorspace, do use hermes, make macro, mark for translationThomas Vander Stichele1-1/+1
Original commit message from CVS: don't use stupid colorspace, do use hermes, make macro, mark for translation
2004-07-30configure.ac: make test for audiofile more strictDavid Schleef1-0/+1
Original commit message from CVS: * configure.ac: make test for audiofile more strict
2004-07-28up gst requirement for fractionsThomas Vander Stichele1-2/+3
Original commit message from CVS: up gst requirement for fractions
2004-07-22multifilesink plugin for creating new files every time a new media ↵Zaheer Abbas Merali1-0/+3
discontinuity event occurs Original commit message from CVS: 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: * gst/Makefile.am: * gst/multifilesink/Makefile.am: * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_get_formats), (gst_multifilesink_get_query_types), (_do_init), (gst_multifilesink_base_init), (gst_multifilesink_class_init), (gst_multifilesink_init), (gst_multifilesink_dispose), (gst_multifilesink_set_location), (gst_multifilesink_set_property), (gst_multifilesink_get_property), (gst_multifilesink_open_file), (gst_multifilesink_close_file), (gst_multifilesink_next_file), (gst_multifilesink_pad_query), (gst_multifilesink_handle_event), (gst_multifilesink_chain), (gst_multifilesink_change_state), (gst_multifilesink_uri_get_type), (gst_multifilesink_uri_get_protocols), (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri), (gst_multifilesink_uri_handler_init), (plugin_init): * gst/multifilesink/gstmultifilesink.h: * testsuite/Makefile.am: * testsuite/multifilesink/Makefile.am: * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init), (gst_newmedia_class_init), (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger), (test_format), (newfile_signal), (test_signal), (main): multifilesink plugin for creating new files every time a new media discontinuity event occurs
2004-07-13configure.ac: Fix test for Objective CDavid Schleef1-11/+3
Original commit message from CVS: * configure.ac: Fix test for Objective C
2004-07-08new method. various debuggingThomas Vander Stichele1-0/+1
Original commit message from CVS: new method. various debugging
2004-07-06fix marshal includesThomas Vander Stichele1-1/+2
Original commit message from CVS: fix marshal includes
2004-07-05Added some playback helper elements and some test apps, very alpha still.Wim Taymans1-0/+2
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-23back to devThomas Vander Stichele1-1/+1
Original commit message from CVS: back to dev
2004-06-22configure.ac: Whoops, my fault...fixed build issuesZaheer Abbas Merali1-4/+9
Original commit message from CVS: 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org> * configure.ac: Whoops, my fault...fixed build issues
2004-06-22configure.ac: Add objective-c support if running in Darwin/Mac OS XZaheer Abbas Merali1-1/+23
Original commit message from CVS: 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org> * configure.ac: Add objective-c support if running in Darwin/Mac OS X * sys/Makefile.am: * sys/osxvideo: * sys/osxvideo/Makefile.am: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: * sys/osxvideo/cocoawindow.h: * sys/osxvideo/cocoawindow.m: Add osxvideosink, a cocoa-based osx video sink
2004-06-17fixThomas Vander Stichele1-1/+1
Original commit message from CVS: fix
2004-06-17gst/audiorate/: Added an audiorate converter that fills in gaps.Wim Taymans1-0/+4
Original commit message from CVS: * gst/audiorate/Makefile.am: * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type), (gst_audiorate_base_init), (gst_audiorate_class_init), (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain), (gst_audiorate_set_property), (gst_audiorate_get_property), (gst_audiorate_change_state), (plugin_init): Added an audiorate converter that fills in gaps.
2004-06-12fix #133002Thomas Vander Stichele1-9/+14
Original commit message from CVS: fix #133002
2004-06-12configure.ac: Added ogg library so that OSX detects libtheora properlyZaheer Abbas Merali1-1/+1
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