summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
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
2002-10-19yay for gcc 3Thomas Vander Stichele1-0/+0
Original commit message from CVS: yay for gcc 3
2002-10-17Added measures and beats to the playondemand filter so it can act like an ↵Leif Johnson1-0/+0
audio sequencer. Currently defines three ex... Original commit message from CVS: Added measures and beats to the playondemand filter so it can act like an audio sequencer. Currently defines three extra globally visible functions, might eventually want to put them in an interface instead ?
2002-10-13- reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans1-0/+0
Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
2002-09-30list preferred autotoolsThomas Vander Stichele1-0/+0
Original commit message from CVS: list preferred autotools
2002-09-09this adds video4linux2 source and element plugins. The division in v4l2* ↵Ronald S. Bultje1-0/+0
plugins is the same as for v4l1 - i.e. an el... Original commit message from CVS: this adds video4linux2 source and element plugins. The division in v4l2* plugins is the same as for v4l1 - i.e. an element, a src and a sink, but there won't be separate encoding plugins (like v4lmjpegsrc) - all functionality is (thanks to video4linux2) integrated in one plugin: v4l2src. v4l2sink is still to be done, that'll come later.
2002-09-07Fix license to LGPL and add a file explaining the LGPL licenseChristian Schaller1-0/+0
Original commit message from CVS: Fix license to LGPL and add a file explaining the LGPL license
2002-08-28fix default videosink to be xvideosink not videosinkChristian Schaller1-0/+0
Original commit message from CVS: fix default videosink to be xvideosink not videosink
2002-08-27this should've gone in a long time agoThomas Vander Stichele1-0/+0
Original commit message from CVS: this should've gone in a long time ago
2002-08-13shiny new avifile test macro let's give it a rideThomas Vander Stichele1-0/+0
Original commit message from CVS: shiny new avifile test macro let's give it a ride
2002-08-11demo-mp3.c:26: warning: implicit declaration of function `exit'Steve Baker1-0/+0
Original commit message from CVS: demo-mp3.c:26: warning: implicit declaration of function `exit'
2002-08-09update to 0.4.0-4 debian packagesDavid I. Lehn1-0/+0
Original commit message from CVS: update to 0.4.0-4 debian packages
2002-07-11this was wrongThomas Vander Stichele1-0/+0
Original commit message from CVS: this was wrong
2002-07-09xsharpen video filter from VirtualdubJeremy Simon1-0/+0
Original commit message from CVS: xsharpen video filter from Virtualdub