summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-01-22Updated ladspa to work with the new caps nego stuff. Also updated it to work ↵Leif Johnson2-238/+328
in using a loop function for configurati... Original commit message from CVS: Updated ladspa to work with the new caps nego stuff. Also updated it to work in any M sinkpads by N srcpads configuration (M > -1 and N > 0), using a loop function for configurations other than M == N == 1 or M == 0.
2002-01-22Modified passthrough, adder, playondemand, float2int, int2float, and ladspa ↵Leif Johnson1-3/+1
to work with the new caps nego changes. Original commit message from CVS: Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to work with the new caps nego changes. Updated adder to work with float data, now uses bytestreams. Updated ladspa to work in any M sinkpads by N srcpads configuration, M > -1 and N > 0. Also updated ladspa to work as a loop-based element using bytestreams for MxN configurations other than M == N == 1 or M == 0.
2002-01-20Return donw when we changed the caps in the connect function.Wim Taymans1-2/+2
Original commit message from CVS: Return donw when we changed the caps in the connect function.
2002-01-20- added gob example pluginBastien Nocera2-0/+162
Original commit message from CVS: - added gob example plugin
2002-01-19Drop the bytstream correctly.Wim Taymans1-3/+10
Original commit message from CVS: Drop the bytstream correctly.
2002-01-19Small cleanups, break the loop if the buffer is nullWim Taymans2-9/+12
Original commit message from CVS: Small cleanups, break the loop if the buffer is null
2002-01-19temporary commit of some // fixage, these files are crazy probably should be ↵Christian Schaller1-54/+54
fixed automatically Original commit message from CVS: temporary commit of some // fixage, these files are crazy probably should be fixed automatically
2002-01-19minor fixesChristian Schaller2-4/+4
Original commit message from CVS: minor fixes
2002-01-18- my mistake... mpeg2dec libs does not depend on X11 libraries (vo library ↵Wrobell1-16/+11
distributed with mpeg2dec depends on X11 l... Original commit message from CVS: - my mistake... mpeg2dec libs does not depend on X11 libraries (vo library distributed with mpeg2dec depends on X11 libs). Add configure option so user can specify where mpeg2dec library is installed. This way we do not guess where is mpeg2dec. If it is not in standard location (prefix==/usr), then leave it to the user. Changes inspired by AM_PATH_LIBMIKMOD.
2002-01-18Fixed two off by one bugs in the delta decoding code.Wim Taymans1-3/+4
Original commit message from CVS: Fixed two off by one bugs in the delta decoding code.
2002-01-18Fix the "64 colors flx too dark" bug.Wim Taymans3-15/+32
Original commit message from CVS: Fix the "64 colors flx too dark" bug.
2002-01-18Adding missing libgstmpeg2types file fixing openquicktime depenencyChristian Schaller1-1/+2
Original commit message from CVS: Adding missing libgstmpeg2types file fixing openquicktime depenency
2002-01-18Missing l in libcdxaChristian Schaller1-3/+3
Original commit message from CVS: Missing l in libcdxa
2002-01-18typo killedChristian Schaller1-2/+2
Original commit message from CVS: typo killed
2002-01-18Adding Wim's cdxa parsers and Ronalds jpegmmxChristian Schaller1-1/+17
Original commit message from CVS: Adding Wim's cdxa parsers and Ronalds jpegmmx
2002-01-18- use GST_CHECK_MPEG2DEC macro when mpeg2dec detectingWrobell1-4/+1
Original commit message from CVS: - use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
2002-01-18- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.Wrobell1-0/+24
Original commit message from CVS: - GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib. If not found then checks for mpeg2dec in /usr/X11R6/lib. This macro is needed because mpeg2dec depends on X11R6 libraries and as FHS states, it should be placed in /usr/X11R6 tree but some distros do not care and put mpeg2dec into /usr/lib. It depends on CHECK_LIBHEADER macro.
2002-01-18- CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER the main ↵Wrobell1-0/+42
difference between them is that you can speci... Original commit message from CVS: - CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER the main difference between them is that you can specify cpp flags with CHECK_LIBHEADER
2002-01-18- plugins are built without versioning infoWrobell15-0/+16
Original commit message from CVS: - plugins are built without versioning info
2002-01-18- plugins are built without versioning infoWrobell13-0/+15
Original commit message from CVS: - plugins are built without versioning info
2002-01-18- fixed macro signature descriptionWrobell1-2/+1
Original commit message from CVS: - fixed macro signature description
2002-01-17mjpegtools stuffThomas Vander Stichele1-1/+1
Original commit message from CVS: mjpegtools stuff
2002-01-17mjpegtools dirThomas Vander Stichele1-10/+10
Original commit message from CVS: mjpegtools dir
2002-01-17cosmeticsThomas Vander Stichele1-8/+8
Original commit message from CVS: cosmetics
2002-01-17please don't try to change what is going to be build in Makefile.am files ↵Thomas Vander Stichele1-1/+10
everything is done using a USE_ conditional... Original commit message from CVS: please don't try to change what is going to be build in Makefile.am files everything is done using a USE_ conditional, so set it to no in configure.ac if you don't want it. This one is a good example. Don't know if qcam needs nasm though : is checking for nasm a check for what hardware platform ? If so we need to change this. In any case, let's not "fix" "problems" like this because this is how cruft comes in. Keep it in a local tree and bring it up so we can fix it right ;)
2002-01-17reverting hadess's patchThomas Vander Stichele1-4/+1
Original commit message from CVS: reverting hadess's patch
2002-01-17jpegmmx addition and some small changesRonald S. Bultje3-22/+27
Original commit message from CVS: jpegmmx addition and some small changes
2002-01-17- make the qcam plugin build only only platforms using NASM, ie. x86Bastien Nocera2-1/+8
Original commit message from CVS: - make the qcam plugin build only only platforms using NASM, ie. x86
2002-01-16added jpeg_mmx checkThomas Vander Stichele1-0/+11
Original commit message from CVS: added jpeg_mmx check
2002-01-16Implemented resizingRonald S. Bultje1-3/+21
Original commit message from CVS: Implemented resizing
2002-01-16... and cvs commits should not be allowed for people who spent six hours on ↵Thomas Vander Stichele1-1/+0
the phone talking to hardware vendors and... Original commit message from CVS: ... and cvs commits should not be allowed for people who spent six hours on the phone talking to hardware vendors and struggling with failing raid systems
2002-01-16how do people expect sdl to build if make has no way of getting to the dir ↵Thomas Vander Stichele1-1/+1
and we don't point it in the right directi... Original commit message from CVS: how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right direction ?
2002-01-15It worksRonald S. Bultje1-9/+13
Original commit message from CVS: It works
2002-01-15Updated all plugins to new capsnego format and added some small usability ↵Ronald S. Bultje1-57/+47
enhancements to v4lelement Original commit message from CVS: Updated all plugins to new capsnego format and added some small usability enhancements to v4lelement
2002-01-14unrevert taaz's 0.3.1 patchAndy Wingo1-1/+1
Original commit message from CVS: unrevert taaz's 0.3.1 patch
2002-01-14doc and configure updates, and the beginnings of gst-xmllaunchAndy Wingo1-5/+2
Original commit message from CVS: doc and configure updates, and the beginnings of gst-xmllaunch
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans21-401/+663
Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
2002-01-12add glib.m4David I. Lehn1-0/+196
Original commit message from CVS: * add glib.m4
2002-01-12Debian 0.3.1-1 packaging updateDEBIAN-0_3_1-1David I. Lehn36-0/+860
Original commit message from CVS: Debian 0.3.1-1 packaging update
2002-01-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn26-55/+71
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2002-01-12enable festival buildDavid I. Lehn1-4/+4
Original commit message from CVS: * enable festival build
2002-01-12add autogen.sh to distDavid I. Lehn1-1/+1
Original commit message from CVS: * add autogen.sh to dist
2002-01-12remove win32 path stuff (not used anymore?) check for core 0.3.1 not 0.3.0 ↵David I. Lehn2-44/+38
update Xv check for Xv_pic systems include... Original commit message from CVS: * remove win32 path stuff (not used anymore?) * check for core 0.3.1 not 0.3.0 * update Xv check for Xv_pic systems include text explaining it so check is not removed (again) * remove GLIB_ vars since we don't set those vars they are assumed to be in GST_ vars * fix festival check - lib not used, just net connection to a server * better FLAC test * remove some core configure.ac leftovers
2002-01-11back to devThomas Vander Stichele1-3/+3
Original commit message from CVS: back to dev
2002-01-10BugfixRonald S. Bultje1-2/+5
Original commit message from CVS: Bugfix
2002-01-10Oops, a small bug which I forgot aboutRonald S. Bultje1-0/+2
Original commit message from CVS: Oops, a small bug which I forgot about
2002-01-10Added support for user-specified width and height with YUV-scaling, added ↵Ronald S. Bultje2-138/+299
support for embedded SDL-windows in other X... Original commit message from CVS: Added support for user-specified width and height with YUV-scaling, added support for embedded SDL-windows in other Xwindows, added support for some more YUV types as input
2002-01-10apparently some older (2.2) videodev.h files don't have some decls, so ↵Andy Wingo1-1/+1
explicitly check for them Original commit message from CVS: apparently some older (2.2) videodev.h files don't have some decls, so explicitly check for them
2002-01-10fix glib2's complaining on the params of some plugins there's still some ↵Andy Wingo1-5/+12
work to be done: s/-$//g; && s/\(.*$//; Original commit message from CVS: fix glib2's complaining on the params of some plugins there's still some work to be done: s/-$//g; && s/\(.*$//;
2002-01-08more fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: more fixes