Commit graph

324 commits

Author SHA1 Message Date
Ronald S. Bultje 95011fd7e8 New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-07-06 20:49:52 +00:00
Brian Cameron 4fe02ad531 Now build xvideosink if Xwindows is available, and properly #ifdef the
Original commit message from CVS:
Now build xvideosink if Xwindows is available, and properly #ifdef the
Xv extension code in the xvideosink code.
2003-07-03 15:56:49 +00:00
David Schleef bc02d66769 add gst/videofilter and ext/pango
Original commit message from CVS:
add gst/videofilter and ext/pango
2003-07-02 08:15:01 +00:00
Benjamin Otte f4a7caa418 compatibility fix for new GST_DEBUG stuff.
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h

I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-29 19:46:13 +00:00
Ronald S. Bultje 813b3a530e Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
Original commit message from CVS:
Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
2003-06-28 06:38:07 +00:00
Ronald S. Bultje 0edcf0eccb Plugins cleanup:
Original commit message from CVS:
Plugins cleanup:
* stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert.
* stereosplit replaced by oneton.
* vumeter replaced by level (and was broken anyway).
* avifile replaced by ffmpeg.
* mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx,
too, which makes mjpegtools unneeded.
* allow for jpegmmx instead of jpeg.
* openquicktime replaced by qtdemux and ffmpeg. Broken anyway.
* XMMS is broken and will never be fixed.
* vga is broken and will not be fixed anywhere soon.
* videosink has never worked. If it works, add it back to replace xvideosink.
2003-06-25 19:17:59 +00:00
David Schleef efc87d7b0d Added gst/realmedia gst/debug and ext/gdk_pixbuf
Original commit message from CVS:
Added gst/realmedia gst/debug and ext/gdk_pixbuf
2003-06-25 03:19:20 +00:00
Ronald S. Bultje 8a98f83970 New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
Original commit message from CVS:
New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
2003-06-17 11:43:24 +00:00
Andy Wingo 4a65aa251d caps refcounting fixes for float2int fixed wrt setting of caps on int pad with dynamic number of sink pads in float2i...
Original commit message from CVS:
* caps refcounting fixes for float2int
* fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int
* added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented
2003-06-16 14:56:34 +00:00
David Schleef 9de3937357 Add videoflip
Original commit message from CVS:
Add videoflip
2003-06-13 05:38:16 +00:00
David Schleef 7ee783557d Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
Original commit message from CVS:
Fix test for qcamsrc: only works on i386-linux.  Fix assignment of GST_CVS
2003-06-11 06:14:29 +00:00
Ronald S. Bultje c4eefdd7bc Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
Original commit message from CVS:
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
2003-05-30 21:44:53 +00:00
Thomas Vander Stichele 8e1ee4564b pkgconfig checks for mad, audiofile, fix for mcopidl
Original commit message from CVS:

