platform/upstream/gst-plugins-good.git
20 years agoRemove debugging statements
Ronald S. Bultje [Tue, 16 Dec 2003 22:00:21 +0000 (22:00 +0000)]
Remove debugging statements

Original commit message from CVS:
Remove debugging statements

20 years agoFix some clocking issue in OSS. The issue is that if we seek forward (note: specifica...
Ronald S. Bultje [Tue, 16 Dec 2003 21:47:40 +0000 (21:47 +0000)]
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...

20 years agoEr, right, this is a typo
Ronald S. Bultje [Tue, 16 Dec 2003 21:30:41 +0000 (21:30 +0000)]
Er, right, this is a typo

Original commit message from CVS:
Er, right, this is a typo

20 years agodisable gdk_pixbuf by default
Thomas Vander Stichele [Tue, 16 Dec 2003 16:58:59 +0000 (16:58 +0000)]
disable gdk_pixbuf by default

Original commit message from CVS:
disable gdk_pixbuf by default

20 years agoAdding tag dumping support.
Julien Moutte [Tue, 16 Dec 2003 14:56:06 +0000 (14:56 +0000)]
Adding tag dumping support.

Original commit message from CVS:
Adding tag dumping support.

20 years agolive and let die
Benjamin Otte [Tue, 16 Dec 2003 03:37:21 +0000 (03:37 +0000)]
live and let die

Original commit message from CVS:
live and let die

20 years agoFirst attempt to code cacasink. Dont expect anything at all yet.
Zeeshan Ali [Mon, 15 Dec 2003 22:27:28 +0000 (22:27 +0000)]
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.

20 years agowho needs mod playback in spider...
Benjamin Otte [Mon, 15 Dec 2003 02:34:56 +0000 (02:34 +0000)]
who needs mod playback in spider...

Original commit message from CVS:
who needs mod playback in spider...

20 years agomake sdl depend on X
Thomas Vander Stichele [Sun, 14 Dec 2003 23:28:34 +0000 (23:28 +0000)]
make sdl depend on X

Original commit message from CVS:
make sdl depend on X

20 years agoit's broken and it failed to load during the last few months. If anyone wants to...
Ronald S. Bultje [Sun, 14 Dec 2003 22:48:18 +0000 (22:48 +0000)]
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

20 years agodistcheck fixes
Thomas Vander Stichele [Sun, 14 Dec 2003 19:09:23 +0000 (19:09 +0000)]
distcheck fixes

Original commit message from CVS:
distcheck fixes

20 years agobuild fix
Thomas Vander Stichele [Sun, 14 Dec 2003 18:07:35 +0000 (18:07 +0000)]
build fix

Original commit message from CVS:
build fix

20 years agoFixing makefile. Smarter seek
Julien Moutte [Sun, 14 Dec 2003 17:31:07 +0000 (17:31 +0000)]
Fixing makefile. Smarter seek

Original commit message from CVS:
Fixing makefile. Smarter seek

20 years agonot done yet
Thomas Vander Stichele [Sun, 14 Dec 2003 17:28:47 +0000 (17:28 +0000)]
not done yet

Original commit message from CVS:
not done yet

20 years agotrademark protection
Thomas Vander Stichele [Sun, 14 Dec 2003 17:13:29 +0000 (17:13 +0000)]
trademark protection

Original commit message from CVS:
trademark protection

20 years agoAdding a test app for libgstplay. It is a command line player.
Julien Moutte [Sun, 14 Dec 2003 16:59:09 +0000 (16:59 +0000)]
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.

20 years agomake pixbuf loader dir configurable
Thomas Vander Stichele [Sun, 14 Dec 2003 16:51:39 +0000 (16:51 +0000)]
make pixbuf loader dir configurable

Original commit message from CVS:
make pixbuf loader dir configurable

20 years agoadding my latest fixes. The xvid stuff prolly need some fixing
Christian Schaller [Sun, 14 Dec 2003 14:41:12 +0000 (14:41 +0000)]
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

20 years agounnecessary includes that prevent the build with freedesktop.org X server
Amaury Jacquot [Sun, 14 Dec 2003 11:58:29 +0000 (11:58 +0000)]
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

20 years agofix build wrt to autoplug test
Christian Schaller [Sat, 13 Dec 2003 20:13:14 +0000 (20:13 +0000)]
fix build wrt to autoplug test

Original commit message from CVS:
fix build wrt to autoplug test

20 years agosome fixes to work again
Christian Schaller [Sat, 13 Dec 2003 20:11:59 +0000 (20:11 +0000)]
some fixes to work again

Original commit message from CVS:
some fixes to work again

20 years agoRemove ffmpegdecall, it's been removed ages ago, and add matroska pipelines
Ronald S. Bultje [Sat, 13 Dec 2003 18:31:12 +0000 (18:31 +0000)]
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

20 years agoFix compilation on BE, see #129224
Ronald S. Bultje [Sat, 13 Dec 2003 17:08:26 +0000 (17:08 +0000)]
Fix compilation on BE, see #129224

Original commit message from CVS:
Fix compilation on BE, see #129224

20 years agoThis is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools. Curren...
Ronald S. Bultje [Thu, 11 Dec 2003 21:07:25 +0000 (21:07 +0000)]
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...

20 years agoCommitted fix for #128893 (properly detect too old libfaad installations)
Christophe Fergeau [Tue, 9 Dec 2003 15:23:08 +0000 (15:23 +0000)]
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)

