summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2002-01-08more fixingThomas Vander Stichele1-9/+8
Original commit message from CVS: more fixing
2002-01-08feeling confident ;)Thomas Vander Stichele1-1/+1
Original commit message from CVS: feeling confident ;)
2002-01-08more fixingThomas Vander Stichele1-61/+67
Original commit message from CVS: more fixing
2002-01-08fixing audiofile rpmThomas Vander Stichele1-7/+6
Original commit message from CVS: fixing audiofile rpm
2002-01-08fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: fixes
2002-01-08this is betterThomas Vander Stichele1-45/+45
Original commit message from CVS: this is better
2002-01-08fixed mad plugin having the gst-plugin-libsi req for the second timeChristian Schaller1-1/+0
Original commit message from CVS: fixed mad plugin having the gst-plugin-libsi req for the second time
2002-01-08getting ready for release final testsThomas Vander Stichele1-3/+5
Original commit message from CVS: getting ready for release final tests
2002-01-08added another req to the specChristian Schaller1-0/+1
Original commit message from CVS: added another req to the spec
2002-01-07updated to 0.3.1 for releaseChristian Schaller1-3/+3
Original commit message from CVS: updated to 0.3.1 for release
2002-01-07Bump lib version to 2.David I. Lehn1-1/+1
Original commit message from CVS: Bump lib version to 2.
2002-01-07added plugin-libs as deps of avi and mad plugins, more needed?Christian Schaller1-0/+2
Original commit message from CVS: added plugin-libs as deps of avi and mad plugins, more needed?
2002-01-07more flapping wings about in wild abandonmentThomas Vander Stichele2-2/+4949
Original commit message from CVS: more flapping wings about in wild abandonment
2002-01-07fix for gsmAndy Wingo4-0/+16
Original commit message from CVS: fix for gsm
2002-01-07hrmAndy Wingo1-0/+5
Original commit message from CVS: hrm
2002-01-07A couple check fixesRodney Dawes2-2/+7
Original commit message from CVS: A couple check fixes
2002-01-07missed one fixAndy Wingo1-0/+1
Original commit message from CVS: missed one fix