summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* tools/gst-launch-ext-m.m: Fix AVI/ASF pipelines (#165340).Ronald S. Bultje2005-01-261-2/+2
| | | | | | Original commit message from CVS: * tools/gst-launch-ext-m.m: Fix AVI/ASF pipelines (#165340).
* tools/gst-launch-ext-m.m: Add .aac, fix .m1v/.m2v (#163891).Ronald S. Bultje2005-01-171-2/+3
| | | | | | Original commit message from CVS: * tools/gst-launch-ext-m.m: Add .aac, fix .m1v/.m2v (#163891).
* add mpc supportChristian Schaller2005-01-061-0/+1
| | | | | Original commit message from CVS: add mpc support
* more pipeline fixesChristian Schaller2004-12-211-2/+2
| | | | | Original commit message from CVS: more pipeline fixes
* fix avi/asf pipelineChristian Schaller2004-12-211-2/+2
| | | | | Original commit message from CVS: fix avi/asf pipeline
* add mp4 and update Quicktime pipelineChristian Schaller2004-12-211-1/+2
| | | | | Original commit message from CVS: add mp4 and update Quicktime pipeline
* fix mpeg and vob pipelines, others are still borked thoughChristian Schaller2004-12-161-9/+9
| | | | | Original commit message from CVS: fix mpeg and vob pipelines, others are still borked though
* tools/gst-visualise-m.m: Switch to elements that currently exist.David Schleef2004-12-081-5/+5
| | | | | | Original commit message from CVS: * tools/gst-visualise-m.m: Switch to elements that currently exist.
* 2004-09-14 Brian Cameron <brian.cameron@sun.comBrian Cameron2004-09-141-2/+2
| | | | | | | | | Original commit message from CVS: 2004-09-14 Brian Cameron <brian.cameron@sun.com * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow this script to work on Solaris since bash shell handles echo differenly than bash.
* updateThomas Vander Stichele2004-07-082-5/+6
| | | | | Original commit message from CVS: update
* tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.gnome@flyn.org2004-03-311-0/+1
| | | | | | Original commit message from CVS: * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W. Michael Petullo) to handle .mov
* fixesThomas Vander Stichele2004-03-101-1/+1
| | | | | Original commit message from CVS: fixes
* removingThomas Vander Stichele2004-03-101-44/+0
| | | | | Original commit message from CVS: removing
* add ignores, remove old filesThomas Vander Stichele2004-03-104-246/+5
| | | | | Original commit message from CVS: add ignores, remove old files
* whoops, didn't mean to commit this one :)Thomas Vander Stichele2004-03-101-784/+0
| | | | | Original commit message from CVS: whoops, didn't mean to commit this one :)
* updating tools generationThomas Vander Stichele2004-03-106-4/+1105
| | | | | Original commit message from CVS: updating tools generation
* add/fix error handling in cdparanoia add it to translations make tools ↵Thomas Vander Stichele2004-03-091-0/+5
| | | | | | | | | scripts executable Original commit message from CVS: add/fix error handling in cdparanoia add it to translations make tools scripts executable
* fix ogg pipeline in gst-launch-extChristian Schaller2004-03-081-1/+1
| | | | | Original commit message from CVS: fix ogg pipeline in gst-launch-ext
* update gst-launch-ext to use a better plugin for colorspace and X winChristian Schaller2004-01-161-1/+1
| | | | | Original commit message from CVS: update gst-launch-ext to use a better plugin for colorspace and X win
* gst/videofilter/gstvideobalance.c: Implement passthru if settings are in the ↵Julien Moutte2004-01-151-1/+1
| | | | | | | | | | | | middle. Original commit message from CVS: 2004-01-15 Julien MOUTTE <julien@moutte.net> * gst/videofilter/gstvideobalance.c: (gst_videobalance_init), (gst_videobalance_colorbalance_set_value): Implement passthru if settings are in the middle. * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
* configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of ↵Ronald S. Bultje2004-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.6.1.92, since the pkg-config file of 1.... Original commit message from CVS: 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net> * configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and it therefore uses the wrong include paths. Too bad... Note that 1.6.1.93 is not release yet. ;). Also add a check for mplex, which is now using the lib'ified mplex from mjpegtools, too. * ext/ffmpeg/gstffmpegcodecmap.c: Add codec_tag for 3ivx/xvid. For xvid, this should fix playback issues. I don't think ffmpeg handles 3ivx correctly, so this probably won't work. But it won't hurt either. * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect), (gst_ffmpegdec_chain): * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect), (gst_ffmpegenc_chain_audio): Fix memleak in audio encoding. Close codec if open fails, this calls the cleanup routines so we can re-use the context. * ext/mpeg2enc/gstmpeg2enc.cc: Fix pad template names/types, fix memory issue with getcaps(). * ext/mpeg2enc/gstmpeg2encoder.cc: * ext/mpeg2enc/gstmpeg2encoder.hh: Fix compile issue with new caps system (const thingy). * ext/mpeg2enc/gstmpeg2encpicturereader.cc: * ext/mpeg2enc/gstmpeg2encpicturereader.hh: We read a first frame right on initing, so that we have a caps when we init the output. This caps is cached in padprivate and read as first frame. * ext/mplex/Makefile.am: * ext/mplex/gstmplex.cc: * ext/mplex/gstmplex.h: * ext/mplex/gstmplex.hh: * ext/mplex/gstmplexibitstream.cc: * ext/mplex/gstmplexibitstream.hh: * ext/mplex/gstmplexjob.cc: * ext/mplex/gstmplexjob.hh: * ext/mplex/gstmplexoutputstream.cc: * ext/mplex/gstmplexoutputstream.hh: We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin had issues, didn't do capsnego, supported only a subset of the mplex features and required a mplex fork in our local CVS. Plus that it worked agaist a very old mplex version. Rewriting was faster than updating it. * gst-libs/ext/Makefile.am: * gst-libs/ext/mplex/INSTRUCT: * gst-libs/ext/mplex/Makefile.am: * gst-libs/ext/mplex/README: * gst-libs/ext/mplex/TODO: * gst-libs/ext/mplex/ac3strm_in.cc: * gst-libs/ext/mplex/audiostrm.hh: * gst-libs/ext/mplex/audiostrm_out.cc: * gst-libs/ext/mplex/aunit.hh: * gst-libs/ext/mplex/bits.cc: * gst-libs/ext/mplex/bits.hh: * gst-libs/ext/mplex/buffer.cc: * gst-libs/ext/mplex/buffer.hh: * gst-libs/ext/mplex/fastintfns.h: * gst-libs/ext/mplex/format_codes.h: * gst-libs/ext/mplex/inputstrm.cc: * gst-libs/ext/mplex/inputstrm.hh: * gst-libs/ext/mplex/lpcmstrm_in.cc: * gst-libs/ext/mplex/mjpeg_logging.cc: * gst-libs/ext/mplex/mjpeg_logging.h: * gst-libs/ext/mplex/mjpeg_types.h: * gst-libs/ext/mplex/mpastrm_in.cc: * gst-libs/ext/mplex/mpegconsts.cc: * gst-libs/ext/mplex/mpegconsts.h: * gst-libs/ext/mplex/mplexconsts.hh: * gst-libs/ext/mplex/multplex.cc: * gst-libs/ext/mplex/outputstream.hh: * gst-libs/ext/mplex/padstrm.cc: * gst-libs/ext/mplex/padstrm.hh: * gst-libs/ext/mplex/stillsstream.cc: * gst-libs/ext/mplex/stillsstream.hh: * gst-libs/ext/mplex/systems.cc: * gst-libs/ext/mplex/systems.hh: * gst-libs/ext/mplex/vector.cc: * gst-libs/ext/mplex/vector.hh: * gst-libs/ext/mplex/videostrm.hh: * gst-libs/ext/mplex/videostrm_in.cc: * gst-libs/ext/mplex/videostrm_out.cc: * gst-libs/ext/mplex/yuv4mpeg.cc: * gst-libs/ext/mplex/yuv4mpeg.h: * gst-libs/ext/mplex/yuv4mpeg_intern.h: * gst-libs/ext/mplex/yuv4mpeg_ratio.cc: We don't fork mjpegtools' mplex in our CVS anymore. * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps), (gst_avi_demux_add_stream): * gst/avi/gstavidemux.h: Add getcaps() function for proper caps nego. This makes some parts of AVI playback/reading work. * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect): Resize window on new capsnego. This is probably wrong, but I'm still committing it because with current capsnego, the first successfull capsnego is auto-fixated, therefore rounded down to the lowest values in the caps. this results in a 16x16 XWindow that is not reized when real capsnego finishes. Dave, I see more cases of this, do you know a proper solution? * tools/gst-launch-ext.in: Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
* Remove ffmpegdecall, it's been removed ages ago, and add matroska pipelinesRonald S. Bultje2003-12-131-4/+6
| | | | | Original commit message from CVS: Remove ffmpegdecall, it's been removed ages ago, and add matroska pipelines
* 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