Jan Schmidt
4ffbacc2f2
Updated for the new plugin loading code
...
Original commit message from CVS:
Updated for the new plugin loading code
2003-11-02 03:08:13 +00:00
Iain Holmes
772904f67f
Speex compiles
...
Original commit message from CVS:
Speex compiles
2003-11-02 01:58:16 +00:00
Iain Holmes
9985fa24f5
Text overlay
...
Original commit message from CVS:
Text overlay
2003-11-02 01:21:38 +00:00
Iain Holmes
ad1a55bd75
Mikmod fixed
...
Original commit message from CVS:
Mikmod fixed
2003-11-02 00:27:53 +00:00
Iain Holmes
b509505b49
pngenc fixed
...
Original commit message from CVS:
pngenc fixed
2003-11-02 00:21:14 +00:00
Iain Holmes
f57a2a9d54
JPEG JPEG JPEG WHEEEE
...
Original commit message from CVS:
JPEG JPEG JPEG WHEEEE
Fixyed.
(Gah, I'm getting sleeeeeeeeepeeeeeeeee)
2003-11-02 00:05:54 +00:00
Iain Holmes
804d2e3b52
Port GstGdkPixbufSrc to the new definitions
...
Original commit message from CVS:
Port GstGdkPixbufSrc to the new definitions
Close the loader before unreffing it.
2003-11-01 16:18:43 +00:00
Iain Holmes
09284d7f7b
Whheeee, FLAC ported to new system too
...
Original commit message from CVS:
Whheeee, FLAC ported to new system too
2003-11-01 15:46:35 +00:00
Iain Holmes
4865820a8f
ESD Updated
...
Original commit message from CVS:
ESD Updated
2003-11-01 15:28:33 +00:00
Iain Holmes
36884b6d7f
Updated AAsink
...
Original commit message from CVS:
Updated AAsink
2003-11-01 01:37:51 +00:00
David Schleef
c19bc2bfe1
Create type find function for gdk_pixbuf
...
Original commit message from CVS:
Create type find function for gdk_pixbuf
2003-10-29 05:40:48 +00:00
David Schleef
dc555da5f8
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:38 +00:00
David Schleef
ce372fab75
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:55 +00:00
Benjamin Otte
c9ae463a4f
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
David Schleef
ec91719c99
remove g_print() noisiness
...
Original commit message from CVS:
remove g_print() noisiness
2003-10-16 21:34:24 +00:00
David Schleef
a2fcfe72d1
Trivial fixes for GstBuffer->GstData migration
...
Original commit message from CVS:
Trivial fixes for GstBuffer->GstData migration
2003-10-09 02:23:01 +00:00
Andy Wingo
f2d5cae8da
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488 .
...
Original commit message from CVS:
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488 .
2003-10-08 16:08:18 +00:00
Leif Johnson
9246e54331
updating some plugin categories
...
Original commit message from CVS:
updating some plugin categories
2003-10-08 07:44:25 +00:00
Jeremy Simon
201b06e52d
fix flac mimetype
...
Original commit message from CVS:
fix flac mimetype
2003-10-04 20:50:48 +00:00
Ronald S. Bultje
38946080fd
New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste...
...
Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups
2003-10-01 13:14:52 +00:00
David Schleef
c60fd3f74b
Don't unref event when calling gst_pad_event_default() ( #119155 )
...
Original commit message from CVS:
Don't unref event when calling gst_pad_event_default() (#119155 )
2003-09-25 00:34:57 +00:00
Jeremy Simon
6ecea15a25
port #121143 to HEAD (flac file detection)
...
Original commit message from CVS:
port #121143 to HEAD (flac file detection)
2003-09-20 19:34:31 +00:00
Thomas Vander Stichele
54b0fe0f94
reverting error patch before making a branch.
...
Original commit message from CVS:
reverting error patch before making a branch.
2003-09-16 10:00:02 +00:00
Benjamin Otte
8817348af7
converted gst_element_error to new format in ext/ - gettext pending
...
Original commit message from CVS:
converted gst_element_error to new format in ext/ - gettext pending
2003-09-15 01:08:39 +00:00
David Schleef
07e5bc672f
Remove all locally-defined optimization flags
...
Original commit message from CVS:
Remove all locally-defined optimization flags
2003-09-11 19:57:59 +00:00
David Schleef
78ecaa1e33
rewrite state machine in _loop() function to handle buffer durations
...
Original commit message from CVS:
rewrite state machine in _loop() function to handle buffer durations
2003-08-26 06:56:58 +00:00
David Schleef
cd512abeb7
Migrate caps to new system. Change to using a simple convolution to create outline.
...
Original commit message from CVS:
Migrate caps to new system. Change to using a simple convolution
to create outline.
2003-08-26 05:10:44 +00:00
David Schleef
37fe79eef2
Remove redundant plugindir definition
...
Original commit message from CVS:
Remove redundant plugindir definition
2003-08-10 00:01:58 +00:00
David Schleef
03a38e531b
change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
...
Original commit message from CVS:
change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
2003-08-06 17:44:24 +00:00
David Schleef
16abb50384
Fix installing plugin in wrong dir
...
Original commit message from CVS:
Fix installing plugin in wrong dir
2003-07-28 23:59:40 +00:00
Jan Schmidt
91af4f0eed
move the element to Codec/Image/Decoder, as it was annoying me in gst-editor
...
Original commit message from CVS:
move the element to Codec/Image/Decoder, as it was annoying me in gst-editor
Are there rules for this yet?
2003-07-28 13:42:54 +00:00
Angel Carpintero
61f3c61d92
Fix gst_speexdec_details information now plugin can be register without problems
...
Original commit message from CVS:
Fix gst_speexdec_details information now plugin can be register without problems
2003-07-28 10:56:00 +00:00
David Schleef
c5345b1b87
Make mplex subdir dependent on USE_MPLEX
...
Original commit message from CVS:
Make mplex subdir dependent on USE_MPLEX
2003-07-27 05:29:10 +00:00
Brian Cameron
469443563e
Adding needed license information. The patch was reviewed and approved by
...
Original commit message from CVS:
Adding needed license information. The patch was reviewed and approved by
Christian Shaller. Ronald Bultje and Benjamin also responded with
comments.
2003-07-25 10:50:47 +00:00
David Schleef
322baf19c8
Add buffer length checks to every typefinding function
...
Original commit message from CVS:
Add buffer length checks to every typefinding function
2003-07-24 08:49:42 +00:00
David Schleef
7bea2b377a
Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not int)
...
Original commit message from CVS:
Fix warning on 64-bit architectures. (sizeof() returns size_t, which
is not int)
2003-07-23 22:47:19 +00:00
Jan Schmidt
2655a3b98a
Fixed a typo. blue_mask is 0x00ff0000, not 0x00ff00
...
Original commit message from CVS:
Fixed a typo. blue_mask is 0x00ff0000, not 0x00ff00
2003-07-23 21:44:47 +00:00
David Schleef
814c5bb72c
enable ext/mplex
...
Original commit message from CVS:
enable ext/mplex
2003-07-22 22:08:13 +00:00
Leif Johnson
6fcc950836
+ changes for new float caps without slope/intercept + some category changes for plugins
...
Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins
2003-07-19 23:25:25 +00:00
Christian Schaller
0bdf9739e2
make sure esdmon.h gets disted
...
Original commit message from CVS:
make sure esdmon.h gets disted
2003-07-18 21:01:27 +00:00
Christian Schaller
32d8c464dc
the real speex disting fix, the previous one was just the build fix :)
...
Original commit message from CVS:
the real speex disting fix, the previous one was just the build fix :)
2003-07-18 20:33:39 +00:00
Christian Schaller
e6e63c0f15
fix it so that the SPEEX plugin gets disted
...
Original commit message from CVS:
fix it so that the SPEEX plugin gets disted
2003-07-18 20:28:36 +00:00
David Schleef
8da323b63d
Added clock to esdsink based on GstAudioClock
...
Original commit message from CVS:
Added clock to esdsink based on GstAudioClock
2003-07-17 08:08:09 +00:00
David Schleef
dd970a8701
Add textoverlay element that was previously in the sandbox
...
Original commit message from CVS:
Add textoverlay element that was previously in the sandbox
2003-07-17 06:29:48 +00:00
David Schleef
7e21a41c7e
Detect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them here
...
Original commit message from CVS:
Detect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them here
2003-07-17 04:29:33 +00:00
David Schleef
dc0d8186c5
Fix plugin to compile and work with Gtk+-2.0 (works better with 2.2)
...
Original commit message from CVS:
Fix plugin to compile and work with Gtk+-2.0 (works better with 2.2)
2003-07-17 04:28:31 +00:00
Andy Wingo
6f06c87c12
actually recurse into sndfile if we are able big ladspa cleanups, mainly to comply with the buffer-frames caps proper...
...
Original commit message from CVS:
* actually recurse into sndfile if we are able
* big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general
cleanups
- the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins)
you need to use a filtered connection, just like with buffer-frames
* big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit
simpler
* make the ossclock general, add it to gstaudio, and use it in sndfile as well
i need to update mimetypes, but that's coming soon. there are some other plugins that don't
support buffer-frames, i guess i need to get around to fixing them as well.
2003-07-16 16:08:14 +00:00
David Schleef
803a18a70a
Merge esdmon and esdsink elements into one plugin
...
Original commit message from CVS:
Merge esdmon and esdsink elements into one plugin
2003-07-15 07:52:10 +00:00
Ronald S. Bultje
0b1a3a3579
Add matroska support to the build tree
...
Original commit message from CVS:
Add matroska support to the build tree
2003-07-14 17:37:34 +00:00
David Schleef
c243e19dfa
Fixes for new caps system
...
Original commit message from CVS:
Fixes for new caps system
2003-07-14 08:29:25 +00:00