Commit graph

1650 commits

Author SHA1 Message Date
Thomas Vander Stichele
2eb0c5cd0b bump back to cvs versoin
Original commit message from CVS:
bump back to cvs versoin
2003-12-20 13:58:35 +00:00
Thomas Vander Stichele
f6b84f66e2 committing release stuff testing fdo cvs commits this mail should have the proper viewcvs links
Original commit message from CVS:
committing release stuff
testing fdo cvs commits
this mail should have the proper viewcvs links
2003-12-20 13:53:55 +00:00
Ronald S. Bultje
69482984d5 Quickfix for wrong timestamps... No final solution yet
Original commit message from CVS:
Quickfix for wrong timestamps... No final solution yet
2003-12-19 16:07:00 +00:00
Thomas Vander Stichele
5345dd61ec superfluous space segregation
Original commit message from CVS:
superfluous space segregation
2003-12-19 14:39:03 +00:00
Christian Schaller
adbbbe8dbb add missing tah.h file
Original commit message from CVS:
add missing tah.h file
2003-12-18 11:18:40 +00:00
Ronald S. Bultje
76a5c85de7 Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding...
Original commit message from CVS:
Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding. This should fix mp3 playback.
2003-12-18 09:31:49 +00:00
Christian Schaller
3bb5da14bb small fix
Original commit message from CVS:
small fix
2003-12-17 22:56:57 +00:00
Ronald S. Bultje
9b57e0a57d Go back to old code, it works good enough...
Original commit message from CVS:
Go back to old code, it works good enough...
2003-12-17 22:36:20 +00:00
Thomas Vander Stichele
21693f54de install fix
Original commit message from CVS:
install fix
2003-12-17 10:26:10 +00:00
Ronald S. Bultje
cbd95dd815 Remove debugging statements
Original commit message from CVS:
Remove debugging statements
2003-12-16 22:00:21 +00:00
Ronald S. Bultje
36d1d0b44f Fix some clocking issue in OSS. The issue is that if we seek forward (note: specifically forward-only), then we call ...
Original commit message from CVS:
Fix some clocking issue in OSS. The issue is that if we seek forward (note: specifically forward-only), then we call handle_discont() before re-setting the clock to active. However, gstclock.c tells us that handle_discont only succeeds if allow_discont=TRUE, which is set in... set_active(TRUE). So, we first need to re-activate the clock and *then* call handle_discont(). More importantly, though, we should **NEVER EVER EVER EVER EVER** **NEVER EVER EVER EVER EVER** call clock_wait() after a forward discont without first having called handle_discont(). I don't know who added that code, but it's beyond fundamentally broken. clock_wait() **WAITS** until we're at the new given buftime, so if we do that on a forward-seek buffer, we... yes! we wait the amount of time that we seeked forward. Anyway, Apparently this code has been in here for quite a long time so I don't get how this can ever have worked...
2003-12-16 21:47:40 +00:00
Ronald S. Bultje
a36185d920 Er, right, this is a typo
Original commit message from CVS:
Er, right, this is a typo
2003-12-16 21:30:41 +00:00
Thomas Vander Stichele
7012697bc0 disable gdk_pixbuf by default
Original commit message from CVS:
disable gdk_pixbuf by default
2003-12-16 16:58:59 +00:00
Julien Moutte
43e7f73d4b Adding tag dumping support.
Original commit message from CVS:
Adding tag dumping support.
2003-12-16 14:56:06 +00:00
Benjamin Otte
88b75d73d1 live and let die
Original commit message from CVS:
live and let die
2003-12-16 03:37:21 +00:00
Zeeshan Ali
4ca07c250e First attempt to code cacasink. Dont expect anything at all yet.
Original commit message from CVS:
First attempt to code cacasink. Dont expect anything at all yet.
2003-12-15 22:27:28 +00:00
Benjamin Otte
0e77f1ade4 who needs mod playback in spider...
Original commit message from CVS:
who needs mod playback in spider...
2003-12-15 02:34:56 +00:00
Thomas Vander Stichele
a67a502e04 make sdl depend on X
Original commit message from CVS:
make sdl depend on X
2003-12-14 23:28:34 +00:00
Ronald S. Bultje
c7177d2392 it's broken and it failed to load during the last few months. If anyone wants to revive it, have fun finding it back ...
Original commit message from CVS:
Remove ossgst... It's a crude hack (beyond ugly), it's broken and it failed to load during the last few months. If anyone wants to revive it, have fun finding it back in the CVS history
2003-12-14 22:48:18 +00:00
Thomas Vander Stichele
7c399e62b5 distcheck fixes
Original commit message from CVS:
distcheck fixes
2003-12-14 19:09:23 +00:00
Thomas Vander Stichele
734e19ff44 build fix
Original commit message from CVS:
build fix
2003-12-14 18:07:35 +00:00
Julien Moutte
6e3a083c36 Fixing makefile. Smarter seek
Original commit message from CVS:
Fixing makefile. Smarter seek
2003-12-14 17:31:07 +00:00
Thomas Vander Stichele
d76e13d7c2 not done yet
Original commit message from CVS:
not done yet
2003-12-14 17:28:47 +00:00
Thomas Vander Stichele
c7045abb3b trademark protection
Original commit message from CVS:
trademark protection
2003-12-14 17:13:29 +00:00
Julien Moutte
e0a0ff019c Adding a test app for libgstplay. It is a command line player.
Original commit message from CVS:
Adding a test app for libgstplay. It is a command line player.
2003-12-14 16:59:09 +00:00
Thomas Vander Stichele
47d0444174 make pixbuf loader dir configurable
Original commit message from CVS:
make pixbuf loader dir configurable
2003-12-14 16:51:39 +00:00
Christian Schaller
2ceca944ba adding my latest fixes. The xvid stuff prolly need some fixing
Original commit message from CVS:
adding my latest fixes. The xvid stuff prolly need some fixing
2003-12-14 14:41:12 +00:00
Amaury Jacquot
60fe453656 unnecessary includes that prevent the build with freedesktop.org X server
Original commit message from CVS:
unnecessary includes that prevent the build with freedesktop.org X server
2003-12-14 11:58:29 +00:00
Christian Schaller
03b62d947f fix build wrt to autoplug test
Original commit message from CVS:
fix build wrt to autoplug test
2003-12-13 20:13:14 +00:00
Christian Schaller
e8f2fef717 some fixes to work again
Original commit message from CVS:
some fixes to work again
2003-12-13 20:11:59 +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
Ronald S. Bultje
fd6b022682 Fix compilation on BE, see #129224
Original commit message from CVS:
Fix compilation on BE, see #129224
2003-12-13 17:08:26 +00:00
Ronald S. Bultje
7625bd81d9 This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools. Currently, there's a few release candi...
Original commit message from CVS:
This is a first attempt at a wrapper for the lib'ified mpeg2enc of
mjpegtools. Currently, there's a few release candidates for mjpegtools-1.6.2
available, but no stable version yet.
I've made 4 small subclasses to wrap input, output, options and generic
encoding model. The last .cc file is the GStreamer plugin element.

