summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-02-02fixing an errorThomas Vander Stichele1-1/+2
Original commit message from CVS: fixing an error
2002-02-02CleanupsWim Taymans1-2/+2
Original commit message from CVS: Cleanups
2002-02-02Compile fix.Wim Taymans1-2/+4
Original commit message from CVS: Compile fix.
2002-02-02Small fixesWim Taymans1-2/+2
Original commit message from CVS: Small fixes
2002-02-01Trying to fix the OpenQuicktime depenency as it strangly enough don't work ↵Christian Schaller1-1/+1
for me Original commit message from CVS: Trying to fix the OpenQuicktime depenency as it strangly enough don't work for me
2002-01-31upped prerelease numberThomas Vander Stichele1-1/+1
Original commit message from CVS: upped prerelease number
2002-01-31adding rel notesThomas Vander Stichele1-1/+1
Original commit message from CVS: adding rel notes
2002-01-31release notesThomas Vander Stichele1-0/+75
Original commit message from CVS: release notes
2002-01-31Various fixesRonald S. Bultje2-4/+2
Original commit message from CVS: Various fixes
2002-01-31Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.David I. Lehn1-1/+1
Original commit message from CVS: Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
2002-01-31update libxml and gnome-vfs to libxml2 and gnome-vfs2Christian Schaller1-3/+21
Original commit message from CVS: update libxml and gnome-vfs to libxml2 and gnome-vfs2
2002-01-31- plugins are built without versioning infoWrobell4-0/+4
Original commit message from CVS: - plugins are built without versioning info
2002-01-30prereleaseThomas Vander Stichele1-1/+1
Original commit message from CVS: prerelease
2002-01-30- use aclocal -I option instead of catWrobell1-4/+1
Original commit message from CVS: - use aclocal -I option instead of cat
2002-01-30I checked lame packages and source code and they seem to want lame.h in ↵Thomas Vander Stichele1-1/+1
prefix/include/lame.h so I fixed stuff accord... Original commit message from CVS: I checked lame packages and source code and they seem to want lame.h in prefix/include/lame.h so I fixed stuff accordingly. Do any systems have lame in include/lame/lame.h ? If so, mail me and we'll work it out.
2002-01-30cvs versioningThomas Vander Stichele1-4/+5
Original commit message from CVS: cvs versioning
2002-01-29fixing specThomas Vander Stichele1-15/+15
Original commit message from CVS: fixing spec
2002-01-27added -Wall to GST_INT_CFLAGSAndy Wingo1-1/+1
Original commit message from CVS: added -Wall to GST_INT_CFLAGS
2002-01-27added pkg.m4 in plugins/Andy Wingo1-0/+56
Original commit message from CVS: added pkg.m4 in plugins/
2002-01-25be less verboseAndy Wingo1-1/+0
Original commit message from CVS: be less verbose
2002-01-25bunch of deletionsAndy Wingo2-242/+1
Original commit message from CVS: bunch of deletions
2002-01-22Updated to work with the new capsnego stuff.Leif Johnson4-89/+51
Original commit message from CVS: Updated to work with the new capsnego stuff.
2002-01-22Updated passthrough to work with new caps nego stuff.Leif Johnson2-115/+83
Original commit message from CVS: Updated passthrough to work with new caps nego stuff.
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