Commit graph

63 commits

Author SHA1 Message Date
Thomas Vander Stichele 1f73e81375 add ignores, remove old files
Original commit message from CVS:
add ignores, remove old files
2004-03-10 12:48:37 +00:00
Thomas Vander Stichele 479212cdeb whoops, didn't mean to commit this one :)
Original commit message from CVS:
whoops, didn't mean to commit this one :)
2004-03-10 12:47:01 +00:00
Thomas Vander Stichele c98b59c7b8 updating tools generation
Original commit message from CVS:
updating tools generation
2004-03-10 12:35:44 +00:00
Thomas Vander Stichele a1eca4a781 add/fix error handling in cdparanoia add it to translations make tools scripts executable
Original commit message from CVS:
add/fix error handling in cdparanoia
add it to translations
make tools scripts executable
2004-03-09 16:36:30 +00:00
Christian Schaller 6b8d323cd3 fix ogg pipeline in gst-launch-ext
Original commit message from CVS:
fix ogg pipeline in gst-launch-ext
2004-03-08 22:07:06 +00:00
Christian Schaller a62547cfe3 update gst-launch-ext to use a better plugin for colorspace and X win
Original commit message from CVS:
update gst-launch-ext to use a better plugin for colorspace and X win
2004-01-16 23:32:45 +00:00
Julien Moutte 36470772d6 gst/videofilter/gstvideobalance.c: Implement passthru if settings are in the 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.
2004-01-15 17:16:37 +00:00
Ronald S. Bultje 39a338d51c 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....
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.
2004-01-01 22:45:57 +00:00
Ronald S. Bultje 1e645fe4ef Remove ffmpegdecall, it's been removed ages ago, and add matroska pipelines
Original commit message from CVS:
Remove ffmpegdecall, it's been removed ages ago, and add matroska pipelines
2003-12-13 18:31:12 +00:00
Jeremy Simon 88d6d0d7ba Add a comment for wma
Original commit message from CVS:
Add a comment for wma
Add mpeg4 audio pipeline (aac)
2003-11-23 21:44:55 +00:00
Jeremy Simon 77fd7a8172 Update the pipeline to play wma files
Original commit message from CVS:
Update the pipeline to play wma files
2003-11-23 18:53:20 +00:00
Christian Schaller 52db12c305 add cvsignore so we don't have to look at generated gst-launch-ext file
Original commit message from CVS:
add cvsignore so we don't have to look at generated gst-launch-ext file
2003-09-19 06:27:55 +00:00
Christian Schaller ac8ab07e2e Add gst-launch-ext.in to extra dist
Original commit message from CVS:
Add gst-launch-ext.in to extra dist
2003-09-18 20:55:35 +00:00
Christian Schaller 404ebebe05 remove this file
Original commit message from CVS:
remove this file
2003-09-18 19:50:24 +00:00
Christian Schaller 7de769ac94 version gst-launch command in gst-launch-ext
Original commit message from CVS:
version gst-launch command in gst-launch-ext
2003-09-18 18:28:23 +00:00
Thomas Vander Stichele 6c336a9f4b second attempt fixing gdkpixbuf stuff
Original commit message from CVS:
second attempt
fixing gdkpixbuf stuff
2003-07-28 11:37:49 +00:00
Ronald S. Bultje bde15ed354 Fix some weirdities in the man page, see #114060
Original commit message from CVS:
Fix some weirdities in the man page, see #114060
2003-06-08 13:55:42 +00:00
Benjamin Otte 82f3d59000 fixed gst-launch-ext to use new pipelines (bug 111108)
Original commit message from CVS:
fixed gst-launch-ext to use new pipelines (bug 111108)
2003-05-14 00:05:29 +00:00
Wim Taymans 3a8ee1b0be goom takes stereo data
Original commit message from CVS:
goom takes stereo data
2003-03-04 22:22:56 +00:00
Owen Fraser-Green fe768793db Added handlers for .wmv .wma and .wa to use the ASF demuxer
Original commit message from CVS:
Added handlers for .wmv .wma and .wa to use the ASF demuxer
2003-01-31 22:59:04 +00:00
Christian Schaller 4f7b97540f add asf pipeline
Original commit message from CVS:
add asf pipeline
2003-01-26 15:42:37 +00:00
Thomas Vander Stichele 8617267a2f add mpeg
Original commit message from CVS:
add mpeg
2003-01-19 22:12:57 +00:00
Thomas Vander Stichele 882fd697ea commit patch from leif
Original commit message from CVS:
commit patch from leif
2003-01-18 18:23:01 +00:00
Christian Schaller 1bcd623c76 move from windec to ffmpegdecall
Original commit message from CVS:
move from windec to ffmpegdecall
2003-01-11 22:50:23 +00:00
Thomas Vander Stichele dbb97e6823 flac debug cleanup m4 for ffmpeg
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
2002-11-26 14:51:34 +00:00
Thomas Vander Stichele cdbc5ea65c updates
Original commit message from CVS:
updates
2002-11-03 13:50:21 +00:00
Thomas Vander Stichele 42e05727a0 sigh, that was a silly bug
Original commit message from CVS:
sigh, that was a silly bug
2002-11-03 13:43:01 +00:00
Thomas Vander Stichele dd2985ac5f backmerge
Original commit message from CVS:
backmerge
2002-11-01 21:41:29 +00:00
Thomas Vander Stichele 0ec1e07648 this can go too
Original commit message from CVS:
this can go too
2002-10-29 19:12:54 +00:00
Thomas Vander Stichele 21e2513a1a fix two dots in one filename only get bit after last dot
Original commit message from CVS:
fix two dots in one filename
only get bit after last dot
2002-10-29 19:12:14 +00:00
Thomas Vander Stichele b270e3846a some more of these
Original commit message from CVS:
some more of these
2002-10-28 01:09:17 +00:00
Thomas Vander Stichele 67be9cb883 release backport
Original commit message from CVS:
release backport
2002-09-23 09:08:51 +00:00
Whitespace Fixer 5cfc3c05d8 colorspace ! xvideosink is better
Original commit message from CVS:
colorspace ! xvideosink is better
2002-09-09 20:20:24 +00:00
David Schleef 5a7f0731a6 Add .swf file type, even though swfdec isn't in gst-plugins yet
Original commit message from CVS:
Add .swf file type, even though swfdec isn't in gst-plugins yet
2002-08-25 05:29:23 +00:00
Thomas Vander Stichele 138929756f merge from release branch
Original commit message from CVS:
merge from release branch
2002-07-09 10:45:37 +00:00
Christian Schaller 481b0aee8a more fix for vob pipeline. This works in theory, but there are still 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.
2002-06-27 21:41:06 +00:00
Christian Schaller 0f022be747 fixed the vob pipeline. It now plays the movie perfectly, but the sound is 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
2002-06-25 13:06:49 +00:00
Christian Schaller f981517414 fix the vob pipeline and set xvideosink as default
Original commit message from CVS:
fix the vob pipeline and set xvideosink as default
2002-06-22 10:37:58 +00:00
Andy Wingo 19a8820683 update to new jack api
Original commit message from CVS:
update to new jack api
2002-05-13 18:08:33 +00:00
Thomas Vander Stichele bd162b790a fix
Original commit message from CVS:
fix
2002-04-15 14:40:59 +00:00
Thomas Vander Stichele 4a596daeb3 more mergeback from the latest release
Original commit message from CVS:
more mergeback from the latest release
2002-04-15 09:27:03 +00:00
Steve Baker e9db40dd53 this script runs gst-inspect on all built elements and checks for warnings 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.
2002-04-14 09:55:20 +00:00
Thomas Vander Stichele e1f6397f76 spec fixes gst-launch-ext additions trying to fix up ieeetest but failed 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
2002-04-13 00:46:23 +00:00
Christian Schaller 6b9a82720f added more media formats: mod, sid, au
Original commit message from CVS:
added more media formats: mod, sid, au
2002-03-04 18:15:14 +00:00
Christian Schaller 8976508f57 Wim claims we only need 50 more rewrites to get it working well
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
2002-03-03 19:44:20 +00:00
Richard Boulton 7fb7fcbe86 Use stereo2mono plugin for scopes which require mono input.
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.
2002-03-03 17:27:41 +00:00
Andy Wingo 3cf50753a8 get up-to-date with the gst_caps_debug api improved capsnego in mad improved 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
2002-03-03 00:53:25 +00:00
Richard Boulton 74525d0413 Fix a small typo in gst-launch-ext.
Original commit message from CVS:
Fix a small typo in gst-launch-ext.
Add gst-visualise, together with a manpage.
2002-03-02 16:24:00 +00:00
Andy Wingo c07cec3dba get rid of some warnings if you don't have a config file
Original commit message from CVS:
get rid of some warnings if you don't have a config file
2002-03-02 00:31:56 +00:00
Thomas Vander Stichele b89b3f5f09 adding man page
Original commit message from CVS:
adding man page
2002-03-01 15:46:26 +00:00