Note that it doesn't actually work yet, I'm doing something wrong with
header parsing and Andrew asked me to commit so he could help debugging
that. Apart from that, we should soon be able to make top-quality MPEG
encodes! :).

mpeg2enc licensing is tricky, btw, I don't even want to start discussing
that...
2003-12-11 21:07:25 +00:00
Christophe Fergeau
e37e791edd Committed fix for #128893 (properly detect too old libfaad installations)
Original commit message from CVS:
Committed fix for #128893 (properly detect too old libfaad installations)
2003-12-09 15:23:08 +00:00
Benjamin Otte
26492d2076 make videofilter handle RGB correctly
Original commit message from CVS:
make videofilter handle RGB correctly
2003-12-09 01:17:28 +00:00
Thomas Vander Stichele
9c305432a4 distcheck fixes
Original commit message from CVS:
distcheck fixes
2003-12-08 23:41:53 +00:00
Christophe Fergeau
78f8b4f613 Fixed bug when filling tags in gstflacenc
Original commit message from CVS:
Fixed bug when filling tags in gstflacenc
Added merging support, and a mode which stops after outputting tags to flactag
2003-12-08 22:04:46 +00:00
Julien Moutte
c58758c843 Adding a new plugin: switch.
Original commit message from CVS:
Adding a new plugin: switch.

It takes N input and only has 1 output. You can "switch" the forwarded input through properties ("nb_sources", "active_source") and i will probably add tuner interface support soon.

