platform/upstream/gstreamer.git
20 years agoUses new tagging framework
Christophe Fergeau [Sun, 7 Dec 2003 14:47:09 +0000 (14:47 +0000)]
Uses new tagging framework

Original commit message from CVS:
Uses new tagging framework

20 years agoAdding my work in progress rewrite from scratch of libgstplay.
Julien Moutte [Sun, 7 Dec 2003 13:29:10 +0000 (13:29 +0000)]
Adding my work in progress rewrite from scratch of libgstplay.

Original commit message from CVS:
Adding my work in progress rewrite from scratch of libgstplay.

20 years agoMove over from GstInterface to GstImplementsInterface. Also adds some signals to...
Ronald S. Bultje [Sun, 7 Dec 2003 12:11:30 +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:35 +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 agofix crasher
Benjamin Otte [Wed, 3 Dec 2003 02:45:13 +0000 (02:45 +0000)]
fix crasher

Original commit message from CVS:
fix crasher

20 years agoAdd ACLOCAL_AMFLAGS
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 agochange _connect to _link
David Schleef [Tue, 2 Dec 2003 02:28:12 +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 agoChange everyone to video/x-msvideo
David Schleef [Thu, 27 Nov 2003 21:48:40 +0000 (21:48 +0000)]
Change everyone to video/x-msvideo

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

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 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 agooops, we use application/x-id3 as caps for id3 tags. Old code...
Benjamin Otte [Mon, 24 Nov 2003 21:00:36 +0000 (21:00 +0000)]
oops, we use application/x-id3 as caps for id3 tags. Old code...

Original commit message from CVS:
oops, we use application/x-id3 as caps for id3 tags. Old code...

20 years agoforgot breaks and fixed a bogus 'value used uninitialized'
Benjamin Otte [Mon, 24 Nov 2003 16:44:28 +0000 (16:44 +0000)]
forgot breaks and fixed a bogus 'value used uninitialized'

Original commit message from CVS:
forgot breaks and fixed a bogus 'value used uninitialized'

20 years agoadd a rank to allow autoplugging
Benjamin Otte [Mon, 24 Nov 2003 15:25:22 +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 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 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 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 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:05:37 +0000 (04:05 +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 agoAdd C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
Ronald S. Bultje [Fri, 21 Nov 2003 21:34:26 +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 a stupid mistake
Julien Moutte [Wed, 19 Nov 2003 22:59:53 +0000 (22:59 +0000)]
Fix a stupid mistake

Original commit message from CVS:
Fix a stupid mistake

20 years agoRemoving the video_out things.
Julien Moutte [Wed, 19 Nov 2003 22:41:45 +0000 (22:41 +0000)]
Removing the video_out things.

Original commit message from CVS:
Removing the video_out things.

20 years agoRemoving have_size as it is in GstVideoSink higher class.
Julien Moutte [Wed, 19 Nov 2003 22:40:59 +0000 (22:40 +0000)]
Removing have_size as it is in GstVideoSink higher class.

Original commit message from CVS:
Removing have_size as it is in GstVideoSink higher class.

20 years agoMerged GstVideoOverlay features here.
Julien Moutte [Mon, 17 Nov 2003 16:29:38 +0000 (16:29 +0000)]
Merged GstVideoOverlay features here.

Original commit message from CVS:
Merged GstVideoOverlay features here.

20 years agoMerging with GstXOverlay
Julien Moutte [Mon, 17 Nov 2003 15:42:32 +0000 (15:42 +0000)]
Merging with GstXOverlay

Original commit message from CVS:
Merging with GstXOverlay

20 years ago+ adding buffer-frames prop to standard caps macros
Leif Johnson [Sun, 16 Nov 2003 22:04:16 +0000 (22:04 +0000)]
+ adding buffer-frames prop to standard caps macros

Original commit message from CVS:
+ adding buffer-frames prop to standard caps macros

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

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

20 years ago+ adding endianness conversion macros for floats
Leif Johnson [Sun, 16 Nov 2003 21:47:16 +0000 (21:47 +0000)]
+ adding endianness conversion macros for floats

Original commit message from CVS:
+ adding endianness conversion macros for floats

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 agoAdding GstVideoOverlay interface.
Julien Moutte [Sat, 15 Nov 2003 15:02:49 +0000 (15:02 +0000)]
Adding GstVideoOverlay interface.

Original commit message from CVS:
Adding GstVideoOverlay interface.

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 agoer, no, signal should be VOID__POINTER. :)
David Schleef [Thu, 13 Nov 2003 21:25:38 +0000 (21:25 +0000)]
er, no, signal should be VOID__POINTER.  :)

Original commit message from CVS:
er, no, signal should be VOID__POINTER.  :)

20 years agosignal should be VOID__VOID
David Schleef [Thu, 13 Nov 2003 01:48:53 +0000 (01:48 +0000)]
signal should be VOID__VOID

Original commit message from CVS:
signal should be VOID__VOID

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 agomake colorspace handle the original RGB format, too, since it handles both. Add the...
Benjamin Otte [Tue, 11 Nov 2003 22:40:43 +0000 (22:40 +0000)]
make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse for...

Original commit message from CVS:
make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse format to video.h

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 agoremove gst_video_sink_push_ui_event()
David Schleef [Mon, 10 Nov 2003 22:48:31 +0000 (22:48 +0000)]
remove gst_video_sink_push_ui_event()

Original commit message from CVS:
remove gst_video_sink_push_ui_event()

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 agoOh no, we didn't break all plugins. Identity kept on working just fine.
Ronald S. Bultje [Sun, 9 Nov 2003 13:50:19 +0000 (13:50 +0000)]
Oh no, we didn't break all plugins. Identity kept on working just fine.

Original commit message from CVS:
Oh no, we didn't break all plugins. Identity kept on working just fine.

20 years agoWe don't need to patch wmadec.c and avcodec.h anymore
Jeremy Simon [Fri, 7 Nov 2003 20:01:02 +0000 (20:01 +0000)]
We don't need to patch wmadec.c and avcodec.h anymore

Original commit message from CVS:
We don't need to patch wmadec.c and avcodec.h anymore

20 years agoRemove all config.h includes from header files, add it to each source file and remove...
Ronald S. Bultje [Fri, 7 Nov 2003 12:46:51 +0000 (12:46 +0000)]
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro...

Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files

20 years agoDon't set the actual video size in gst_video_sink_got_video_size().
David Schleef [Fri, 7 Nov 2003 04:36:41 +0000 (04:36 +0000)]
Don't set the actual video size in gst_video_sink_got_video_size().

Original commit message from CVS:
Don't set the actual video size in gst_video_sink_got_video_size().
This could probably be replaced once we handle pixel aspect ratios.

20 years agouse int64 for frame-time
David I. Lehn [Fri, 7 Nov 2003 03:01:21 +0000 (03:01 +0000)]
use int64 for frame-time

Original commit message from CVS:
use int64 for frame-time

20 years agotest and define HAVE_XSHM build ximage plugin
Thomas Vander Stichele [Fri, 7 Nov 2003 00:53:32 +0000 (00:53 +0000)]
test and define HAVE_XSHM build ximage plugin

Original commit message from CVS:
test and define HAVE_XSHM
build ximage plugin

20 years agoadd config.h
David Schleef [Thu, 6 Nov 2003 22:16:19 +0000 (22:16 +0000)]
add config.h

Original commit message from CVS:
add config.h

20 years agoRead the stream specific data (if needed) when there is no audio correction error
Jeremy Simon [Thu, 6 Nov 2003 13:16:24 +0000 (13:16 +0000)]
Read the stream specific data (if needed) when there is no audio correction error

Original commit message from CVS:
Read the stream specific data (if needed) when there is no audio correction error

20 years agothis will make it easier to merge when you have uncommited plugins in your tree
Steve Baker [Thu, 6 Nov 2003 05:36:06 +0000 (05:36 +0000)]
this will make it easier to merge when you have uncommited plugins in your tree

Original commit message from CVS:
this will make it easier to merge when you have uncommited plugins in your tree

20 years agoset default errorlevel to NONE. Make configure change it to ERROR (the current value...
Benjamin Otte [Thu, 6 Nov 2003 02:32:42 +0000 (02:32 +0000)]
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This s...

Original commit message from CVS:
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all

20 years agoHandle the audio extradata
Jeremy Simon [Wed, 5 Nov 2003 23:14:52 +0000 (23:14 +0000)]
Handle the audio extradata

Original commit message from CVS:
Handle the audio extradata
Compute the 2 flags for ffmpeg wma codecs

20 years agoUpdate Correction GUID
Jeremy Simon [Wed, 5 Nov 2003 23:08:32 +0000 (23:08 +0000)]
Update Correction GUID

Original commit message from CVS:
Update Correction GUID
Update some field name

20 years agoPatch avcodec.h and wmadec.c to use flag1 and flag2 from context
Jeremy Simon [Wed, 5 Nov 2003 23:06:27 +0000 (23:06 +0000)]
Patch avcodec.h and wmadec.c to use flag1 and flag2 from context

Original commit message from CVS:
Patch avcodec.h and wmadec.c to use flag1 and flag2 from context
The asfdemux calculates the 2 values and gives them to the decoder via the pad/caps
The ffdec_wmav1 & ffdec_wmav2 put them in the ffmpeg context before they start to decode the data

20 years agoSome prettification fixes to this interface... Make it look good, make it simple...
Ronald S. Bultje [Wed, 5 Nov 2003 22:59:46 +0000 (22:59 +0000)]
Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This ...

Original commit message from CVS:
Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This means that it now works largely almost the same as GObject (concerning arguments that you give to the functions, and layout of the virtual functions). I've also got an OSS implementation for this, but it needs one small change before I commit that. Expect that this weekend or so.

20 years agoRemove trailing slash in last line of comment, it causes issues with certain versions...
Ronald S. Bultje [Wed, 5 Nov 2003 10:57:58 +0000 (10:57 +0000)]
Remove trailing slash in last line of comment, it causes issues with certain versions of automake

Original commit message from CVS:
Remove trailing slash in last line of comment, it causes issues with certain versions of automake

20 years agoFix endianness issues manifested in pngenc. Fixes #125932
David Schleef [Wed, 5 Nov 2003 03:59:53 +0000 (03:59 +0000)]
Fix endianness issues manifested in pngenc.  Fixes #125932

Original commit message from CVS:
Fix endianness issues manifested in pngenc.  Fixes #125932

20 years agoadd initial version of gdkpixbuf loader for gtk that is capable of loading AVI and...
Benjamin Otte [Wed, 5 Nov 2003 03:24:53 +0000 (03:24 +0000)]
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation....

Original commit message from CVS:
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.)
This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.

20 years agodo not set a rank or the autoplugger will use it
Benjamin Otte [Tue, 4 Nov 2003 22:35:37 +0000 (22:35 +0000)]
do not set a rank or the autoplugger will use it

Original commit message from CVS:
do not set a rank or the autoplugger will use it

20 years agodisable Altivec until someone fixes the build to allow it conditionally
Benjamin Otte [Tue, 4 Nov 2003 15:22:42 +0000 (15:22 +0000)]
disable Altivec until someone fixes the build to allow it conditionally

Original commit message from CVS:
disable Altivec until someone fixes the build to allow it conditionally

20 years agouse top-level defined plugindir
David Schleef [Mon, 3 Nov 2003 20:18:14 +0000 (20:18 +0000)]
use top-level defined plugindir

Original commit message from CVS:
use top-level defined plugindir

20 years agochange libgst-interfaces to libgstinterfaces
David Schleef [Mon, 3 Nov 2003 20:17:40 +0000 (20:17 +0000)]
change libgst-interfaces to libgstinterfaces

Original commit message from CVS:
change libgst-interfaces to libgstinterfaces

20 years agofixes for new plugin system
David Schleef [Mon, 3 Nov 2003 20:16:05 +0000 (20:16 +0000)]
fixes for new plugin system

Original commit message from CVS:
fixes for new plugin system

20 years agoAdd -DG_DISABLE_DEPRECATED to $GST_ERROR
David Schleef [Mon, 3 Nov 2003 20:14:03 +0000 (20:14 +0000)]
Add -DG_DISABLE_DEPRECATED to $GST_ERROR

Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR

20 years agoAdd static version of removed gsT_element_factory_make_or_warn()
Ronald S. Bultje [Sun, 2 Nov 2003 23:06:23 +0000 (23:06 +0000)]
Add static version of removed gsT_element_factory_make_or_warn()

Original commit message from CVS:
Add static version of removed gsT_element_factory_make_or_warn()

20 years agofix for new plugin system
Benjamin Otte [Sun, 2 Nov 2003 22:13:29 +0000 (22:13 +0000)]
fix for new plugin system

Original commit message from CVS:
fix for new plugin system

20 years agoRealmedia streams can now be demuxed again, too
Ronald S. Bultje [Sun, 2 Nov 2003 21:52:09 +0000 (21:52 +0000)]
Realmedia streams can now be demuxed again, too

Original commit message from CVS:
Realmedia streams can now be demuxed again, too

20 years agoMPEG system streams work too, now
Ronald S. Bultje [Sun, 2 Nov 2003 21:22:09 +0000 (21:22 +0000)]
MPEG system streams work too, now

Original commit message from CVS:
MPEG system streams work too, now

20 years agoWhaaaaaaaaaaaaaaaaaaaaaack
Ronald S. Bultje [Sun, 2 Nov 2003 21:10:18 +0000 (21:10 +0000)]
Whaaaaaaaaaaaaaaaaaaaaaack

Original commit message from CVS:
Whaaaaaaaaaaaaaaaaaaaaaack

20 years agoMpeg2dec go go go!
Iain Holmes [Sun, 2 Nov 2003 00:33:31 +0000 (00:33 +0000)]
Mpeg2dec go go go!

Original commit message from CVS:
Mpeg2dec go go go!
Fixed for the new stuff

20 years agoFixed lame too
Iain Holmes [Sun, 2 Nov 2003 00:13:26 +0000 (00:13 +0000)]
Fixed lame too

Original commit message from CVS:
Fixed lame too

20 years agoDVDReadSrc updated as well
Iain Holmes [Sat, 1 Nov 2003 15:19:40 +0000 (15:19 +0000)]
DVDReadSrc updated as well

Original commit message from CVS:
DVDReadSrc updated as well

20 years agoDVDNavSrc updated
Iain Holmes [Sat, 1 Nov 2003 15:16:06 +0000 (15:16 +0000)]
DVDNavSrc updated

Original commit message from CVS:
DVDNavSrc updated

20 years agogstasfmux - updated for new changes
Iain Holmes [Sat, 1 Nov 2003 11:35:26 +0000 (11:35 +0000)]
gstasfmux - updated for new changes

Original commit message from CVS:
gstasfmux - updated for new changes

20 years agoUpdate demux for the new changes
Iain Holmes [Sat, 1 Nov 2003 11:28:53 +0000 (11:28 +0000)]
Update demux for the new changes

Original commit message from CVS:
Update demux for the new changes

20 years agoUpdated for new changes
Iain Holmes [Sat, 1 Nov 2003 01:32:03 +0000 (01:32 +0000)]
Updated for new changes

Original commit message from CVS:
Updated for new changes

20 years agoswitch to using new plugin init system
David Schleef [Sat, 1 Nov 2003 01:11:05 +0000 (01:11 +0000)]
switch to using new plugin init system

Original commit message from CVS:
switch to using new plugin init system

20 years agofirst bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss...
Benjamin Otte [Fri, 31 Oct 2003 20:03:29 +0000 (20:03 +0000)]
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ex...

Original commit message from CVS:
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad.
You guessed it, everything Rhythmbox needs ;)
fixed BMP typefind and made gnomevfs one plugin instead of two while doing this

20 years agoOops, didn't mean to remove riff
David Schleef [Fri, 31 Oct 2003 20:01:39 +0000 (20:01 +0000)]
Oops, didn't mean to remove riff

Original commit message from CVS:
Oops, didn't mean to remove riff

20 years agominor cosmetic fix
David Schleef [Thu, 30 Oct 2003 22:05:24 +0000 (22:05 +0000)]
minor cosmetic fix

Original commit message from CVS:
minor cosmetic fix

20 years agoRemove mpeg2enc
David Schleef [Thu, 30 Oct 2003 21:53:43 +0000 (21:53 +0000)]
Remove mpeg2enc

Original commit message from CVS:
Remove mpeg2enc

20 years agoFix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst...
David Schleef [Thu, 30 Oct 2003 02:36:42 +0000 (02:36 +0000)]
Fix makefiles for GstPropertyProbe.  Combine all interfaces into a single libgst-interface.

Original commit message from CVS:
Fix makefiles for GstPropertyProbe.  Combine all interfaces into
a single libgst-interface.

20 years agoFirst attempt (actually third) at a property probing interface
David Schleef [Thu, 30 Oct 2003 02:32:00 +0000 (02:32 +0000)]
First attempt (actually third) at a property probing interface

Original commit message from CVS:
First attempt (actually third) at a property probing interface

20 years agochange Iface to Interface
David Schleef [Thu, 30 Oct 2003 01:43:45 +0000 (01:43 +0000)]
change Iface to Interface

Original commit message from CVS:
change Iface to Interface

20 years agoChange Class to Iface. Fix casting macros.
David Schleef [Wed, 29 Oct 2003 05:12:18 +0000 (05:12 +0000)]
Change Class to Iface.  Fix casting macros.

Original commit message from CVS:
Change Class to Iface.  Fix casting macros.

20 years agoMove a few typefind functions to gst/typefind, remove all old typefinding code from...
David Schleef [Wed, 29 Oct 2003 05:09:39 +0000 (05:09 +0000)]
Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins

Original commit message from CVS:
Move a few typefind functions to gst/typefind, remove all old typefinding
code from bitrotten plugins

20 years agochange gst/bytestream.h to gst/bytestream/bytestream.h
David Schleef [Wed, 29 Oct 2003 03:15:55 +0000 (03:15 +0000)]
change gst/bytestream.h to gst/bytestream/bytestream.h

Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h

20 years agoDon't use GstInterface
David Schleef [Tue, 28 Oct 2003 23:22:31 +0000 (23:22 +0000)]
Don't use GstInterface

Original commit message from CVS:
Don't use GstInterface