summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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).
2005-12-28Created new element neonhttpsrc.Edgard Lima1-0/+8
Original commit message from CVS: Created new element neonhttpsrc.
2005-12-19divxdec and divxenc ported to 0.10Edgard Lima1-4/+5
Original commit message from CVS: divxdec and divxenc ported to 0.10
2005-12-14xviddec and xvideenc ported to 0.10Edgard Lima1-9/+10
Original commit message from CVS: xviddec and xvideenc ported to 0.10
2005-12-14dtsdec ported to 0.10Edgard Lima1-4/+5
Original commit message from CVS: dtsdec ported to 0.10
2005-12-09swfdec Ported to 0.10.Edgard Lima1-4/+5
Original commit message from CVS: swfdec Ported to 0.10.
2005-12-02ext/Makefile.am: Add missing $(WAVPACK_DIR) (#322962).Tim-Philipp Müller1-0/+1
Original commit message from CVS: * ext/Makefile.am: Add missing $(WAVPACK_DIR) (#322962).
2005-11-29libmm ported to 0.9. It works fine, but print some error messages. I'll fix ↵Edgard Lima1-4/+5
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-28fix makefileThomas Vander Stichele1-1/+1
Original commit message from CVS: fix makefile
2005-11-28ext/Makefile.am: alphabets, so hard to master. Should fix distcheck.Thomas Vander Stichele1-4/+3
Original commit message from CVS: * ext/Makefile.am: alphabets, so hard to master. Should fix distcheck.
2005-11-25Wavpack ported to 0.9. No support for correction file yet.Edgard Lima1-0/+8
Original commit message from CVS: Wavpack ported to 0.9. No support for correction file yet.
2005-11-22Musepackdec ported to 0.9. There is still a small problem to be solved, ↵Edgard Lima1-4/+5
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-08remove wrong mpegstream additionChristian Schaller1-1/+2
Original commit message from CVS: remove wrong mpegstream addition
2005-11-08Ported to 0.9. Some issues to be solved yet: 1- set correct timestamps 2- ↵Edgard Lima1-5/+5
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-02add directfb to distdirChristian Schaller1-1/+2
Original commit message from CVS: add directfb to distdir
2005-11-02Complete rewrite/port ofJulien Moutte1-4/+4
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...
2005-10-12ext/Makefile.am: libvisual and snapshot are not here anymore.Julien Moutte1-2/+0
Original commit message from CVS: 2005-10-12 Julien MOUTTE <julien@moutte.net> * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes automake-1.7 happy again.
2005-09-19sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2decEdgard Lima1-5/+6
Original commit message from CVS: sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
2005-09-05created gst-plugins-badThomas Vander Stichele1-56/+20
Original commit message from CVS: created gst-plugins-bad
2005-09-02Ported GSM Encoder to GStreamer 0.9Flavio Oliveira1-4/+5
Original commit message from CVS: Ported GSM Encoder to GStreamer 0.9
2005-09-01Faac (AAC Encoder) ported for GStreamer 0.9Flavio Oliveira1-4/+5
Original commit message from CVS: Faac (AAC Encoder) ported for GStreamer 0.9
2005-09-01remove libdirThomas Vander Stichele1-1/+0
Original commit message from CVS: remove libdir
2005-08-31all these plugins are moved to gst-plugins-uglyThomas Vander Stichele1-55/+0
Original commit message from CVS: all these plugins are moved to gst-plugins-ugly
2005-08-30all these plugins are moved to gst-plugins-goodThomas Vander Stichele1-139/+1
Original commit message from CVS: all these plugins are moved to gst-plugins-good
2005-08-25ext/ladspa/gstladspa.*: Halfway-ported. Doesn't compile yet.Andy Wingo1-9/+10
Original commit message from CVS: 2005-08-25 Andy Wingo <wingo@pobox.com> * ext/ladspa/gstladspa.h: * ext/ladspa/gstladspa.c: Halfway-ported. Doesn't compile yet. * ext/ladspa/gstsignalprocessor.h: * ext/ladspa/gstsignalprocessor.c: New files, the start of a base class for DSP elements. * configure.ac: Sort the external libs checks, add a ladspa check, output the ladspa makefile.
2005-08-24enable more; update for basetransformThomas Vander Stichele1-4/+4
Original commit message from CVS: enable more; update for basetransform
2005-08-23Port speexdec. Leads to some unfamiliar warnings on console, but works ↵Ronald S. Bultje1-5/+6
otherwise. Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/speex/Makefile.am: * ext/speex/gstspeex.c: (plugin_init): * ext/speex/gstspeexdec.c: (speex_get_query_types), (gst_speex_dec_init), (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event), (speex_dec_chain): Port speexdec. Leads to some unfamiliar warnings on console, but works otherwise.
2005-08-22Port flacdec (seeking is still slow'ish).Ronald S. Bultje1-4/+5
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/flac/Makefile.am: * ext/flac/gstflac.c: (plugin_init): * ext/flac/gstflacdec.c: (flacdec_get_type), (gst_flacdec_init), (gst_flacdec_update_metadata), (gst_flacdec_seek), (gst_flacdec_tell), (gst_flacdec_length), (gst_flacdec_read), (gst_flacdec_write), (gst_flacdec_loop), (gst_flacdec_get_src_query_types), (gst_flacdec_src_query), (gst_flacdec_src_event), (gst_flacdec_sink_activate), (gst_flacdec_sink_activate_pull), (gst_flacdec_change_state): * ext/flac/gstflacdec.h: Port flacdec (seeking is still slow'ish).
2005-08-19latest makefile and spec file fixesChristian Schaller1-1/+2
Original commit message from CVS: latest makefile and spec file fixes
2005-08-08update spec file and fix some disting omissionsChristian Schaller1-1/+3
Original commit message from CVS: update spec file and fix some disting omissions
2005-08-08Port jpegdec to 0.9; handles 'progressive loading' now, ie. input does no ↵Tim-Philipp Müller1-4/+4
longer need to be one single buffer. Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/jpeg/Makefile.am: * ext/jpeg/gstjpeg.c: (plugin_init): * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_get_type), (gst_jpeg_dec_finalize), (gst_jpeg_dec_base_init), (gst_jpeg_dec_class_init), (gst_jpeg_dec_fill_input_buffer), (gst_jpeg_dec_init_source), (gst_jpeg_dec_skip_input_data), (gst_jpeg_dec_resync_to_restart), (gst_jpeg_dec_term_source), (gst_jpeg_dec_my_output_message), (gst_jpeg_dec_my_emit_message), (gst_jpeg_dec_my_error_exit), (gst_jpeg_dec_init), (is_jpeg_start_marker), (is_jpeg_end_marker), (gst_jpeg_dec_find_jpeg_header), (gst_jpeg_dec_ensure_header), (gst_jpeg_dec_have_end_marker), (gst_jpeg_dec_parse_tag_has_entropy_segment), (gst_jpeg_dec_parse_image_data), (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state): * ext/jpeg/gstjpegdec.h: Port jpegdec to 0.9; handles 'progressive loading' now, ie. input does no longer need to be one single buffer.
2005-08-02Ported pngenc , still have to port pngdec...Edward Hervey1-4/+4
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/libpng/Makefile.am: * ext/libpng/gstpng.c: * ext/libpng/gstpngenc.c: Ported pngenc , still have to port pngdec...
2005-07-20Port auto/gconfsinks to 0.9. They actually appear to work here inRonald S. Bultje1-0/+8
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/gconf/Makefile.am: * ext/gconf/gconf.c: (gst_bin_find_unconnected_pad), (gst_gconf_render_bin_from_description), (gst_gconf_get_default_video_sink): * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init), (gst_gconf_audio_sink_class_init), (gst_gconf_audio_sink_dispose), (cb_toggle_element), (gst_gconf_audio_sink_change_state): * ext/gconf/gstgconfelements.h: * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init), (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_dispose), (cb_toggle_element), (gst_gconf_video_sink_change_state): * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_detect), (gst_auto_audio_sink_change_state): * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_base_init), (gst_auto_video_sink_class_init), (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect): Port auto/gconfsinks to 0.9. They actually appear to work here in Totem as well, making them actually useful.
2005-07-19Ported to 0.9 (faad, amrnb, mpeg2dec)Edgard Lima1-16/+19
Original commit message from CVS: Ported to 0.9 (faad, amrnb, mpeg2dec)
2005-07-19ext/Makefile.am: Enable dvdev and raw1394src.Andy Wingo1-8/+8
Original commit message from CVS: 2005-07-19 Andy Wingo <wingo@pobox.com> * ext/Makefile.am: Enable dvdev and raw1394src.
2005-07-13add dv to disted directoriesChristian Schaller1-1/+3
Original commit message from CVS: add dv to disted directories
2005-06-29ext/Makefile.am (MAD_DIR): Add mad to the build.Andy Wingo1-4/+4
Original commit message from CVS: 2005-06-29 Andy Wingo <wingo@pobox.com> * ext/Makefile.am (MAD_DIR): Add mad to the build.
2005-05-19Make my automake version shut up about undefined variablesJan Schmidt1-65/+55
Original commit message from CVS: * Makefile.am: * ext/Makefile.am: * sys/Makefile.am: Make my automake version shut up about undefined variables * gst/goom/gstgoom.c: GstAdapter moved to base objects.
2005-05-13add rtsp and esd files to spec and fix some disting issuesChristian Schaller1-6/+7
Original commit message from CVS: add rtsp and esd files to spec and fix some disting issues
2005-05-10Ported esdsink plugin.Arwed v. Merkatz1-5/+5
Original commit message from CVS: Ported esdsink plugin.
2005-05-09Port shout2 pluginZaheer Abbas Merali1-5/+6
Original commit message from CVS: 2005-05-09 Zaheer Abbas Merali <zaheerabbas at merali dot org> * PORTED_09: * configure.ac: * ext/Makefile.am: * ext/shout2/Makefile.am: * ext/shout2/gstshout2.c: (gst_shout2send_get_type), (gst_shout2send_base_init), (gst_shout2send_class_init), (gst_shout2send_init), (gst_shout2send_event), (gst_shout2send_render), (gst_shout2send_set_property), (gst_shout2send_get_property), (gst_shout2send_setcaps), (gst_shout2send_change_state): * ext/shout2/gstshout2.h: Port shout2 plugin
2005-05-09add non-disted directoryChristian Schaller1-1/+2
Original commit message from CVS: add non-disted directory
2005-05-08Ported the libcaca plugin.Zeeshan Ali1-5/+5
Original commit message from CVS: Ported the libcaca plugin.
2005-05-06add aasinkChristian Schaller1-6/+7
Original commit message from CVS: add aasink
2005-05-06some sidplay fixoringChristian Schaller1-6/+7
Original commit message from CVS: some sidplay fixoring
2005-05-06ported mad and effectv pluginsChristian Schaller1-435/+354
Original commit message from CVS: ported mad and effectv plugins
2005-02-11configure.ac: Pull in librfb from my CVS tree, because it is too small and ↵David Schleef1-8/+0
annoying to be separate. Move rfbsrc plug... Original commit message from CVS: * configure.ac: Pull in librfb from my CVS tree, because it is too small and annoying to be separate. Move rfbsrc plugin to gst/. * ext/Makefile.am: * ext/librfb/Makefile.am: * ext/librfb/gstrfbsrc.c: * gst/librfb/Makefile.am: * gst/librfb/gstrfbsrc.c: * gst/librfb/rfb.c: * gst/librfb/rfb.h: * gst/librfb/rfbbuffer.c: * gst/librfb/rfbbuffer.h: * gst/librfb/rfbbytestream.c: * gst/librfb/rfbbytestream.h: * gst/librfb/rfbcontext.h: * gst/librfb/rfbdecoder.c: * gst/librfb/rfbdecoder.h: * gst/librfb/rfbutil.h:
2005-01-28ext/Makefile.am: Unbreak buildbot.Ronald S. Bultje1-1/+0
Original commit message from CVS: * ext/Makefile.am: Unbreak buildbot.
2005-01-28Add support for AMR-NB (mobile phone audio format; #155163, #163286).Ronald S. Bultje1-0/+9
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/amrnb/Makefile.am: * ext/amrnb/amrnb.c: (plugin_init): * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type), (gst_amrnbdec_base_init), (gst_amrnbdec_class_init), (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain), (gst_amrnbdec_state_change): * ext/amrnb/amrnbdec.h: * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type), (gst_amrnbparse_base_init), (gst_amrnbparse_class_init), (gst_amrnbparse_init), (gst_amrnbparse_formats), (gst_amrnbparse_querytypes), (gst_amrnbparse_query), (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve), (gst_amrnbparse_loop), (gst_amrnbparse_state_change): * ext/amrnb/amrnbparse.h: Add support for AMR-NB (mobile phone audio format; #155163, #163286). * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add AMR-NB/-WB raw formats. * ext/alsa/gstalsa.c: (gst_alsa_link): Keep valid time when changing format. * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), (qtdemux_parse_trak): Add some more format-specific options (#140141, #143555, #155163).
2004-12-29configure.ac: Fix indentation, fix v4l2 plugin detection.Ronald S. Bultje1-1/+1
Original commit message from CVS: * configure.ac: Fix indentation, fix v4l2 plugin detection. * ext/Makefile.am: Fix libmms location (Maciej, use diff -u!). * ext/alsa/gstalsa.c: (gst_alsa_init): Initialize caps cache to NULL. * gst/playback/gstplaybin.c: (gst_play_bin_change_state): Only change state on audiosink if it exists.