It should be able to handle any kind of data passing through it.

It is still a work in progress don't consider it usable for production yet.
2003-12-08 20:01:00 +00:00
Christophe Fergeau
a5a43a7f61 Forgot to change one application/x-flac to audio/x-flac
Original commit message from CVS:
Forgot to change one application/x-flac to audio/x-flac
2003-12-08 12:41:02 +00:00
Ronald S. Bultje
ada54a1cdd More riff stuff that I forgot to commit first
Original commit message from CVS:
More riff stuff that I forgot to commit first
2003-12-07 23:05:58 +00:00
Ronald S. Bultje
1f0ada9d70 gcc-2.95 nitpicking - thanks Scott Wheeler
Original commit message from CVS:
gcc-2.95 nitpicking - thanks Scott Wheeler
2003-12-07 22:45:23 +00:00
Christophe Fergeau
ac08905fb9 Compilation will work better if I don't forget new files..
Original commit message from CVS:
Compilation will work better if I don't forget new files..
2003-12-07 21:43:04 +00:00
Christophe Fergeau
06c6f3be60 Added element to rewrite vorbiscomments embedded in flac files. It currently doesn't honour the tag merge mode setting.
Original commit message from CVS:
Added element to rewrite vorbiscomments embedded in flac files. It currently
doesn't honour the tag merge mode setting.
Changed application/x-flac to audio/x-flac in gstflacenc.c
2003-12-07 21:40:11 +00:00
Ronald S. Bultje
12e856c26d Riff, EBML, fourcc etc. work. Not fully finished, but better than what we used to have and definately worth a first b...
Original commit message from CVS:
Riff, EBML, fourcc etc. work. Not fully finished, but better than
what we used to have and definately worth a first broad testing.

I've revived rifflib. Rifflib used to be a bytestream-for-riff, which
just dup'ed bytestream. I've rewritten rifflib to be a modern riff-
chunk parser that uses bytestream fully, plus adds some extra functions
so that riff file parsing becomes extremely easy. It also contains some
small usability functions for strh/strf and metadata parsing. Note that
it doesn't use the new tagging yet, that's a TODO.

Avidemux has been rewritten to use this. I think we all agreed that
avidemux was pretty much a big mess, which is because it used all
sort of bytestream magic all around the place. It was just ugly.
This is a lot nicer, very complete and safe. I think this is far more
robust than what the old avidemux could ever have been. Of course, it
might contain bugs, please let me know.

EBML writing has also been implemented. This is useful for matroska.
I'm intending to modify avidemux (with a riffwriter) similarly. Maybe
I'll change wavparse/-enc too to use rifflib.

Lastly, several plugins have been modified to use rifflib's fourcc
parsing instead of their own. this puts fourcc parsing in one central
place, which should make it a lot simpler to add new fourccs. We might
want to move this to its own lib instead of rifflib.

Enjoy!
2003-12-07 20:00:41 +00:00
Christophe Fergeau
396a5c8129 Forgot to mark one function as static
Original commit message from CVS:
Forgot to mark one function as static
2003-12-07 14:48:09 +00:00
Ronald S. Bultje
bac7d40601 Move over from GstInterface to GstImplementsInterface. Also adds some signals to several interfaces
Original commit message from CVS:
Move over from GstInterface to GstImplementsInterface. Also adds some signals to several interfaces
2003-12-07 12:11:29 +00:00
Ronald S. Bultje
45aff4bc9c Fix v4l detection (it requires X, but X is detected after v4l, so this needed to be swapped). Also add X requirement ...
Original commit message from CVS:
Fix v4l detection (it requires X, but X is detected after v4l, so this needed to be swapped). Also add X requirement to v4l2
2003-12-07 11:51:06 +00:00
Andy Wingo
e46d34995d remove copyright field from plugins
Original commit message from CVS:
remove copyright field from plugins
2003-12-04 10:37:38 +00:00
Thomas Vander Stichele
256a0bfc35 fix X dependencies
Original commit message from CVS:
fix X dependencies
2003-12-03 12:49:29 +00:00
Thomas Vander Stichele
c897450994 what was this doing here ?
Original commit message from CVS:
what was this doing here ?
2003-12-03 12:25:49 +00:00