summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* more build fixingThomas Vander Stichele2002-02-064-205/+53
| | | | | Original commit message from CVS: more build fixing
* rtp conflicts with current gstclock.h, moving back to experimentalThomas Vander Stichele2002-02-062-0/+2
| | | | | Original commit message from CVS: rtp conflicts with current gstclock.h, moving back to experimental
* use numerical comparisions for version checkSteve Baker2002-02-061-6/+6
| | | | | Original commit message from CVS: use numerical comparisions for version check
* Moved capsnego in ossrc to a more suitable place.Wim Taymans2002-02-051-16/+20
| | | | | Original commit message from CVS: Moved capsnego in ossrc to a more suitable place.
* Add VISUALIZER property to ~/.gst: if set, it will cause gst-launch-ext to ↵Richard Boulton2002-02-051-1/+10
| | | | | | | | | display a visualiser for audio only formats. Original commit message from CVS: Add VISUALIZER property to ~/.gst: if set, it will cause gst-launch-ext to display a visualiser for audio only formats. Try "VISUALIZER=goom" ;-)
* adding tools dirThomas Vander Stichele2002-02-051-2/+2
| | | | | Original commit message from CVS: adding tools dir
* yes we need thisThomas Vander Stichele2002-02-041-0/+1
| | | | | Original commit message from CVS: yes we need this
* fixing some RPM dependenciesChristian Schaller2002-02-041-1/+6
| | | | | Original commit message from CVS: fixing some RPM dependencies
* Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, ↵Richard Boulton2002-02-042-2/+2
| | | | | | | | | | rather than adding m4/ to aclocal search path.... Original commit message from CVS: Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than adding m4/ to aclocal search path. Shouldn't cause errors when macros are already present on system, because macros in acinclude.m4 are used in preference.
* Add support for multiple files on command line, and .m3u playlists (assuming ↵Richard Boulton2002-02-041-12/+39
| | | | | | | | | | | | format of .m3u playlist is simply a list... Original commit message from CVS: Add support for multiple files on command line, and .m3u playlists (assuming format of .m3u playlist is simply a list of filenames, one per line. Comments will probably work, because the file won't be found. ;-> ) Needs to have support for ctrl-c added, so that play can be aborted without going through whole list of files.
* does this matter ?Thomas Vander Stichele2002-02-041-4/+5
| | | | | Original commit message from CVS: does this matter ?
* gst-launch-ext can be used to play common media files with fixed pipes based ↵Thomas Vander Stichele2002-02-041-15/+7
| | | | | | | | | | | on the file extension. Original commit message from CVS: gst-launch-ext can be used to play common media files with fixed pipes based on the file extension. It optionally uses a .gst file in the home directory to select preferred audio and video sinks.
* gst-launch-extThomas Vander Stichele2002-02-043-15/+55
| | | | | Original commit message from CVS: gst-launch-ext
* Change gstreamer-register to gst-registerRichard Boulton2002-02-041-1/+1
| | | | | Original commit message from CVS: Change gstreamer-register to gst-register
* start of a gst-launch helper based on extensionThomas Vander Stichele2002-02-041-0/+48
| | | | | Original commit message from CVS: start of a gst-launch helper based on extension
* Small _get/_set fixes.Wim Taymans2002-02-041-6/+6
| | | | | Original commit message from CVS: Small _get/_set fixes.
* It should now basically work - fps calculations are still on the TODO listRonald S. Bultje2002-02-041-140/+170
| | | | | Original commit message from CVS: It should now basically work - fps calculations are still on the TODO list
* Small fixesRonald S. Bultje2002-02-041-2/+2
| | | | | Original commit message from CVS: Small fixes
* Add the v4lmjpeg plugins to the configure fileRonald S. Bultje2002-02-041-1/+1
| | | | | Original commit message from CVS: Add the v4lmjpeg plugins to the configure file
* tarkin fixThomas Vander Stichele2002-02-041-0/+8
| | | | | Original commit message from CVS: tarkin fix
* back to cvsThomas Vander Stichele2002-02-041-4/+4
| | | | | Original commit message from CVS: back to cvs
* adding tarkin to build to try building it run configure with ↵Thomas Vander Stichele2002-02-042-2/+10
| | | | | | | | --enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental
* various fixesThomas Vander Stichele2002-02-041-15/+3
| | | | | Original commit message from CVS: various fixes
* // to /* */ fixesChristian Schaller2002-02-035-26/+26
| | | | | Original commit message from CVS: // to /* */ fixes
* Add the oss clock too.Wim Taymans2002-02-032-0/+406
| | | | | | | Original commit message from CVS: Add the oss clock too. This one shows that there should be more infrastructure to dispatch clock events.
* Assorted fixes.Wim Taymans2002-02-038-90/+609
| | | | | | Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
* Fixing // style comments into /* */Christian Schaller2002-02-031-11/+11
| | | | | Original commit message from CVS: Fixing // style comments into /* */
* fix small typo from earlier SPEC fix commitsChristian Schaller2002-02-031-2/+2
| | | | | Original commit message from CVS: fix small typo from earlier SPEC fix commits
* Tried grouping the plugins more togheter, think I saved us at least some ↵Christian Schaller2002-02-031-114/+26
| | | | | | | rpms on this. Probably room for more groupin... Original commit message from CVS: Tried grouping the plugins more togheter, think I saved us at least some rpms on this. Probably room for more grouping but I don't have the knowledge to know what plugins belong in what category of the remaining
* Added Goom and icecast to the spec, also fixed jpmeg mmxChristian Schaller2002-02-033-11/+29
| | | | | Original commit message from CVS: Added Goom and icecast to the spec, also fixed jpmeg mmx
* We dont need these anymore, avidemux handles it all internallyRonald S. Bultje2002-02-034-831/+0
| | | | | Original commit message from CVS: We dont need these anymore, avidemux handles it all internally
* We dont need avidecoder and avitypes anymoreRonald S. Bultje2002-02-031-11/+10
| | | | | Original commit message from CVS: We dont need avidecoder and avitypes anymore
* Some small adjustments for for better open-a-new-file handlingRonald S. Bultje2002-02-032-2/+7
| | | | | Original commit message from CVS: Some small adjustments for for better open-a-new-file handling
* Fixes AVI playback - dohRonald S. Bultje2002-02-031-4/+9
| | | | | Original commit message from CVS: Fixes AVI playback - doh
* added back goom to configure.ac after syncing with releaseErik Walthinsen2002-02-031-1/+2
| | | | | Original commit message from CVS: added back goom to configure.ac after syncing with release
* Committing differences between CVS and the 0.3.2 release. These changes ↵Erik Walthinsen2002-02-031-2/+12
| | | | | | | | | | were in the local copy that the dist was mad... Original commit message from CVS: Committing differences between CVS and the 0.3.2 release. These changes were in the local copy that the dist was made from, but have never been in CVS (I hunted for matching revisions on all of them). I will retag these files with the proper release tag as soon as they're committed.
* Added fps control to goomWim Taymans2002-02-031-1/+1
| | | | | Original commit message from CVS: Added fps control to goom
* - remove the use of ASM as wellBastien Nocera2002-02-031-2/+2
| | | | | Original commit message from CVS: - remove the use of ASM as well
* - add goom to the build system, dunno if it works, but it doesn't break my ↵Bastien Nocera2002-02-022-3/+14
| | | | | | | ppc :) Original commit message from CVS: - add goom to the build system, dunno if it works, but it doesn't break my ppc :)
* WARNING: avimux is still broken, but less broken than it used to be... Code ↵Ronald S. Bultje2002-02-022-142/+846
| | | | | | | is under heavy development and will work ... Original commit message from CVS: WARNING: avimux is still broken, but less broken than it used to be... Code is under heavy development and will work sooner or later... Uploaded for generic development and testing purposes, not intended for generic use whatsoever
* Remove deprecated call.Wim Taymans2002-02-021-1/+1
| | | | | Original commit message from CVS: Remove deprecated call.
* Corrected OpenQuicktime dep to openquicktimeChristian Schaller2002-02-021-1/+1
| | | | | Original commit message from CVS: Corrected OpenQuicktime dep to openquicktime
* updates for releaseThomas Vander Stichele2002-02-022-13/+11
| | | | | Original commit message from CVS: updates for release
* Pointless cleanupWim Taymans2002-02-021-2/+2
| | | | | Original commit message from CVS: Pointless cleanup
* Pretty pointless cleanupWim Taymans2002-02-021-4/+7
| | | | | Original commit message from CVS: Pretty pointless cleanup
* Small fixesWim Taymans2002-02-021-2/+2
| | | | | Original commit message from CVS: Small fixes
* Some more goom fixesWim Taymans2002-02-021-31/+55
| | | | | Original commit message from CVS: Some more goom fixes
* Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc ↵Wim Taymans2002-02-0112-0/+1691
| | | | | | | | | | location=/opt/data/south.mp3 ! mad ! tee sil... Original commit message from CVS: Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! tee silent=true src%d! goom ! colorspace ! xvideosink tee0.src%d! osssink
* Trying to fix the OpenQuicktime depenency as it strangly enough don't work ↵Christian Schaller2002-02-011-1/+1
| | | | | | | for me Original commit message from CVS: Trying to fix the OpenQuicktime depenency as it strangly enough don't work for me
* upped prerelease numberThomas Vander Stichele2002-01-311-1/+1
| | | | | Original commit message from CVS: upped prerelease number