Jeremy Simon
2addec025a
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
2003-11-05 23:06:27 +00:00
Ronald S. Bultje
97beb82173
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.
2003-11-05 22:59:46 +00:00
Ronald S. Bultje
7475046f04
libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay
...
Original commit message from CVS:
libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay
2003-11-05 11:01:56 +00:00
Ronald S. Bultje
3de18c044f
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
2003-11-05 10:57:58 +00:00
David Schleef
b81262ad9c
Fix endianness issues manifested in pngenc. Fixes #125932
...
Original commit message from CVS:
Fix endianness issues manifested in pngenc. Fixes #125932
2003-11-05 03:59:53 +00:00
Benjamin Otte
6da2b0065e
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.
2003-11-05 03:24:53 +00:00
Benjamin Otte
c53062c038
gst_caps_get requires a NULL at the end
...
Original commit message from CVS:
gst_caps_get requires a NULL at the end
2003-11-04 18:10:36 +00:00
Benjamin Otte
97197b70bd
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
2003-11-04 15:22:42 +00:00
David Schleef
94e0acef5b
use top-level defined plugindir
...
Original commit message from CVS:
use top-level defined plugindir
2003-11-03 20:18:14 +00:00
David Schleef
f826f0f254
change libgst-interfaces to libgstinterfaces
...
Original commit message from CVS:
change libgst-interfaces to libgstinterfaces
2003-11-03 20:17:40 +00:00
David Schleef
49c54866d3
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
...
Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
2003-11-03 20:14:03 +00:00
Thomas Vander Stichele
0028b94e8b
.in is out
...
Original commit message from CVS:
.in is out
2003-11-03 10:24:13 +00:00
Ronald S. Bultje
c3a8944c61
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()
2003-11-02 23:06:23 +00:00
Ronald S. Bultje
6fc1aed01c
Bla
...
Original commit message from CVS:
Bla
2003-11-02 22:54:47 +00:00
Benjamin Otte
e353859291
forgot to make the element details static in here
...
Original commit message from CVS:
forgot to make the element details static in here
2003-11-02 22:53:56 +00:00
Ronald S. Bultje
e5f82e4cb9
and even sine sources can be generated again
...
Original commit message from CVS:
and even sine sources can be generated again
2003-11-02 22:20:19 +00:00
Benjamin Otte
71e2ed4a1c
fix for new plugin system
...
Original commit message from CVS:
fix for new plugin system
2003-11-02 21:55:15 +00:00
Benjamin Otte
281738cef9
fix for new plugin system
...
Original commit message from CVS:
fix for new plugin system
2003-11-02 20:48:33 +00:00
Benjamin Otte
679866123c
fix most of sys dir. v4l2 and dxr3 pending, as I don't have them
...
Original commit message from CVS:
fix most of sys dir. v4l2 and dxr3 pending, as I don't have them
2003-11-02 14:47:52 +00:00
Jan Schmidt
01a9ce9134
Updated for the new plugin loading code
...
Original commit message from CVS:
Updated for the new plugin loading code
2003-11-02 06:46:57 +00:00
Iain Holmes
87d8e8b181
Vorbis compiles once more
...
Original commit message from CVS:
Vorbis compiles once more
2003-11-02 02:20:36 +00:00
Iain Holmes
a61b34b883
Text overlay
...
Original commit message from CVS:
Text overlay
2003-11-02 01:21:38 +00:00
Iain Holmes
5ac7ef3cfa
Fix CDParanoia for the new defines too
...
Original commit message from CVS:
Fix CDParanoia for the new defines too
2003-11-01 14:17:49 +00:00
Iain Holmes
3d97918694
Audioconvert - Check!
...
Original commit message from CVS:
Audioconvert - Check!
Updated for new stuff
2003-11-01 11:41:42 +00:00
David Schleef
8e66b42ac6
Fixes for new plugin init system
...
Original commit message from CVS:
Fixes for new plugin init system
2003-11-01 01:24:30 +00:00
David Schleef
7521ef13c1
changes for new plugin init system
...
Original commit message from CVS:
changes for new plugin init system
2003-11-01 01:10:23 +00:00
Benjamin Otte
92ba809c91
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
2003-10-31 20:03:29 +00:00
David Schleef
e206183335
Oops, didn't mean to remove riff
...
Original commit message from CVS:
Oops, didn't mean to remove riff
2003-10-31 20:01:39 +00:00
Iain Holmes
ca8bc88e4b
image/x-xpixmap and image/x-sun-raster
...
Original commit message from CVS:
image/x-xpixmap and image/x-sun-raster
2003-10-31 12:36:57 +00:00
David Schleef
e94041f8ba
minor cosmetic fix
...
Original commit message from CVS:
minor cosmetic fix
2003-10-30 22:05:24 +00:00
David Schleef
b1a9f51ad4
Remove mpeg2enc
...
Original commit message from CVS:
Remove mpeg2enc
2003-10-30 21:53:43 +00:00
David Schleef
617bb56603
Fix height/width swap in function prototype. Fixes #125827
...
Original commit message from CVS:
Fix height/width swap in function prototype. Fixes #125827
2003-10-30 19:24:49 +00:00
David Schleef
9b8d71fae8
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.
2003-10-30 02:36:42 +00:00
David Schleef
06fdc56290
First attempt (actually third) at a property probing interface
...
Original commit message from CVS:
First attempt (actually third) at a property probing interface
2003-10-30 02:32:00 +00:00
David Schleef
913ced9f7d
change Iface to Interface
...
Original commit message from CVS:
change Iface to Interface
2003-10-30 01:43:45 +00:00
Iain Holmes
f13a4004b0
image/x-jng typefind function
...
Original commit message from CVS:
image/x-jng typefind function
2003-10-29 19:26:31 +00:00
Iain Holmes
adb4ddd384
Add video/x-mng typefinding for completeness
...
Original commit message from CVS:
Add video/x-mng typefinding for completeness
2003-10-29 19:14:16 +00:00
Iain Holmes
cf2adfbb33
And there's image/x-xcf type finding for all the GIMP people
...
Original commit message from CVS:
And there's image/x-xcf type finding for all the GIMP people
2003-10-29 13:25:34 +00:00
David Schleef
2665c843bd
Change Class to Iface. Fix casting macros.
...
Original commit message from CVS:
Change Class to Iface. Fix casting macros.
2003-10-29 05:12:18 +00:00
David Schleef
d8c63eaf97
check for old typefinding code
...
Original commit message from CVS:
check for old typefinding code
2003-10-29 05:10:53 +00:00
David Schleef
99d9c43e77
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
2003-10-29 05:09:40 +00:00
David Schleef
8dc2aee230
Clean up a warning
...
Original commit message from CVS:
Clean up a warning
2003-10-29 03:21:54 +00:00
David Schleef
38a735ba8c
change gst/bytestream.h to gst/bytestream/bytestream.h
...
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-29 03:15:52 +00:00
David Schleef
288210149e
Don't use GstInterface
...
Original commit message from CVS:
Don't use GstInterface
2003-10-28 23:22:31 +00:00
Ronald S. Bultje
c488665ef7
Disable lame in ffmpeg, too
...
Original commit message from CVS:
Disable lame in ffmpeg, too
2003-10-28 23:02:38 +00:00
Benjamin Otte
112b1959da
merge TYPEFIND branch. Major changes:
...
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- all typefind functions are in gst/typefind now
- more typefind functions then before
- some plugins might fail to compile now because I don't have them installed and they
a) require bytestream or
b) haven't had their typefind fixed.
Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
2003-10-28 20:52:41 +00:00
Gernot Ziegler
b24e75aa76
added glsink directory
...
Original commit message from CVS:
added glsink directory
2003-10-28 18:55:07 +00:00
Ronald S. Bultje
6b58a5e865
Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already
...
Original commit message from CVS:
Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already
2003-10-28 12:20:52 +00:00
Ronald S. Bultje
f3d191297a
Update FFMPEG snapshot to this morning's. Asked for by apoc.
...
Original commit message from CVS:
Update FFMPEG snapshot to this morning's. Asked for by apoc.
2003-10-26 11:51:17 +00:00
Jeremy Simon
01531d66fb
Change cvs host (mplayer)
...
Original commit message from CVS:
Change cvs host (mplayer)
Add compression (z4)
2003-10-23 20:45:32 +00:00