summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* file address.h was initially added on branch new-udpsrc.Ramon Garcia Fernandez2004-02-251-0/+0
| | | | | Original commit message from CVS: file address.h was initially added on branch new-udpsrc.
* gst/audioconvert/gstaudioconvert.c: set rank to PRIMARYBenjamin Otte2004-02-221-0/+0
| | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2004-02-22 Benjamin Otte <otte@gnome.org> reported by: Stefan Kost <kost@imn.htwk-leipzig.de> * gst/audioconvert/gstaudioconvert.c: (plugin_init): set rank to PRIMARY * gst/volume/gstvolume.c: (plugin_init): set rank to NONE fixes #134960 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net> reviewed by Benjamin Otte <otte@gnome.org> * ext/flac/gstflacenc.c: (gst_flacenc_chain): escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
* ext/alsa/gstalsa.c: Alsa should trigger an error if it failed opening the ↵Julien Moutte2004-02-161-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio device. Original commit message from CVS: 2004-02-16 Julien MOUTTE <julien@moutte.net> * ext/alsa/gstalsa.c: (gst_alsa_open_audio), (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it failed opening the audio device. * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear), (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents), (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state), (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED. Removing some useless g_return_if_fail like wingo suggested. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put), (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy), (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear), (gst_xvimagesink_update_colorbalance), (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_get_fourcc_from_caps), (gst_xvimagesink_change_state), (gst_xvimagesink_chain), (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_colorbalance_list_channels), (gst_xvimagesink_colorbalance_set_value), (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO PAUSED. Removing some useless g_return_if_fail like wingo suggested.
* gst/intfloat/gstint2float.c: Change stdint usage to glib types.David Schleef2004-02-131-0/+0
| | | | | | Original commit message from CVS: * gst/intfloat/gstint2float.c: (conv_f32_s16), (gst_int2float_chain_gint16): Change stdint usage to glib types.
* use GST_ARCHThomas Vander Stichele2004-02-131-0/+0
| | | | | Original commit message from CVS: use GST_ARCH
* fixes for #133316, #133663 and #133528 (Stefan Kost)Thomas Vander Stichele2004-02-121-0/+0
| | | | | Original commit message from CVS: fixes for #133316, #133663 and #133528 (Stefan Kost)
* run only onceThomas Vander Stichele2004-02-121-0/+0
| | | | | Original commit message from CVS: run only once
* ext/librfb/gstrfbsrc.c: Add server and port propertiesDavid Schleef2004-02-111-0/+0
| | | | | | | | Original commit message from CVS: * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init), (gst_rfbsrc_change_state), (gst_rfbsrc_init), (gst_rfbsrc_set_property), (gst_rfbsrc_get_property): Add server and port properties
* fix ulonglong.m4 missing by upping gettext required versionThomas Vander Stichele2004-02-111-0/+0
| | | | | Original commit message from CVS: fix ulonglong.m4 missing by upping gettext required version
* pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. ↵David I. Lehn2004-02-051-0/+0
| | | | | | | | >= vs =. Original commit message from CVS: * pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. >= vs =.
* appease libtool godsThomas Vander Stichele2004-02-041-0/+0
| | | | | Original commit message from CVS: appease libtool gods
* remove glib_root add hack rule for .Plo filesThomas Vander Stichele2004-02-031-0/+0
| | | | | | Original commit message from CVS: remove glib_root add hack rule for .Plo files
* use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele2004-02-031-0/+0
| | | | | | Original commit message from CVS: use glib-gen.mak fix Makefile.am bugs and clean them up
* co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in ↵Benjamin Otte2004-02-031-0/+0
| | | | | | | | | | | | | | | | _stdint.h. Original commit message from CVS: 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * common/m4/ax_create_stdint_h.m4: * configure.ac: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _stdint.h. * Makefile.am: remove generated _stdint.h in DISTCLEANFILES * ext/a52dec/gsta52dec.c: include _stdint.h for a52dec. (should fix #133064)
* configure.ac: use AC_C_INLINEBenjamin Otte2004-01-301-0/+0
| | | | | | | | | | | | | | | | Original commit message from CVS: 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de> * configure.ac: use AC_C_INLINE * configure.ac: * ext/Makefile.am: * ext/theora/Makefile.am: * ext/theora/theoradec.c: add theora video decoder. Does just do simple decoding for now and has been tested against Theora cvs only. * ext/vorbis/vorbisdec.c: (vorbis_dec_event): always reset packetno on DISCONT
* gst-libs/gst/play/gstplay.c: seek on video sink element first.Julien Moutte2004-01-281-0/+0
| | | | | | | | | | Original commit message from CVS: 2004-01-28 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video sink element first. * gst/videoscale/gstvideoscale.c: (gst_videoscale_handle_src_event): Fixing src event handler.
* fix distcheckThomas Vander Stichele2004-01-231-0/+0
| | | | | Original commit message from CVS: fix distcheck
* gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance ↵Jon Trowbridge2004-01-131-0/+0
| | | | | | | | | | | | | | | | | interface stating if it is hardware based... Original commit message from CVS: 2004-01-13 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance interface stating if it is hardware based or software based. * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411): Removing a trailing comma. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get), (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as the documentation seems to be wrong on the -1000 to 1000 interval.
* disable gdk_pixbuf by defaultThomas Vander Stichele2003-12-161-0/+0
| | | | | Original commit message from CVS: disable gdk_pixbuf by default
* make pixbuf loader dir configurableThomas Vander Stichele2003-12-141-0/+0
| | | | | Original commit message from CVS: make pixbuf loader dir configurable
* fixing up X test and general features testThomas Vander Stichele2003-12-031-0/+0
| | | | | Original commit message from CVS: fixing up X test and general features test
* change _connect to _linkDavid Schleef2003-12-021-0/+0
| | | | | Original commit message from CVS: change _connect to _link
* GStreamer does not use changelogsBenjamin Otte2003-11-141-0/+0
| | | | | Original commit message from CVS: GStreamer does not use changelogs
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-0/+0
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* sort the list of plugins that are built and don't spit out so much empty linesBenjamin Otte2003-09-251-0/+0
| | | | | Original commit message from CVS: sort the list of plugins that are built and don't spit out so much empty lines
* Handle libtoolize with alternate namesDavid Schleef2003-08-171-0/+0
| | | | | Original commit message from CVS: Handle libtoolize with alternate names
* Define plugindirDavid Schleef2003-08-091-0/+0
| | | | | Original commit message from CVS: Define plugindir
* Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do ↵Ronald S. Bultje2003-08-041-0/+0
| | | | | | | the same and more Original commit message from CVS: Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more
* At end of stream, rewrite the header with the correct number of bytesIain Holmes2003-07-291-0/+0
| | | | | Original commit message from CVS: At end of stream, rewrite the header with the correct number of bytes
* Move to m4/ instead of common/m4/Ronald S. Bultje2003-07-171-0/+0
| | | | | Original commit message from CVS: Move to m4/ instead of common/m4/
* Added #include of config.h so that they symbol "VERSION" could be found.Brian Cameron2003-07-151-0/+0
| | | | | | | Original commit message from CVS: Added #include of config.h so that they symbol "VERSION" could be found. Also removed GST_CAT_EVENT from a GST_DEBUG line to reflect recent changes in the debug logic. Now this plugin compiles.
* Add matroska support to the build treeRonald S. Bultje2003-07-141-0/+0
| | | | | Original commit message from CVS: Add matroska support to the build tree
* small disting fixChristian Schaller2003-07-051-0/+0
| | | | | Original commit message from CVS: small disting fix
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+0
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* Plugins cleanup:Ronald S. Bultje2003-06-251-0/+0
| | | | | | | | | | | | | | | | Original commit message from CVS: Plugins cleanup: * stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert. * stereosplit replaced by oneton. * vumeter replaced by level (and was broken anyway). * avifile replaced by ffmpeg. * mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx, too, which makes mjpegtools unneeded. * allow for jpegmmx instead of jpeg. * openquicktime replaced by qtdemux and ffmpeg. Broken anyway. * XMMS is broken and will never be fixed. * vga is broken and will not be fixed anywhere soon. * videosink has never worked. If it works, add it back to replace xvideosink.
* I'm too lazy to comment thisThomas Vander Stichele2003-05-281-0/+0
| | | | | Original commit message from CVS: *** empty log message ***
* update libflac checkJeremy Simon2003-05-191-0/+0
| | | | | Original commit message from CVS: update libflac check
* wavenc supports 8 bits tooRonald S. Bultje2003-05-131-0/+0
| | | | | Original commit message from CVS: wavenc supports 8 bits too
* _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback ↵Jeremy Simon2003-05-111-0/+0
| | | | | | | | | to fill STREAMINFO blocks correctly _ Add ... Original commit message from CVS: _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback to fill STREAMINFO blocks correctly _ Add metadata (vorbis comments)
* Change autoconf_2.52d_check to 2_52 to make bash happyDavid Schleef2003-04-131-0/+0
| | | | | Original commit message from CVS: Change autoconf_2.52d_check to 2_52 to make bash happy
* - handle mono audio tooWim Taymans2003-04-131-0/+0
| | | | | | | Original commit message from CVS: - handle mono audio too - better caps negotiation - goom_close() in dispose
* Indexing patch from vishnuWim Taymans2003-01-201-0/+0
| | | | | Original commit message from CVS: Indexing patch from vishnu
* Really add A52 caps nowWim Taymans2003-01-191-0/+0
| | | | | Original commit message from CVS: Really add A52 caps now
* don't break the buildThomas Vander Stichele2003-01-181-0/+0
| | | | | Original commit message from CVS: don't break the build
* Add a52 audioWim Taymans2003-01-181-0/+0
| | | | | Original commit message from CVS: Add a52 audio
* 0 terminate query formatsWim Taymans2003-01-141-0/+0
| | | | | Original commit message from CVS: 0 terminate query formats
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-0/+0
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* redoThomas Vander Stichele2003-01-051-0/+0
| | | | | Original commit message from CVS: redo
* only slurp in cvs modeThomas Vander Stichele2003-01-051-0/+0
| | | | | Original commit message from CVS: only slurp in cvs mode
* slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele2002-12-261-0/+0
| | | | | | | | | | | link in a .a file in our .so plugin Original commit message from CVS: slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin