summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - plugins are built without versioning infoWrobell2002-01-1810-0/+21
| | | | | Original commit message from CVS: - plugins are built without versioning info
* - plugins are built without versioning infoWrobell2002-01-1811-0/+13
| | | | | Original commit message from CVS: - plugins are built without versioning info
* - fixed macro signature descriptionWrobell2002-01-181-2/+1
| | | | | Original commit message from CVS: - fixed macro signature description
* Added support for the VCD RIFF/CDXA format.Wim Taymans2002-01-173-2/+464
| | | | | Original commit message from CVS: Added support for the VCD RIFF/CDXA format.
* mjpegtools stuffThomas Vander Stichele2002-01-171-1/+1
| | | | | Original commit message from CVS: mjpegtools stuff
* mjpegtools dirThomas Vander Stichele2002-01-171-10/+10
| | | | | Original commit message from CVS: mjpegtools dir
* cosmeticsThomas Vander Stichele2002-01-171-8/+8
| | | | | Original commit message from CVS: cosmetics
* please don't try to change what is going to be build in Makefile.am files ↵Thomas Vander Stichele2002-01-171-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 ;)
* reverting hadess's patchThomas Vander Stichele2002-01-171-4/+1
| | | | | Original commit message from CVS: reverting hadess's patch
* jpegmmx addition and some small changesRonald S. Bultje2002-01-172-19/+23
| | | | | Original commit message from CVS: jpegmmx addition and some small changes
* - make the qcam plugin build only only platforms using NASM, ie. x86Bastien Nocera2002-01-172-1/+8
| | | | | Original commit message from CVS: - make the qcam plugin build only only platforms using NASM, ie. x86
* added jpeg_mmx checkThomas Vander Stichele2002-01-161-0/+11
| | | | | Original commit message from CVS: added jpeg_mmx check
* Make the video/avi caps for RIFF/AVI a bit more specific.Wim Taymans2002-01-162-4/+8
| | | | | Original commit message from CVS: Make the video/avi caps for RIFF/AVI a bit more specific.
* ... and cvs commits should not be allowed for people who spent six hours on ↵Thomas Vander Stichele2002-01-161-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
* how do people expect sdl to build if make has no way of getting to the dir ↵Thomas Vander Stichele2002-01-161-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 ?
* Somewhat handle events too.Wim Taymans2002-01-151-18/+19
| | | | | Original commit message from CVS: Somewhat handle events too.
* Fixed a serious parsing bug in avidemuxWim Taymans2002-01-151-19/+21
| | | | | Original commit message from CVS: Fixed a serious parsing bug in avidemux
* unrevert taaz's 0.3.1 patchAndy Wingo2002-01-141-1/+1
| | | | | Original commit message from CVS: unrevert taaz's 0.3.1 patch
* doc and configure updates, and the beginnings of gst-xmllaunchAndy Wingo2002-01-141-5/+2
| | | | | Original commit message from CVS: doc and configure updates, and the beginnings of gst-xmllaunch
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-1330-397/+382
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* add glib.m4David I. Lehn2002-01-121-0/+196
| | | | | Original commit message from CVS: * add glib.m4
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-1220-45/+57
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* enable festival buildDavid I. Lehn2002-01-121-4/+4
| | | | | Original commit message from CVS: * enable festival build
* add autogen.sh to distDavid I. Lehn2002-01-121-1/+1
| | | | | Original commit message from CVS: * add autogen.sh to dist
* remove win32 path stuff (not used anymore?) check for core 0.3.1 not 0.3.0 ↵David I. Lehn2002-01-122-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
* back to devThomas Vander Stichele2002-01-111-3/+3
| | | | | Original commit message from CVS: back to dev
* apparently some older (2.2) videodev.h files don't have some decls, so ↵Andy Wingo2002-01-101-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
* fix glib2's complaining on the params of some plugins there's still some ↵Andy Wingo2002-01-101-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/\(.*$//;
* more fixesThomas Vander Stichele2002-01-081-1/+1
| | | | | Original commit message from CVS: more fixes
* more fixingThomas Vander Stichele2002-01-081-9/+8
| | | | | Original commit message from CVS: more fixing
* feeling confident ;)Thomas Vander Stichele2002-01-081-1/+1
| | | | | Original commit message from CVS: feeling confident ;)
* more fixingThomas Vander Stichele2002-01-081-61/+67
| | | | | Original commit message from CVS: more fixing
* fixing audiofile rpmThomas Vander Stichele2002-01-081-7/+6
| | | | | Original commit message from CVS: fixing audiofile rpm
* this is betterThomas Vander Stichele2002-01-081-45/+45
| | | | | Original commit message from CVS: this is better
* fixed mad plugin having the gst-plugin-libsi req for the second timeChristian Schaller2002-01-081-1/+0
| | | | | Original commit message from CVS: fixed mad plugin having the gst-plugin-libsi req for the second time
* getting ready for release final testsThomas Vander Stichele2002-01-081-3/+5
| | | | | | Original commit message from CVS: getting ready for release final tests
* added another req to the specChristian Schaller2002-01-081-0/+1
| | | | | Original commit message from CVS: added another req to the spec
* updated to 0.3.1 for releaseChristian Schaller2002-01-071-3/+3
| | | | | Original commit message from CVS: updated to 0.3.1 for release
* Bump lib version to 2.David I. Lehn2002-01-071-1/+1
| | | | | Original commit message from CVS: Bump lib version to 2.
* added plugin-libs as deps of avi and mad plugins, more needed?Christian Schaller2002-01-071-0/+2
| | | | | Original commit message from CVS: added plugin-libs as deps of avi and mad plugins, more needed?
* more flapping wings about in wild abandonmentThomas Vander Stichele2002-01-072-2/+4949
| | | | | Original commit message from CVS: more flapping wings about in wild abandonment
* fix for gsmAndy Wingo2002-01-072-0/+8
| | | | | Original commit message from CVS: fix for gsm
* hrmAndy Wingo2002-01-072-0/+10
| | | | | Original commit message from CVS: hrm
* A couple check fixesRodney Dawes2002-01-072-2/+7
| | | | | Original commit message from CVS: A couple check fixes
* missed one fixAndy Wingo2002-01-071-0/+1
| | | | | Original commit message from CVS: missed one fix
* hopefully fix a problem.Andy Wingo2002-01-072-4/+4
| | | | | Original commit message from CVS: hopefully fix a problem.
* siddec checks that work not extremely robust, but functionalAndy Wingo2002-01-063-132/+31
| | | | | | Original commit message from CVS: siddec checks that work not extremely robust, but functional
* Added a check for sidplayWim Taymans2002-01-063-1/+100
| | | | | | Original commit message from CVS: Added a check for sidplay Added a capsfilter example
* should be properly tested for firstThomas Vander Stichele2002-01-051-6/+8
| | | | | Original commit message from CVS: should be properly tested for first
* renaming stuffThomas Vander Stichele2002-01-052-805/+2
| | | | | Original commit message from CVS: renaming stuff