summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2006-03-31Add tests and fix PAR caps issue to ximagesrcZaheer Abbas Merali1-2/+4
Original commit message from CVS: 2006-03-31 Zaheer Abbas Merali <zaheerabbas at merali dot org> * Makefile.am: * configure.ac: * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_ximage_get), (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init): * sys/ximagesrc/ximageutil.c: * tests/Makefile.am: * tests/icles/Makefile.am: * tests/icles/ximagesrc-test.c: (terminate_playback), (main): Add tests and fix PAR caps issue to ximagesrc
2006-03-31configure.ac: Add autoconfery for theoradec.Michael Smith1-0/+9
Original commit message from CVS: * configure.ac: Add autoconfery for theoradec. * ext/Makefile.am: Add theora directory. * ext/theora/Makefile.am: * ext/theora/theoradec.c: (gst_theoradec_base_init), (gst_theoradec_class_init), (gst_theoradec_init), (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types), (gst_theoradec_granule_clocktime), (theora_dec_src_convert), (theora_dec_sink_convert), (theora_dec_src_query), (theora_dec_sink_query), (theora_dec_src_event), (theora_dec_sink_event), (theora_handle_comment_packet), (theora_handle_type_packet), (theora_handle_header_packet), (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain), (theora_dec_change_state), (plugin_init): * ext/theora/theoradec.h: Add theora plugin for theora-exp decoder. Very heavily based on the existing theora decoder plugin.
2006-03-29Added new plugin amrwb parse.Renato Araujo Oliveira Filho1-0/+15
Original commit message from CVS: Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com> * configure.ac: * ext/Makefile.am: * ext/amrwb/Makefile.am: * ext/amrwb/README: * ext/amrwb/amrwb-code/Makefile.am: * ext/amrwb/amrwb-code/run.sh: * ext/amrwb/gstamrwb.c: (plugin_init): * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init), (gst_amrwbdec_class_init), (gst_amrwbdec_init), (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain), (gst_amrwbdec_state_change): * ext/amrwb/gstamrwbdec.h: * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init), (gst_amrwbenc_class_init), (gst_amrwbenc_init), (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps), (gst_amrwbenc_chain), (gst_amrwbenc_state_change): * ext/amrwb/gstamrwbenc.h: * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init), (gst_amrwbparse_class_init), (gst_amrwbparse_init), (gst_amrwbparse_querytypes), (gst_amrwbparse_query), (gst_amrwbparse_chain), (gst_amrwbparse_read_header), (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate), (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change): * ext/amrwb/gstamrwbparse.h: Added new plugin amrwb parse. Renamed audio/AMR to audio/AMR-WB as per spec. Fixes #333307
2006-03-27configure.ac: Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for ↵Tim-Philipp Müller1-1/+1
-good and -ugly. Fixes build on some systems ... Original commit message from CVS: * configure.ac: Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for -good and -ugly. Fixes build on some systems and doesn't seem to be required for C++ code.
2006-03-22Add new libsoundtouch-based pitch plugin (#331335).Wouter Paeson1-0/+13
Original commit message from CVS: Patch by: Wouter Paeson <wouter at kangaroot dot net> * configure.ac: * ext/Makefile.am: * ext/soundtouch/Makefile.am: * ext/soundtouch/gstpitch.cc: * ext/soundtouch/gstpitch.hh: Add new libsoundtouch-based pitch plugin (#331335).
2006-03-12Fix distcheck.Tim-Philipp Müller1-7/+6
Original commit message from CVS: * Makefile.am: * configure.ac: Fix distcheck.
2006-03-11V4L2 ported to 0.10.Edgard Lima1-0/+92
Original commit message from CVS: V4L2 ported to 0.10.
2006-03-11configure.ac: Only compile the taglib plugin if a C++ compiler is present. ↵Tim-Philipp Müller1-24/+5
Use GST_DEFAULT_ELEMENTS macro from common... Original commit message from CVS: * configure.ac: Only compile the taglib plugin if a C++ compiler is present. Use GST_DEFAULT_ELEMENTS macro from common/ for all the defaults stuff.
2006-03-11added new element to add Xing headers to MP3 files (this allows decoder to ↵Christophe Fergeau1-0/+2
figure out the length of VBR files) Original commit message from CVS: 2006-03-11 Christophe Fergeau <teuf@gnome.org> Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * configure.ac: * gst/xingheader/Makefile.am: * gst/xingheader/gstxingmux.c: * gst/xingheader/gstxingmux.h: added new element to add Xing headers to MP3 files (this allows decoder to figure out the length of VBR files)
2006-03-10Original commit message from CVS:Tim-Philipp Müller1-1/+5
* configure.ac: * gst/modplug/Makefile.am: * gst/modplug/gstmodplug.cc: * gst/modplug/gstmodplug.h: * gst/modplug/libmodplug/sndfile.cpp: * gst/modplug/libmodplug/sndfile.h: modplug plugin ported to 0.10 (#332598, patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
2006-03-09new id3v2 muxer based on TagLibChristophe Fergeau1-0/+9
Original commit message from CVS: 2006-03-09 Christophe Fergeau <teuf@gnome.org> reviewed by: Tim-Philipp Müller <tim at centricular dot net> * configure.ac: * ext/Makefile.am: * ext/taglib/Makefile.am: * ext/taglib/gsttaglib.cc: * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
2006-02-22Cygwin Ports maintainer.Jan Schmidt1-4/+10
Original commit message from CVS: * configure.ac: * sys/glsink/Makefile.am: Merge patch from #317048 for building on Cygwin. Patch by Cygwin Ports maintainer. * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display): Move normal debug output to LOG level not ERROR.
2006-02-21configure.ac: Surely this is supposed to be >= a.b, not == a.bTim-Philipp Müller1-1/+1
Original commit message from CVS: * configure.ac: Surely this is supposed to be >= a.b, not == a.b
2006-02-20Port ximagesrc to 0.10 (Closes #304795)Jan Schmidt1-17/+71
Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/ximagesrc/Makefile.am: * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf), (gst_ximagesrc_open_display), (gst_ximagesrc_start), (gst_ximagesrc_stop), (gst_ximagesrc_unlock), (gst_ximagesrc_recalc), (composite_pixel), (gst_ximagesrc_ximage_get), (gst_ximagesrc_create), (gst_ximagesrc_set_property), (gst_ximagesrc_get_property), (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init), (gst_ximagesrc_dispose), (gst_ximagesrc_finalize), (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps), (gst_ximagesrc_fixate), (gst_ximagesrc_class_init), (gst_ximagesrc_init), (plugin_init): * sys/ximagesrc/ximagesrc.h: * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror), (ximageutil_check_xshm_calls), (ximageutil_xcontext_get), (ximageutil_xcontext_clear), (ximageutil_calculate_pixel_aspect_ratio), (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free), (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init), (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new), (gst_ximageutil_ximage_destroy): * sys/ximagesrc/ximageutil.h: Port ximagesrc to 0.10 (Closes #304795)
2006-02-20configure.ac: Back to CVS nanoJan Schmidt1-1/+1
Original commit message from CVS: * configure.ac: Back to CVS nano
2006-02-20configure.ac: releasing 0.10.1, "Slimy - yet satisfying"RELEASE-0_10_1Jan Schmidt1-1/+1
Original commit message from CVS: 2006-02-20 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.1, "Slimy - yet satisfying"
2006-02-19configure.ac: Release 0.10.0.3 - pre-release for 0.10.1Jan Schmidt1-1/+1
Original commit message from CVS: * configure.ac: Release 0.10.0.3 - pre-release for 0.10.1
2006-02-17configure.ac: Release 0.10.0.2 - pre-release for 0.10.1Jan Schmidt1-3/+4
Original commit message from CVS: * configure.ac: Release 0.10.0.2 - pre-release for 0.10.1
2006-02-13I'm too lazy to comment thisEdgard Lima1-0/+2
Original commit message from CVS: freeze plugin ported to 0.10 by Renato Filho <renato.filho@indt.org.br>
2006-02-10Port cdxaparse, makes VCD playback work.Tim-Philipp Müller1-0/+2
Original commit message from CVS: * configure.ac: * gst/cdxaparse/Makefile.am: * gst/cdxaparse/gstcdxaparse.c: * gst/cdxaparse/gstcdxaparse.h: Port cdxaparse, makes VCD playback work.
2006-02-06Now it uses libneon 0.25.5 that supports shoutcast.Edgard Lima1-1/+1
Original commit message from CVS: Now it uses libneon 0.25.5 that supports shoutcast.
2006-02-06Hook it up.Andy Wingo1-0/+8
Original commit message from CVS: 2006-02-05 Lutz Mueller <lutz@topfrose.de> reviewed by: Andy Wingo <wingo@pobox.com> * configure.ac: * ext/Makefile.am: Hook it up. * ext/bz2/gstbz2.c: * ext/bz2/gstbz2dec.h: * ext/bz2/gstbz2dec.c: * ext/bz2/gstbz2enc.h: * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and decoding (#303167).
2006-01-28revival of glimagesink. Kind of works.David Schleef1-1/+17
Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: revival of glimagesink. Kind of works.
2006-01-21Update from swfdec.David Schleef1-1/+1
Original commit message from CVS: * configure.ac: * ext/swfdec/gstswfdec.c: Update from swfdec.
2006-01-09Created new element, sdlaudiosink.Edgard Lima1-1/+1
Original commit message from CVS: Created new element, sdlaudiosink.
2005-12-28Created new element neonhttpsrc.Edgard Lima1-0/+9
Original commit message from CVS: Created new element neonhttpsrc.
2005-12-19divxdec and divxenc ported to 0.10Edgard Lima1-0/+59
Original commit message from CVS: divxdec and divxenc ported to 0.10
2005-12-14xviddec and xvideenc ported to 0.10Edgard Lima1-1/+31
Original commit message from CVS: xviddec and xvideenc ported to 0.10
2005-12-14dtsdec ported to 0.10Edgard Lima1-0/+9
Original commit message from CVS: dtsdec ported to 0.10
2005-12-11Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant ↵Edgard Lima1-1/+1
PREROOL..." to be fixed. Original commit message from CVS: Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant PREROOL..." to be fixed.
2005-12-09swfdec Ported to 0.10.Edgard Lima1-0/+9
Original commit message from CVS: swfdec Ported to 0.10.
2005-12-05back to HEADThomas Vander Stichele1-1/+1
Original commit message from CVS: back to HEAD
2005-12-05releasing 0.10.0RELEASE-0_10_0Thomas Vander Stichele1-1/+1
Original commit message from CVS: releasing 0.10.0
2005-12-01back to HEADThomas Vander Stichele1-1/+1
Original commit message from CVS: back to HEAD
2005-12-01releasing 0.9.7RELEASE-0_9_7Thomas Vander Stichele1-10/+3
Original commit message from CVS: releasing 0.9.7
2005-11-29libmm ported to 0.9. It works fine, but print some error messages. I'll fix ↵Edgard Lima1-0/+9
them soon. Tested with mmssrc location=m... Original commit message from CVS: libmm ported to 0.9. It works fine, but print some error messages. I'll fix them soon. Tested with mmssrc location=mms:// ! filesink.
2005-11-25Wavpack ported to 0.9. No support for correction file yet.Edgard Lima1-0/+10
Original commit message from CVS: Wavpack ported to 0.9. No support for correction file yet.
2005-11-23back to HEADThomas Vander Stichele1-1/+1
Original commit message from CVS: back to HEAD
2005-11-23releasing 0.9.6RELEASE-0_9_6Thomas Vander Stichele1-1/+1
Original commit message from CVS: releasing 0.9.6
2005-11-22Musepackdec ported to 0.9. There is still a small problem to be solved, ↵Edgard Lima1-0/+13
after the end of file, the pipeline doens't s... Original commit message from CVS: Musepackdec ported to 0.9. There is still a small problem to be solved, after the end of file, the pipeline doens't stop.
2005-11-14configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, ↵Andy Wingo1-1/+1
allows dll builds on windows. Fixes #316076. Original commit message from CVS: 2005-11-14 Andy Wingo <wingo@pobox.com> * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, allows dll builds on windows. Fixes #316076.
2005-11-11back to headThomas Vander Stichele1-1/+1
Original commit message from CVS: back to head
2005-11-11releasing 0.9.5RELEASE-0_9_5Thomas Vander Stichele1-1/+1
Original commit message from CVS: releasing 0.9.5
2005-11-08remove wrong mpegstream additionChristian Schaller1-2/+0
Original commit message from CVS: remove wrong mpegstream addition
2005-11-08add tremor plugins to needed buildscriptsChristian Schaller1-3/+2
Original commit message from CVS: add tremor plugins to needed buildscripts
2005-11-08Ported to 0.9. Some issues to be solved yet: 1- set correct timestamps 2- ↵Edgard Lima1-0/+14
seg fault when eos 3- seek is now disabled Original commit message from CVS: Ported to 0.9. Some issues to be solved yet: 1- set correct timestamps 2- seg fault when eos 3- seek is now disabled
2005-11-06Makefile.am: examples in dist subdirs.Julien Moutte1-0/+2
Original commit message from CVS: 2005-11-06 Julien MOUTTE <julien@moutte.net> * Makefile.am: examples in dist subdirs. * configure.ac: enable parameter for building examples. * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/inspect/plugin-dfbvideosink.xml: * examples/Makefile.am: Updates.
2005-11-06Enable documentation.Julien Moutte1-0/+12
Original commit message from CVS: 2005-11-06 Julien MOUTTE <julien@moutte.net> * Makefile.am: * autogen.sh: * configure.ac: * docs/Makefile.am: * docs/plugins/.cvsignore: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: * docs/plugins/gst-plugins-bad-plugins-decl.txt: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/gst-plugins-bad-plugins.types: * docs/plugins/inspect/plugin-dfbvideosink.xml: * docs/version.entities.in: Enable documentation. * examples/Makefile.am: * examples/directfb/Makefile.am: * examples/directfb/decker.ttf: * examples/directfb/dfblogo.png: * examples/directfb/gstdfb.c: (myclock), (dynamic_link), (size_changed), (setup_dynamic_link), (main): Add an example application for DirectFB.
2005-11-02configure.ac: Requires DirectFB 0.9.24Julien Moutte1-1/+1
Original commit message from CVS: 2005-11-02 Julien MOUTTE <julien@moutte.net> * configure.ac: Requires DirectFB 0.9.24
2005-11-02Complete rewrite/port ofJulien Moutte1-0/+13
Original commit message from CVS: 2005-11-02 Julien MOUTTE <julien@moutte.net> * configure.ac: * ext/Makefile.am: * ext/directfb/Makefile.am: * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name), (gst_dfbvideosink_surface_create), (gst_dfbvideosink_surface_destroy), (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers), (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup), (gst_dfbvideosink_get_format_from_caps), (gst_dfbvideosink_get_caps_from_format), (gst_dfbvideosink_can_blit_from_format), (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear), (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize), (gst_dfbsurface_init), (gst_dfbsurface_class_init), (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported), (gst_dfbvideosink_interface_init), (gst_dfbvideosink_navigation_send_event), (gst_dfbvideosink_navigation_init), (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property), (gst_dfbvideosink_init), (gst_dfbvideosink_base_init), (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type), (plugin_init): * ext/directfb/dfbvideosink.h: * ext/directfb/directfbvideosink.c: * ext/directfb/directfbvideosink.h: Complete rewrite/port of DirectFB video sink to 0.9. Handles reverse negotiation, hardware scaling, navigation, buffer allocation from video memory etc...