summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixing specThomas Vander Stichele2002-01-291-15/+15
| | | | | Original commit message from CVS: fixing spec
* added -Wall to GST_INT_CFLAGSAndy Wingo2002-01-271-1/+1
| | | | | Original commit message from CVS: added -Wall to GST_INT_CFLAGS
* added pkg.m4 in plugins/Andy Wingo2002-01-271-0/+56
| | | | | Original commit message from CVS: added pkg.m4 in plugins/
* Reworked the DV decoder.Wim Taymans2002-01-262-145/+211
| | | | | | | | Original commit message from CVS: Reworked the DV decoder. - make it do RGB or YUV output using caps negotiation - use bytestream to read data. - autodetect PAL/NTSC
* be less verboseAndy Wingo2002-01-251-1/+0
| | | | | Original commit message from CVS: be less verbose
* bunch of deletionsAndy Wingo2002-01-252-242/+1
| | | | | Original commit message from CVS: bunch of deletions
* Updated ladspa to work with the new caps nego stuff. Also updated it to work ↵Leif Johnson2002-01-222-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.
* Set the typefind plugin to READY so that it can do capsnego.Wim Taymans2002-01-201-0/+2
| | | | | Original commit message from CVS: Set the typefind plugin to READY so that it can do capsnego.
* - added gob example pluginBastien Nocera2002-01-202-0/+162
| | | | | Original commit message from CVS: - added gob example plugin
* Drop the bytstream correctly.Wim Taymans2002-01-191-3/+10
| | | | | Original commit message from CVS: Drop the bytstream correctly.
* Small cleanups, break the loop if the buffer is nullWim Taymans2002-01-192-9/+12
| | | | | Original commit message from CVS: Small cleanups, break the loop if the buffer is null
* Removed unused propertiesWim Taymans2002-01-191-13/+0
| | | | | Original commit message from CVS: Removed unused properties
* Don't push empty buffersWim Taymans2002-01-191-28/+23
| | | | | Original commit message from CVS: Don't push empty buffers
* Ignore junk after the streamWim Taymans2002-01-191-2/+6
| | | | | Original commit message from CVS: Ignore junk after the stream
* more // fixageChristian Schaller2002-01-191-8/+8
| | | | | Original commit message from CVS: more // fixage
* A new batch of // fixesChristian Schaller2002-01-198-25/+24
| | | | | Original commit message from CVS: A new batch of // fixes
* Ok a new batch of // to /* */ fixes commitedChristian Schaller2002-01-197-29/+29
| | | | | Original commit message from CVS: Ok a new batch of // to /* */ fixes commited
* minor fixesChristian Schaller2002-01-192-4/+4
| | | | | Original commit message from CVS: minor fixes
* - my mistake... mpeg2dec libs does not depend on X11 libraries (vo library ↵Wrobell2002-01-181-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.
* Fixed two off by one bugs in the delta decoding code.Wim Taymans2002-01-181-3/+4
| | | | | Original commit message from CVS: Fixed two off by one bugs in the delta decoding code.
* Fix the "64 colors flx too dark" bug.Wim Taymans2002-01-183-15/+32
| | | | | Original commit message from CVS: Fix the "64 colors flx too dark" bug.
* Adding missing libgstmpeg2types file fixing openquicktime depenencyChristian Schaller2002-01-181-1/+2
| | | | | | Original commit message from CVS: Adding missing libgstmpeg2types file fixing openquicktime depenency
* Missing l in libcdxaChristian Schaller2002-01-181-3/+3
| | | | | Original commit message from CVS: Missing l in libcdxa
* typo killedChristian Schaller2002-01-181-2/+2
| | | | | Original commit message from CVS: typo killed
* Adding Wim's cdxa parsers and Ronalds jpegmmxChristian Schaller2002-01-181-1/+17
| | | | | Original commit message from CVS: Adding Wim's cdxa parsers and Ronalds jpegmmx
* - use GST_CHECK_MPEG2DEC macro when mpeg2dec detectingWrobell2002-01-181-4/+1
| | | | | Original commit message from CVS: - use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
* - GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.Wrobell2002-01-181-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.
* - CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER the main ↵Wrobell2002-01-181-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
* - 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