pkgconfig checks for mad, audiofile, fix for mcopidl
2003-05-30 10:53:14 +00:00
Ronald S. Bultje c2c374b35b Use new ffmpeg revision
Original commit message from CVS:
Use new ffmpeg revision
2003-05-29 19:33:58 +00:00
Ronald S. Bultje 2c98438c99 I'm too lazy to comment this
Original commit message from CVS:
New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
2003-05-29 14:35:24 +00:00
Brian Cameron 4c3c8f6f10 Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly in...
Original commit message from CVS:
Corrected the configure.ac so it actually works.  Updated some c files
so that they build on Solaris.  This mostly involved supporting ISO
style variable-argument macros.
2003-05-21 18:16:30 +00:00
Brian Cameron a62ca0048e Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
2003-05-21 15:16:51 +00:00
David Schleef 7777638d99 remove creation of makefile in nonexistent (sys/x11) directory
Original commit message from CVS:
remove creation of makefile in nonexistent (sys/x11) directory
2003-05-19 21:55:11 +00:00
Jeremy Simon ad93ad3ab4 update libflac check
Original commit message from CVS:
update libflac check
2003-05-19 18:36:53 +00:00
Christian Schaller 58fcf76b2e Some bugfixes:
Original commit message from CVS:
Some bugfixes:
- Add missing .h file to videoscale disting
- Remove http plugin from build
2003-05-12 13:17:11 +00:00
Christian Schaller e45fb6b8c0 Removing avifile and http plugins, also fixing some disting issues
Original commit message from CVS:
Removing avifile and http plugins, also fixing some disting issues
2003-04-23 19:42:12 +00:00
Ronald S. Bultje 08889d7a8f Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
Original commit message from CVS:
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
2003-04-22 14:55:12 +00:00
Ronald S. Bultje ab57fbcd54 Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, closed-source)
Original commit message from CVS:
Adds divx/xvid encoders.
* divx encoder is based on divx4linux (commercial, closed-source)
* xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) )

Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
2003-04-21 21:54:27 +00:00
Benjamin Otte d39ef5dabe Added initial version of audioconvert, a generic converter of integer audio/raw formats.
Original commit message from CVS:
Added initial version of audioconvert, a generic converter of integer audio/raw formats.
It currently supports conversion of
- channels (mono/stereo only, until someone tells me how to mix other channels)
- endianness (little/bi endian)
- signedness
- width (8, 1, 24 and 32 bits)
- depth (1 - width bits)
missing:
- enough testing (I intend to write a testsuite for this, but that's pending)
- samplerate conversion
- other goodies like format conversion etc
Expect bugs when using it.

problems this should solve:
- encoding wav files on big endian machines
- goom working with mono audio files in gst-player
- Iain's soundcard (that one is a problem in itself)
- complaints about missing conversion
- too many age old, nearly unmaintained plugins (stereo2mono etc.)
Have fun.
2003-04-14 01:19:11 +00:00
Ronald S. Bultje 058e00e3cb Update dvdnav plugin to latest version
Original commit message from CVS:
Update dvdnav plugin to latest version
2003-04-13 11:24:54 +00:00
Ronald S. Bultje 13cf1785d8 Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
Original commit message from CVS:
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
2003-04-07 21:34:30 +00:00
David Schleef 7bfc131d34 Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
Original commit message from CVS:
Fix the QCAM detection.  (Correctly, this time.)  Should go into 0.6.1
2003-04-05 20:09:05 +00:00
David Schleef e04f7c3687 Correct fix for #109048. Disable qcamsrc plugin if non-i386.
Original commit message from CVS:
Correct fix for #109048.  Disable qcamsrc plugin if non-i386.
2003-04-04 22:22:15 +00:00
Jeremy Simon ce6a262cf7 Add monkeyaudio plugin
Original commit message from CVS:
Add monkeyaudio plugin
2003-03-11 19:29:20 +00:00
Ronald S. Bultje c5f3b5e48c Fix v4l/v4l2 compilation problems
Original commit message from CVS:
Fix v4l/v4l2 compilation problems
2003-03-09 15:07:53 +00:00
Ronald S. Bultje 72d53d141d Fix compilation failure in testsuite/alsa/
Original commit message from CVS:
Fix compilation failure in testsuite/alsa/
2003-03-05 13:41:34 +00:00
Christian Schaller 5cfc579426 one missing file updated
Original commit message from CVS:
one missing file updated
2003-03-02 10:17:53 +00:00
Christian Schaller fd8b83489c Complete the move of the RTP plugin
Original commit message from CVS:
Complete the move of the RTP plugin
2003-03-02 10:16:24 +00:00
Christian Schaller 2980087e6a disabling videosink from head build, should I do the same for 0.6 branch?
Original commit message from CVS:
disabling videosink from head build, should I do the same for 0.6 branch?
2003-02-23 21:52:42 +00:00
Christian Schaller 6fdb0b8039 add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
2003-02-23 19:58:50 +00:00
Christian Schaller da346202e4 merge integer based Tremor vorbis plugin
Original commit message from CVS:
merge integer based Tremor vorbis plugin
2003-02-23 17:35:35 +00:00
Zeeshan Ali 1c6ceb5c0b The first attempt to support MAS. Dont expect it to work :)
Original commit message from CVS:
The first attempt to support MAS. Dont expect it to work :)
2003-01-30 20:24:26 +00:00
Christian Schaller 622ef23c7e add asf plugin to build
Original commit message from CVS:
add asf plugin to build
2003-01-26 00:25:04 +00:00
Thomas Vander Stichele f360f0e88f 0.7.x dev branch is open
Original commit message from CVS:
0.7.x dev branch is open
2003-01-23 12:25:29 +00:00
Thomas Vander Stichele 06d4c3d983 update version
Original commit message from CVS:
update version
2003-01-22 21:57:38 +00:00
Thomas Vander Stichele 6fc1e27bd8 stray x check
Original commit message from CVS:
stray x check
2003-01-21 22:50:19 +00:00
David Schleef fd3571bdd4 Add a swfdec version dependency for new API
Original commit message from CVS:
Add a swfdec version dependency for new API
2003-01-17 01:19:42 +00:00
Thomas Vander Stichele 29a8db41f8 build fix
Original commit message from CVS:
build fix
2003-01-16 09:54:28 +00:00
Thomas Vander Stichele 424db0d3ae another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so t...
Original commit message from CVS:
another batch of connect->link fixes
please let me know about issues
and please refrain of making them yourself, so that I don't spend double
the time resolving conflicts
2003-01-10 10:22:25 +00:00
Thomas Vander Stichele 762db34109 merge back from release
Original commit message from CVS:
merge back from release
2003-01-08 16:41:27 +00:00
Thomas Vander Stichele c18489f270 moving forward to release
Original commit message from CVS:
moving forward to release
2003-01-05 23:20:17 +00:00
Thomas Vander Stichele 619c906803 redo
Original commit message from CVS:
redo
2003-01-05 16:41:57 +00:00
Thomas Vander Stichele 1733f32be6 only slurp in cvs mode
Original commit message from CVS:
only slurp in cvs mode
2003-01-05 11:53:32 +00:00
Iain Holmes 97803e3771 Build the one-to-n
Original commit message from CVS:
Build the one-to-n
2002-12-31 23:24:25 +00:00
Thomas Vander Stichele e947d5f472 slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
Original commit message from CVS:
slurp in ffmpeg