20 years agomake videofilter handle RGB correctly
Benjamin Otte [Tue, 9 Dec 2003 01:17:28 +0000 (01:17 +0000)]
make videofilter handle RGB correctly

Original commit message from CVS:
make videofilter handle RGB correctly

20 years agodistcheck fixes
Thomas Vander Stichele [Mon, 8 Dec 2003 23:41:53 +0000 (23:41 +0000)]
distcheck fixes

Original commit message from CVS:
distcheck fixes

20 years agoFixed bug when filling tags in gstflacenc
Christophe Fergeau [Mon, 8 Dec 2003 22:04:46 +0000 (22:04 +0000)]
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

20 years agoAdding a new plugin: switch.
Julien Moutte [Mon, 8 Dec 2003 20:01:00 +0000 (20:01 +0000)]
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.

20 years agoForgot to change one application/x-flac to audio/x-flac
Christophe Fergeau [Mon, 8 Dec 2003 12:41:02 +0000 (12:41 +0000)]
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

20 years agoMore riff stuff that I forgot to commit first
Ronald S. Bultje [Sun, 7 Dec 2003 23:05:58 +0000 (23:05 +0000)]
More riff stuff that I forgot to commit first

Original commit message from CVS:
More riff stuff that I forgot to commit first

20 years agogcc-2.95 nitpicking - thanks Scott Wheeler
Ronald S. Bultje [Sun, 7 Dec 2003 22:45:23 +0000 (22:45 +0000)]
gcc-2.95 nitpicking - thanks Scott Wheeler

Original commit message from CVS:
gcc-2.95 nitpicking - thanks Scott Wheeler

20 years agoCompilation will work better if I don't forget new files..
Christophe Fergeau [Sun, 7 Dec 2003 21:43:04 +0000 (21:43 +0000)]
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..

20 years agoAdded element to rewrite vorbiscomments embedded in flac files. It currently doesn...
Christophe Fergeau [Sun, 7 Dec 2003 21:40:11 +0000 (21:40 +0000)]
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

20 years agoRiff, EBML, fourcc etc. work. Not fully finished, but better than what we used to...
Ronald S. Bultje [Sun, 7 Dec 2003 20:00:41 +0000 (20:00 +0000)]
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!

20 years agoForgot to mark one function as static
Christophe Fergeau [Sun, 7 Dec 2003 14:48:09 +0000 (14:48 +0000)]
Forgot to mark one function as static

Original commit message from CVS:
Forgot to mark one function as static

20 years agoMove over from GstInterface to GstImplementsInterface. Also adds some signals to...
Ronald S. Bultje [Sun, 7 Dec 2003 12:11:29 +0000 (12:11 +0000)]
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

