summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2004-02-13use GST_ARCHThomas Vander Stichele1-0/+0
Original commit message from CVS: use GST_ARCH
2004-02-12fixes for #133316, #133663 and #133528 (Stefan Kost)Thomas Vander Stichele1-0/+0
Original commit message from CVS: fixes for #133316, #133663 and #133528 (Stefan Kost)
2004-02-12run only onceThomas Vander Stichele1-0/+0
Original commit message from CVS: run only once
2004-02-11ext/librfb/gstrfbsrc.c: Add server and port propertiesDavid Schleef1-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
2004-02-11fix ulonglong.m4 missing by upping gettext required versionThomas Vander Stichele1-0/+0
Original commit message from CVS: fix ulonglong.m4 missing by upping gettext required version
2004-02-05pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. ↵David I. Lehn1-0/+0
>= vs =. Original commit message from CVS: * pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. >= vs =.
2004-02-04appease libtool godsThomas Vander Stichele1-0/+0
Original commit message from CVS: appease libtool gods
2004-02-03remove glib_root add hack rule for .Plo filesThomas Vander Stichele1-0/+0
Original commit message from CVS: remove glib_root add hack rule for .Plo files
2004-02-03use glib-gen.mak fix Makefile.am bugs and clean them upThomas Vander Stichele1-0/+0
Original commit message from CVS: use glib-gen.mak fix Makefile.am bugs and clean them up
2004-02-03co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in ↵Benjamin Otte1-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)
2004-01-30configure.ac: use AC_C_INLINEBenjamin Otte1-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
2004-01-28gst-libs/gst/play/gstplay.c: seek on video sink element first.Julien Moutte1-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.
2004-01-23fix distcheckThomas Vander Stichele1-0/+0
Original commit message from CVS: fix distcheck
2004-01-13gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance ↵Jon Trowbridge1-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.
2003-12-16disable gdk_pixbuf by defaultThomas Vander Stichele1-0/+0
Original commit message from CVS: disable gdk_pixbuf by default
2003-12-14make pixbuf loader dir configurableThomas Vander Stichele1-0/+0
Original commit message from CVS: make pixbuf loader dir configurable
2003-12-03fixing up X test and general features testThomas Vander Stichele1-0/+0
Original commit message from CVS: fixing up X test and general features test
2003-12-02change _connect to _linkDavid Schleef1-0/+0
Original commit message from CVS: change _connect to _link
2003-11-14GStreamer does not use changelogsBenjamin Otte1-0/+0
Original commit message from CVS: GStreamer does not use changelogs
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo1-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.
2003-09-25sort the list of plugins that are built and don't spit out so much empty linesBenjamin Otte1-0/+0
Original commit message from CVS: sort the list of plugins that are built and don't spit out so much empty lines
2003-08-17Handle libtoolize with alternate namesDavid Schleef1-0/+0
Original commit message from CVS: Handle libtoolize with alternate names
2003-08-09Define plugindirDavid Schleef1-0/+0
Original commit message from CVS: Define plugindir
2003-08-04We don't like -lstdc++ in Makefile.am, use libtool-1.5 insteadRonald S. Bultje1-0/+0
Original commit message from CVS: We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
2003-07-29call xvid_init() only once, and move duplicated code into one placeRonald S. Bultje1-0/+0
Original commit message from CVS: call xvid_init() only once, and move duplicated code into one place
2003-07-17Move to m4/ instead of common/m4/Ronald S. Bultje1-0/+0
Original commit message from CVS: Move to m4/ instead of common/m4/
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo1-0/+0
comply with the buffer-frames caps proper... Original commit message from CVS: * actually recurse into sndfile if we are able * big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general cleanups - the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins) you need to use a filtered connection, just like with buffer-frames * big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit simpler * make the ossclock general, add it to gstaudio, and use it in sndfile as well i need to update mimetypes, but that's coming soon. there are some other plugins that don't support buffer-frames, i guess i need to get around to fixing them as well.
2003-07-14Add matroska support to the build treeRonald S. Bultje1-0/+0
Original commit message from CVS: Add matroska support to the build tree
2003-07-05small disting fixChristian Schaller1-0/+0
Original commit message from CVS: small disting fix
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-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.
2003-06-25Plugins cleanup:Ronald S. Bultje1-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.
2003-05-28I'm too lazy to comment thisThomas Vander Stichele1-0/+0
Original commit message from CVS: *** empty log message ***
2003-05-19update libflac checkJeremy Simon1-0/+0
Original commit message from CVS: update libflac check
2003-05-12Some bugfixes:Christian Schaller1-0/+0
Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
2003-04-13Change autoconf_2.52d_check to 2_52 to make bash happyDavid Schleef1-0/+0
Original commit message from CVS: Change autoconf_2.52d_check to 2_52 to make bash happy
2003-04-13make Company happy : Changed visualisation pipeline structure.. audio sink ↵Julien Moutte1-0/+0
is directly connected to tee so no queue b... Original commit message from CVS: make Company happy : Changed visualisation pipeline structure.. audio sink is directly connected to tee so no queue between volume and audio sink...
2003-01-20Indexing patch from vishnuWim Taymans1-0/+0
Original commit message from CVS: Indexing patch from vishnu
2003-01-19Hmm, forgot to commit this crucial define..Wim Taymans1-0/+0
Original commit message from CVS: Hmm, forgot to commit this crucial define..
2003-01-18don't segfault when data didn't make it inThomas Vander Stichele1-0/+0
Original commit message from CVS: don't segfault when data didn't make it in
2003-01-15Add a new riff id tag: dmlhIain Holmes1-0/+0
Original commit message from CVS: Add a new riff id tag: dmlh
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-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
2003-01-05redoThomas Vander Stichele1-0/+0
Original commit message from CVS: redo
2003-01-05only slurp in cvs modeThomas Vander Stichele1-0/+0
Original commit message from CVS: only slurp in cvs mode
2002-12-26slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele1-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
2002-12-11fix 100982Thomas Vander Stichele1-0/+0
Original commit message from CVS: fix 100982
2002-12-11merge back from release branchThomas Vander Stichele1-0/+0
Original commit message from CVS: merge back from release branch
2002-12-08parallel install fixesThomas Vander Stichele1-0/+0
Original commit message from CVS: parallel install fixes
2002-12-07remove infinite loop code cleanupJeremy Simon1-0/+0
Original commit message from CVS: remove infinite loop code cleanup
2002-12-02Compile fixRonald S. Bultje1-0/+0
Original commit message from CVS: Compile fix
2002-11-26flac debug cleanup m4 for ffmpegThomas Vander Stichele1-0/+0
Original commit message from CVS: flac debug cleanup m4 for ffmpeg