a) please test
b) please help me figure out how to portably link in a .a file in our
.so plugin
2002-12-26 10:53:21 +00:00
David I. Lehn 61898506c8 initial checkin of work-in-progress vbidec plugin for closed caption support
Original commit message from CVS:
initial checkin of work-in-progress vbidec plugin for closed caption support
2002-12-19 21:34:56 +00:00
Christian Schaller dbbed4b5f4 fix test for 0.3.1 mpeg2dec
Original commit message from CVS:
fix test for 0.3.1 mpeg2dec
2002-12-15 23:13:40 +00:00
Christian Schaller 75ca48b6a2 apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
Original commit message from CVS:
apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
2002-12-15 21:48:33 +00:00
Thomas Vander Stichele 868071b21b update
Original commit message from CVS:
update
2002-12-10 22:40:51 +00:00
Thomas Vander Stichele 708cf898e8 parallel install fixes
Original commit message from CVS:
parallel install fixes
2002-12-08 14:50:10 +00:00
David I. Lehn cf2bad9492 drop mpeg2dec 0.2.1 support in favor of 0.3.0.
Original commit message from CVS:
drop mpeg2dec 0.2.1 support in favor of 0.3.0.
keeping old code around in cvs for a while just in case someone needs it.
2002-12-05 00:29:11 +00:00
Christian Schaller f4dbdcb51c fix some disting and rpm building issues
Original commit message from CVS:
fix some disting and rpm building issues
2002-11-28 12:58:38 +00:00
Thomas Vander Stichele 17a7348786 scrub esd flags
Original commit message from CVS:
scrub esd flags
2002-11-27 20:26:39 +00:00
Thomas Vander Stichele ab5a4110e2 flac debug cleanup m4 for ffmpeg
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
2002-11-26 14:51:33 +00:00
Thomas Vander Stichele 5ac69b89c0 putting in png
Original commit message from CVS:
putting in png
2002-11-18 22:30:52 +00:00
Jan Schmidt e633928188 add media-info to spec commit patch from Jan Schmidt for raw1394 plugin
Original commit message from CVS:
add media-info to spec
commit patch from Jan Schmidt for raw1394 plugin
2002-11-15 19:21:58 +00:00
Thomas Vander Stichele 15e3ef0e55 adding mediainfo
Original commit message from CVS:
adding mediainfo
2002-11-11 14:06:18 +00:00
Christian Schaller 8ba23081e0 fix the test for swfdec
Original commit message from CVS:
fix the test for swfdec
2002-11-05 21:25:18 +00:00
Thomas Vander Stichele 9a1d7be73e clashes with shout, put in exp
Original commit message from CVS:
clashes with shout, put in exp
2002-11-03 12:15:11 +00:00
Thomas Vander Stichele 91b12107f6 bump up the version
Original commit message from CVS:
bump up the version
2002-11-01 12:32:33 +00:00
David I. Lehn 315ec7ae94 Fix shout2 test.
Original commit message from CVS:
Fix shout2 test.
Upstream removed -lm from libpng, add it back for lib test and flags for now
2002-10-30 04:14:35 +00:00
Thomas Vander Stichele d9ac4a21e3 stuff to go in
Original commit message from CVS:
stuff to go in
2002-10-29 22:50:54 +00:00
Thomas Vander Stichele 9f2e8e0c1d peepaloo
Original commit message from CVS:
peepaloo
2002-10-29 17:56:23 +00:00
Thomas Vander Stichele dccdb477f1 people interpreting .m4's make me laugh with wild abandonment
Original commit message from CVS:
people interpreting .m4's make me laugh with wild abandonment
2002-10-29 15:36:33 +00:00
Steve Baker 059927a2a7 new libgstplay location now builds
Original commit message from CVS:
new libgstplay location now builds
2002-10-27 21:03:12 +00:00
Christian Schaller 246c51cc7e add last part of shout2 plugin patch, but it do not get built even with --enable -experimental, will try and investigate
Original commit message from CVS:
add last part of shout2 plugin patch, but it do not get built even with --enable -experimental, will try and investigate
2002-10-27 19:32:03 +00:00
Thomas Vander Stichele 0da7871e2b avifile change
Original commit message from CVS:
avifile change
2002-10-26 12:17:35 +00:00
Iain Holmes 77351078d7 Added a WAV file encoder
Original commit message from CVS:
Added a WAV file encoder
2002-10-21 17:06:52 +00:00
Thomas Vander Stichele d5fecc25ce scrub vorbis cflags
Original commit message from CVS:
scrub vorbis cflags
2002-10-19 23:25:55 +00:00
Thomas Vander Stichele 165813bd8b yay for gcc 3
Original commit message from CVS:
yay for gcc 3
2002-10-19 14:41:50 +00:00
Jeremy Simon 574a31430f enable the snapshot plugin build
Original commit message from CVS:
enable the snapshot plugin build
2002-10-18 20:53:45 +00:00
David I. Lehn 41e19e7a9c use proper version prefix use pkgconfig to find libdv
Original commit message from CVS:
use proper version prefix
use pkgconfig to find libdv
2002-10-03 03:19:28 +00:00
Thomas Vander Stichele 0bf3a73a5f adding testsuite
Original commit message from CVS:
adding testsuite
2002-10-01 21:51:01 +00:00
Ronald S. Bultje 6de50e694b This adds a generic video functions library
Original commit message from CVS:
This adds a generic video functions library
2002-09-26 12:20:12 +00:00
Thomas Vander Stichele 2305fd2a1b final backport
Original commit message from CVS:
final backport
2002-09-23 09:41:55 +00:00
Thomas Vander Stichele 7c3c537af0 update to 1.0 vorbis macro
Original commit message from CVS:
update to 1.0 vorbis macro
2002-09-19 15:22:11 +00:00
Thomas Vander Stichele 82145392f6 aclocal nicety
Original commit message from CVS:
aclocal nicety
2002-09-18 22:06:14 +00:00
Thomas Vander Stichele be76b13b64 up the micro
Original commit message from CVS:
up the micro
2002-09-18 13:05:36 +00:00
David Schleef 7e74485299 Add swfdec autoconf stuff
Original commit message from CVS:
Add swfdec autoconf stuff
2002-09-15 21:33:53 +00:00
Thomas Vander Stichele a060de748e audiofile check fix
Original commit message from CVS:
audiofile check fix
2002-09-15 21:26:03 +00:00
Ronald S. Bultje 429ee0a8e3 This makes mjpegtools plugins compile against latest CVS
Original commit message from CVS:
This makes mjpegtools plugins compile against latest CVS
2002-09-12 21:48:30 +00:00
Ronald S. Bultje 657579947e This adds v4l2 stuff to the build system
Original commit message from CVS:
This adds v4l2 stuff to the build system
2002-09-09 07:15:56 +00:00
Thomas Vander Stichele a394be5deb this should've gone in a long time ago
Original commit message from CVS:
this should've gone in a long time ago
2002-08-27 09:54:08 +00:00
Thomas Vander Stichele de7a0d3426 fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-08-17 17:57:38 +00:00
Thomas Vander Stichele 246be40a90 ok, i should stop playing around with this now ;)
Original commit message from CVS:
ok, i should stop playing around with this now ;)
2002-08-13 12:29:00 +00:00
Thomas Vander Stichele fdca2dc12c also adding a libstdc++ check explicitly
Original commit message from CVS:
also adding a libstdc++ check explicitly
2002-08-13 11:56:57 +00:00
Thomas Vander Stichele 5a678384d2 need c++
Original commit message from CVS:
need c++
2002-08-13 11:25:16 +00:00
Thomas Vander Stichele 9848a99800 closes http://bugzilla.gnome.org/show_bug.cgi?id=87453 please test this and let me know if it works or not !
Original commit message from CVS:

closes
http://bugzilla.gnome.org/show_bug.cgi?id=87453

please test this and let me know if it works or not !
2002-08-13 10:39:26 +00:00
David I. Lehn 9abe25a863 libdv build fixes
Original commit message from CVS:
libdv build fixes
2002-08-09 21:14:55 +00:00
Thomas Vander Stichele 0de3cec50a split gst plugins between c and c++ ones
Original commit message from CVS:
split gst plugins between c and c++ ones
2002-08-07 00:22:04 +00:00
Charles Schmidt 0327f33923 Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' propert...
Original commit message from CVS:
Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' properties and 'track-change' signal for the element.
2002-07-28 22:45:45 +00:00
Wim Taymans 0b9e945b2e Added linux/cdrom.h check patch from cbschmid
Original commit message from CVS:
Added linux/cdrom.h check patch from cbschmid
2002-07-28 13:21:37 +00:00
Wim Taymans 0dc6c45c6b Added cdrom plugin
Original commit message from CVS:
Added cdrom plugin
2002-07-27 01:37:25 +00:00
David Schleef 1bba1d3d37 Add videotestsrc plugin
Original commit message from CVS:
Add videotestsrc plugin
2002-07-26 22:20:45 +00:00
Wim Taymans d49d2c52ab mixmatrix makefiles
Original commit message from CVS:
mixmatrix makefiles
2002-07-23 20:23:06 +00:00