20 years agoFix v4l detection (it requires X, but X is detected after v4l, so this needed to...
Ronald S. Bultje [Sun, 7 Dec 2003 11:51:06 +0000 (11:51 +0000)]
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

20 years agoremove copyright field from plugins
Andy Wingo [Thu, 4 Dec 2003 10:37:38 +0000 (10:37 +0000)]
remove copyright field from plugins

Original commit message from CVS:
remove copyright field from plugins

20 years agofix X dependencies
Thomas Vander Stichele [Wed, 3 Dec 2003 12:49:29 +0000 (12:49 +0000)]
fix X dependencies

Original commit message from CVS:
fix X dependencies

20 years agowhat was this doing here ?
Thomas Vander Stichele [Wed, 3 Dec 2003 12:25:49 +0000 (12:25 +0000)]
what was this doing here ?

Original commit message from CVS:
what was this doing here ?

20 years agofixing up X test and general features test
Thomas Vander Stichele [Wed, 3 Dec 2003 12:23:37 +0000 (12:23 +0000)]
fixing up X test and general features test

Original commit message from CVS:
fixing up X test and general features test

20 years agoAdd ACLOCAL_AMFLAGS CAPS-ROOT
David Schleef [Tue, 2 Dec 2003 04:54:38 +0000 (04:54 +0000)]
Add ACLOCAL_AMFLAGS

Original commit message from CVS:
Add ACLOCAL_AMFLAGS

20 years agoApply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368.
David Schleef [Tue, 2 Dec 2003 02:34:37 +0000 (02:34 +0000)]
Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368.

Original commit message from CVS:
Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368.
FLAC io functions should be called every time the encoder is initialized.

20 years agochange _connect to _link
David Schleef [Tue, 2 Dec 2003 02:28:13 +0000 (02:28 +0000)]
change _connect to _link

Original commit message from CVS:
change _connect to _link

20 years agoAdd check for faad2 (faad1 was detected, too, but we don't want that)
Ronald S. Bultje [Sat, 29 Nov 2003 22:43:23 +0000 (22:43 +0000)]
Add check for faad2 (faad1 was detected, too, but we don't want that)

Original commit message from CVS:
Add check for faad2 (faad1 was detected, too, but we don't want that)

20 years agoUse new tagging stuff to read and write flac metadata. Only handles vorbiscomment...
Christophe Fergeau [Fri, 28 Nov 2003 13:04:21 +0000 (13:04 +0000)]
Use new tagging stuff to read and write flac metadata. Only handles vorbiscomment tags, and not (older) id3v2 tags.

Original commit message from CVS:
Use new tagging stuff to read and write flac metadata. Only handles vorbiscomment tags, and not (older) id3v2 tags.

20 years agoChange everyone to video/x-msvideo
David Schleef [Thu, 27 Nov 2003 21:49:39 +0000 (21:49 +0000)]
Change everyone to video/x-msvideo

Original commit message from CVS:
Change everyone to video/x-msvideo

20 years agoAdded audio/x-m4a to the sink caps
Iain Holmes [Thu, 27 Nov 2003 17:35:00 +0000 (17:35 +0000)]
Added audio/x-m4a to the sink caps

Original commit message from CVS:
Added audio/x-m4a to the sink caps

20 years agofixing bug #127984, we require a higher version of the alsa library
Leif Johnson [Thu, 27 Nov 2003 02:02:11 +0000 (02:02 +0000)]
fixing bug #127984, we require a higher version of the alsa library

Original commit message from CVS:
fixing bug #127984, we require a higher version of the alsa library

20 years agofixing bug #126985, gst core requires 1.6 anyway
Leif Johnson [Thu, 27 Nov 2003 01:59:20 +0000 (01:59 +0000)]
fixing bug #126985, gst core requires 1.6 anyway

Original commit message from CVS:
fixing bug #126985, gst core requires 1.6 anyway

20 years agouse correct caps
Benjamin Otte [Tue, 25 Nov 2003 23:45:41 +0000 (23:45 +0000)]
use correct caps

Original commit message from CVS:
use correct caps

20 years agomore fixes to the pixbuf loader. I can use it for thumbnailing nicely now
Benjamin Otte [Tue, 25 Nov 2003 02:39:01 +0000 (02:39 +0000)]
more fixes to the pixbuf loader. I can use it for thumbnailing nicely now

Original commit message from CVS:
more fixes to the pixbuf loader. I can use it for thumbnailing nicely now

20 years agouse GDK_PIXBUF_CONFDIR
Benjamin Otte [Mon, 24 Nov 2003 23:16:03 +0000 (23:16 +0000)]
use GDK_PIXBUF_CONFDIR

Original commit message from CVS:
use GDK_PIXBUF_CONFDIR

20 years agoLicense is GST_LICENSE, make own debugging category and fix some debug statements
Benjamin Otte [Mon, 24 Nov 2003 23:11:42 +0000 (23:11 +0000)]
License is GST_LICENSE, make own debugging category and fix some debug statements

Original commit message from CVS:
License is GST_LICENSE, make own debugging category and fix some debug statements

20 years agoupgrades to the pixbuf loader:
Benjamin Otte [Mon, 24 Nov 2003 22:18:07 +0000 (22:18 +0000)]
upgrades to the pixbuf loader:

Original commit message from CVS:
upgrades to the pixbuf loader:
- use /proc/self/fd/ to get our own handles to the given files (thanks for the hint David)
- use seeking when we lag too far behind
- try to seek 2 minutes into movies to get the static picture

20 years agoadd a rank to allow autoplugging
Benjamin Otte [Mon, 24 Nov 2003 15:25:21 +0000 (15:25 +0000)]
add a rank to allow autoplugging

Original commit message from CVS:
add a rank to allow autoplugging

20 years agotagging stuff and build fixes. In detail:
Benjamin Otte [Mon, 24 Nov 2003 04:08:47 +0000 (04:08 +0000)]
tagging stuff and build fixes. In detail:

Original commit message from CVS:
tagging stuff and build fixes. In detail:
- make gdk-pixbuf loader work when distchecking
- fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir
- fix ffmpeg cvs grabbing when srcdir != distdir
- new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag)
- mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that
- added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis.
- added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents.
- tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux.
- various build fixes. Mostly missing (DIST)CLEANFILES.
- vorbisenc handles tag writing.

Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)

20 years agoAdd a comment for wma
Jeremy Simon [Sun, 23 Nov 2003 21:44:55 +0000 (21:44 +0000)]
Add a comment for wma

Original commit message from CVS:
Add a comment for wma
Add mpeg4 audio pipeline (aac)

20 years agofix faad plugin
Christian Schaller [Sun, 23 Nov 2003 21:21:12 +0000 (21:21 +0000)]
fix faad plugin

Original commit message from CVS:
fix faad plugin

20 years agofaad plugin needs the math library
Jeremy Simon [Sun, 23 Nov 2003 20:19:09 +0000 (20:19 +0000)]
faad plugin needs the math library

Original commit message from CVS:
faad plugin needs the math library

20 years agoUpdate the pipeline to play wma files
Jeremy Simon [Sun, 23 Nov 2003 18:53:20 +0000 (18:53 +0000)]
Update the pipeline to play wma files

Original commit message from CVS:
Update the pipeline to play wma files

20 years agocommit my batch of build and spec fixes
Christian Schaller [Sun, 23 Nov 2003 15:32:14 +0000 (15:32 +0000)]
commit my batch of build and spec fixes

Original commit message from CVS:
commit my batch of build and spec fixes

20 years agolatest and greatest news
Christian Schaller [Sun, 23 Nov 2003 12:06:35 +0000 (12:06 +0000)]
latest and greatest news

Original commit message from CVS:
latest and greatest news

20 years agoFix gdk_pixbuf installation directory (again)
David Schleef [Sun, 23 Nov 2003 00:51:02 +0000 (00:51 +0000)]
Fix gdk_pixbuf installation directory (again)

Original commit message from CVS:
Fix gdk_pixbuf installation directory (again)

20 years agoTypo
Ronald S. Bultje [Sat, 22 Nov 2003 22:15:57 +0000 (22:15 +0000)]
Typo

Original commit message from CVS:
Typo

20 years agoflac mime type is audio/x-flac, not application/x-flac
Christophe Fergeau [Sat, 22 Nov 2003 14:54:39 +0000 (14:54 +0000)]
flac mime type is audio/x-flac, not application/x-flac

Original commit message from CVS:
flac mime type is audio/x-flac, not application/x-flac

20 years agoDon't reset flac decoder if init hasn't been called on it first, the flac decoder...
Christophe Fergeau [Sat, 22 Nov 2003 13:17:51 +0000 (13:17 +0000)]
Don't reset flac decoder if init hasn't been called on it first, the flac decoder crashed on me because of that

Original commit message from CVS:
Don't reset flac decoder if init hasn't been called on it first, the flac
decoder crashed on me because of that

20 years agoAdd faac build
Ronald S. Bultje [Sat, 22 Nov 2003 12:40:19 +0000 (12:40 +0000)]
Add faac build

Original commit message from CVS:
Add faac build

20 years agoso disable it during plugin registering too
Ronald S. Bultje [Sat, 22 Nov 2003 12:10:00 +0000 (12:10 +0000)]
so disable it during plugin registering too

Original commit message from CVS:
Muxer is disabled (under development), so disable it during plugin registering too

20 years agofixes to make gdk_pixbuf loader install nicely
David Schleef [Sat, 22 Nov 2003 04:10:10 +0000 (04:10 +0000)]
fixes to make gdk_pixbuf loader install nicely

Original commit message from CVS:
fixes to make gdk_pixbuf loader install nicely

20 years agodistcheck fixes
David Schleef [Sat, 22 Nov 2003 04:06:06 +0000 (04:06 +0000)]
distcheck fixes

Original commit message from CVS:
distcheck fixes

20 years agoapparently we require a newer version of gnome-vfs
David Schleef [Sat, 22 Nov 2003 04:03:05 +0000 (04:03 +0000)]
apparently we require a newer version of gnome-vfs

Original commit message from CVS:
apparently we require a newer version of gnome-vfs

20 years ago-fix segfault on PAUSED => READY when metadata wasn't set
Benjamin Otte [Sat, 22 Nov 2003 01:04:57 +0000 (01:04 +0000)]
-fix segfault on PAUSED => READY when metadata wasn't set

Original commit message from CVS:
-fix segfault on PAUSED => READY when metadata wasn't set
- fix caps mimetype that always caused a failure on caps nego

20 years agoAdd C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
Ronald S. Bultje [Fri, 21 Nov 2003 21:34:27 +0000 (21:34 +0000)]
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one

Original commit message from CVS:
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one

20 years agoNew libfaad (MPEG-2/4 AAC decoder) plugin
Ronald S. Bultje [Fri, 21 Nov 2003 21:20:42 +0000 (21:20 +0000)]
New libfaad (MPEG-2/4 AAC decoder) plugin

Original commit message from CVS:
New libfaad (MPEG-2/4 AAC decoder) plugin

20 years agoFix segfault in #125471 by denying a state change to PLAYING when not inited. This...
David Schleef [Wed, 19 Nov 2003 03:46:21 +0000 (03:46 +0000)]
Fix segfault in #125471 by denying a state change to PLAYING when not inited.  This is arguably not the right fix.

Original commit message from CVS:
Fix segfault in #125471 by denying a state change to PLAYING when not
inited.  This is arguably not the right fix.

20 years ago+ checking in plugin category changes
Leif Johnson [Sun, 16 Nov 2003 22:02:22 +0000 (22:02 +0000)]
+ checking in plugin category changes

Original commit message from CVS:
+ checking in plugin category changes

20 years agolive and let die
Thomas Vander Stichele [Sat, 15 Nov 2003 20:43:55 +0000 (20:43 +0000)]
live and let die

Original commit message from CVS:
live and let die

20 years agofix makefile
Thomas Vander Stichele [Sat, 15 Nov 2003 11:54:39 +0000 (11:54 +0000)]
fix makefile

Original commit message from CVS:
fix makefile

20 years agodisting fix
Christian Schaller [Fri, 14 Nov 2003 22:47:41 +0000 (22:47 +0000)]
disting fix

Original commit message from CVS:
disting fix

20 years agoGStreamer does not use changelogs
Benjamin Otte [Fri, 14 Nov 2003 19:24:15 +0000 (19:24 +0000)]
GStreamer does not use changelogs

Original commit message from CVS:
GStreamer does not use changelogs

20 years agoDon't flush if we come across a cue tag.
Iain Holmes [Fri, 14 Nov 2003 15:02:42 +0000 (15:02 +0000)]
Don't flush if we come across a cue tag.

Original commit message from CVS:
Don't flush if we come across a cue tag.
Emit the got metadata signal once we've parsed the adtl tag

20 years agoFix for if SOUND_MIXER_INFO is not available (fBSD and others)
Ronald S. Bultje [Thu, 13 Nov 2003 08:39:45 +0000 (08:39 +0000)]
Fix for if SOUND_MIXER_INFO is not available (fBSD and others)

Original commit message from CVS:
Fix for if SOUND_MIXER_INFO is not available (fBSD and others)

20 years agofix build system for X, XShm and Xv
Benjamin Otte [Wed, 12 Nov 2003 03:06:07 +0000 (03:06 +0000)]
fix build system for X, XShm and Xv

Original commit message from CVS:
fix build system for X, XShm and Xv

20 years agoadd -lX11 to X_LIBS so ximagesink builds
Benjamin Otte [Wed, 12 Nov 2003 00:13:46 +0000 (00:13 +0000)]
add -lX11 to X_LIBS so ximagesink builds

Original commit message from CVS:
add -lX11 to X_LIBS so ximagesink builds

20 years agoupdate GdkPixbuf loader. Fixes:
Benjamin Otte [Tue, 11 Nov 2003 22:43:24 +0000 (22:43 +0000)]
update GdkPixbuf loader. Fixes:

Original commit message from CVS:
update GdkPixbuf loader. Fixes:
- has a begin_load implementation
- makes sure it only works when threads are enabled (this fixes segfaults with gtk 2.3)
There are still some kinks though, feel free to hack on it :)

20 years agotest for regular shm instead of XShm
Thomas Vander Stichele [Tue, 11 Nov 2003 11:11:36 +0000 (11:11 +0000)]
test for regular shm instead of XShm

Original commit message from CVS:
test for regular shm instead of XShm

20 years agoinclude macro for defining GST_FUNCTION, so debugging output from plugins gets functi...
Benjamin Otte [Tue, 11 Nov 2003 03:22:53 +0000 (03:22 +0000)]
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too

Original commit message from CVS:
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too

20 years agoChange GstCaps to GstStructure in navigation events. Fix x[v]imagesink to scale...
David Schleef [Tue, 11 Nov 2003 00:43:29 +0000 (00:43 +0000)]
Change GstCaps to GstStructure in navigation events.  Fix x[v]imagesink to scale navigation events.

Original commit message from CVS:
Change GstCaps to GstStructure in navigation events.  Fix x[v]imagesink
to scale navigation events.

20 years agochange video/x-jpeg to image/jpeg
David Schleef [Mon, 10 Nov 2003 22:47:38 +0000 (22:47 +0000)]
change video/x-jpeg to image/jpeg

Original commit message from CVS:
change video/x-jpeg to image/jpeg

20 years agonavigation tester
David Schleef [Mon, 10 Nov 2003 22:33:43 +0000 (22:33 +0000)]
navigation tester

Original commit message from CVS:
navigation tester

20 years agoUpdate for videofilter changes
David Schleef [Mon, 10 Nov 2003 18:42:32 +0000 (18:42 +0000)]
Update for videofilter changes

Original commit message from CVS:
Update for videofilter changes

20 years agoProper device-capabilities check when opening
Ronald S. Bultje [Mon, 10 Nov 2003 10:25:59 +0000 (10:25 +0000)]
Proper device-capabilities check when opening

Original commit message from CVS:
Proper device-capabilities check when opening

20 years agodisting fixes, pixbuf loader still borked in regards to disting
Christian Schaller [Sun, 9 Nov 2003 22:48:58 +0000 (22:48 +0000)]
disting fixes, pixbuf loader still borked in regards to disting

Original commit message from CVS:
disting fixes, pixbuf loader still borked in regards to disting

20 years agoFix device probing from multiple childs. It's done once in the parent class only...
Ronald S. Bultje [Sun, 9 Nov 2003 20:54:24 +0000 (20:54 +0000)]
Fix device probing from multiple childs. It's done once in the parent class only now, but the childs do get the corre...

Original commit message from CVS:
Fix device probing from multiple childs. It's done once in the parent class only now, but the childs do get the correct values. Also fixes an incorrect succesful state change if we opened a v4l device that doesn't have the capabilities that are needed by the plugin.

20 years agoapparently you need this function now - it still doesn't work though
Benjamin Otte [Sun, 9 Nov 2003 15:44:25 +0000 (15:44 +0000)]
apparently you need this function now - it still doesn't work though

Original commit message from CVS:
apparently you need this function now - it still doesn't work though

20 years agoThat function was removed from videofilter because of plugin_init changes
Benjamin Otte [Sun, 9 Nov 2003 15:35:22 +0000 (15:35 +0000)]
That function was removed from videofilter because of plugin_init changes

Original commit message from CVS:
That function was removed from videofilter because of plugin_init changes

20 years agoSince padtemplates are now owned by the class, we should use the class function to...
Ronald S. Bultje [Sun, 9 Nov 2003 13:48:36 +0000 (13:48 +0000)]
Since padtemplates are now owned by the class, we should use the class function to retrieve them for comparison

Original commit message from CVS:
Since padtemplates are now owned by the class, we should use the class function to retrieve them for comparison

20 years agoDon't change mixer if there's nothing to change. This caused a bug if the soundcard...
Ronald S. Bultje [Sun, 9 Nov 2003 10:51:26 +0000 (10:51 +0000)]
Don't change mixer if there's nothing to change. This caused a bug if the soundcard only supports one input and I cal...

Original commit message from CVS:
Don't change mixer if there's nothing to change. This caused a bug if the soundcard only supports one input and I call this function with rec=TRUE twice.