summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add a comment for wmaJeremy Simon2003-11-231-0/+2
| | | | | | Original commit message from CVS: Add a comment for wma Add mpeg4 audio pipeline (aac)
* Update the pipeline to play wma filesJeremy Simon2003-11-231-1/+1
| | | | | Original commit message from CVS: Update the pipeline to play wma files
* add cvsignore so we don't have to look at generated gst-launch-ext fileChristian Schaller2003-09-191-0/+1
| | | | | Original commit message from CVS: add cvsignore so we don't have to look at generated gst-launch-ext file
* Add gst-launch-ext.in to extra distChristian Schaller2003-09-181-1/+1
| | | | | Original commit message from CVS: Add gst-launch-ext.in to extra dist
* remove this fileChristian Schaller2003-09-181-161/+0
| | | | | Original commit message from CVS: remove this file
* version gst-launch command in gst-launch-extChristian Schaller2003-09-181-0/+161
| | | | | Original commit message from CVS: version gst-launch command in gst-launch-ext
* second attempt fixing gdkpixbuf stuffThomas Vander Stichele2003-07-281-1/+1
| | | | | | Original commit message from CVS: second attempt fixing gdkpixbuf stuff
* Fix some weirdities in the man page, see #114060Ronald S. Bultje2003-06-081-2/+2
| | | | | Original commit message from CVS: Fix some weirdities in the man page, see #114060
* fixed gst-launch-ext to use new pipelines (bug 111108)Benjamin Otte2003-05-141-14/+14
| | | | | Original commit message from CVS: fixed gst-launch-ext to use new pipelines (bug 111108)
* goom takes stereo dataWim Taymans2003-03-041-1/+1
| | | | | Original commit message from CVS: goom takes stereo data
* Added handlers for .wmv .wma and .wa to use the ASF demuxerOwen Fraser-Green2003-01-311-0/+3
| | | | | Original commit message from CVS: Added handlers for .wmv .wma and .wa to use the ASF demuxer
* add asf pipelineChristian Schaller2003-01-261-0/+1
| | | | | Original commit message from CVS: add asf pipeline
* add mpegThomas Vander Stichele2003-01-191-0/+1
| | | | | Original commit message from CVS: add mpeg
* commit patch from leifThomas Vander Stichele2003-01-181-3/+15
| | | | | Original commit message from CVS: commit patch from leif
* move from windec to ffmpegdecallChristian Schaller2003-01-111-1/+1
| | | | | Original commit message from CVS: move from windec to ffmpegdecall
* flac debug cleanup m4 for ffmpegThomas Vander Stichele2002-11-261-2/+2
| | | | | | Original commit message from CVS: flac debug cleanup m4 for ffmpeg
* updatesThomas Vander Stichele2002-11-032-3/+28
| | | | | Original commit message from CVS: updates
* sigh, that was a silly bugThomas Vander Stichele2002-11-031-1/+7
| | | | | Original commit message from CVS: sigh, that was a silly bug
* backmergeThomas Vander Stichele2002-11-011-1/+1
| | | | | Original commit message from CVS: backmerge
* this can go tooThomas Vander Stichele2002-10-291-4/+0
| | | | | Original commit message from CVS: this can go too
* fix two dots in one filename only get bit after last dotThomas Vander Stichele2002-10-291-2/+11
| | | | | | Original commit message from CVS: fix two dots in one filename only get bit after last dot
* some more of theseThomas Vander Stichele2002-10-281-1/+4
| | | | | Original commit message from CVS: some more of these
* release backportThomas Vander Stichele2002-09-231-2/+3
| | | | | Original commit message from CVS: release backport
* colorspace ! xvideosink is betterWhitespace Fixer2002-09-091-1/+1
| | | | | Original commit message from CVS: colorspace ! xvideosink is better
* Add .swf file type, even though swfdec isn't in gst-plugins yetDavid Schleef2002-08-251-0/+1
| | | | | Original commit message from CVS: Add .swf file type, even though swfdec isn't in gst-plugins yet
* merge from release branchThomas Vander Stichele2002-07-091-1/+2
| | | | | Original commit message from CVS: merge from release branch
* more fix for vob pipeline. This works in theory, but there are still ↵Christian Schaller2002-06-271-1/+1
| | | | | | | timestamp issues with a52dec that needs addressing. Original commit message from CVS: more fix for vob pipeline. This works in theory, but there are still timestamp issues with a52dec that needs addressing.
* fixed the vob pipeline. It now plays the movie perfectly, but the sound is ↵Christian Schaller2002-06-251-1/+1
| | | | | | | missing and it is still very dark Original commit message from CVS: fixed the vob pipeline. It now plays the movie perfectly, but the sound is missing and it is still very dark
* fix the vob pipeline and set xvideosink as defaultChristian Schaller2002-06-221-2/+2
| | | | | Original commit message from CVS: fix the vob pipeline and set xvideosink as default
* update to new jack apiAndy Wingo2002-05-131-73/+0
| | | | | Original commit message from CVS: update to new jack api
* fixThomas Vander Stichele2002-04-151-1/+1
| | | | | Original commit message from CVS: fix
* more mergeback from the latest releaseThomas Vander Stichele2002-04-151-3/+3
| | | | | Original commit message from CVS: more mergeback from the latest release
* this script runs gst-inspect on all built elements and checks for warnings ↵Steve Baker2002-04-141-0/+73
| | | | | | | | | | or bad exit codes. Original commit message from CVS: this script runs gst-inspect on all built elements and checks for warnings or bad exit codes. It requires a gst-inspect to be in your PATH. more checking is probably needed for valid gst-inspect output. The output format of gst-inspect will be changed slightly to make parsing the output possible.
* spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele2002-04-131-7/+6
| | | | | | | | | | function collision in avifile dir Original commit message from CVS: * spec fixes * gst-launch-ext additions * trying to fix up ieeetest but failed * function collision in avifile dir
* added more media formats: mod, sid, auChristian Schaller2002-03-041-1/+4
| | | | | Original commit message from CVS: added more media formats: mod, sid, au
* Wim claims we only need 50 more rewrites to get it working wellChristian Schaller2002-03-031-1/+1
| | | | | Original commit message from CVS: fixed pipeline for vob files so we get sound (bad sound but still), Wim claims we only need 50 more rewrites to get it working well
* Use stereo2mono plugin for scopes which require mono input.Richard Boulton2002-03-031-3/+3
| | | | | | | Original commit message from CVS: Use stereo2mono plugin for scopes which require mono input. It would be better if esdmon and osssrc were able to give mono output: they need caps negotiation.
* get up-to-date with the gst_caps_debug api improved capsnego in mad improved ↵Andy Wingo2002-03-031-1/+0
| | | | | | | | | | | | capsnego in adder improved capsnego in i... Original commit message from CVS: * get up-to-date with the gst_caps_debug api * improved capsnego in mad * improved capsnego in adder * improved capsnego in intfloat plugins * unbroke capsnego in stereomono plugins * fix cothread stack allocation within the main thread in new cothreads
* Fix a small typo in gst-launch-ext.Richard Boulton2002-03-024-3/+117
| | | | | | Original commit message from CVS: Fix a small typo in gst-launch-ext. Add gst-visualise, together with a manpage.
* get rid of some warnings if you don't have a config fileAndy Wingo2002-03-021-7/+13
| | | | | Original commit message from CVS: get rid of some warnings if you don't have a config file
* adding man pageThomas Vander Stichele2002-03-011-1/+3
| | | | | Original commit message from CVS: adding man page
* Set the leaky parameter to 1 when using visualisers; if the queue gets full, ↵Richard Boulton2002-03-011-3/+3
| | | | | | | | | | it is fine to drop data going to the vis... Original commit message from CVS: Set the leaky parameter to 1 when using visualisers; if the queue gets full, it is fine to drop data going to the visualiser. This solves the problem I was having with playback freezing while playing some files with visualisers.
* added manpage for gst-launch-ext, now thomas must add it to the build :)Christian Schaller2002-02-281-0/+22
| | | | | Original commit message from CVS: added manpage for gst-launch-ext, now thomas must add it to the build :)
* added fli support to the gst-lauch-ext applicationChristian Schaller2002-02-281-0/+1
| | | | | Original commit message from CVS: added fli support to the gst-lauch-ext application
* pull good old filterstamp back out of the atticAndy Wingo2002-02-222-0/+81
| | | | | Original commit message from CVS: pull good old filterstamp back out of the attic
* fixing distcheckThomas Vander Stichele2002-02-081-0/+2
| | | | | Original commit message from CVS: fixing distcheck
* various additionsThomas Vander Stichele2002-02-061-1/+1
| | | | | Original commit message from CVS: various additions
* 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" ;-)
* yes we need thisThomas Vander Stichele2002-02-041-0/+1
| | | | | Original commit message from CVS: yes we need this
* 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.