platform/upstream/gst-plugins-good.git
20 years agoInterface implementation example: OSS mixer. Also osscommon->osselement so it can...
Ronald S. Bultje [Sat, 13 Sep 2003 01:22:59 +0000 (01:22 +0000)]
Interface implementation example: OSS mixer. Also osscommon->osselement so it can be loaded without being a source/si...

Original commit message from CVS:
Interface implementation example: OSS mixer. Also osscommon->osselement so it can be loaded without being a source/sink (for a stand-alone mixer)

20 years agoInterface example: a mixer
Ronald S. Bultje [Sat, 13 Sep 2003 01:20:04 +0000 (01:20 +0000)]
Interface example: a mixer

Original commit message from CVS:
Interface example: a mixer

20 years agoCheck for seekability and use gst_pad_push() instead of gst_pad_send_event()
Ronald S. Bultje [Fri, 12 Sep 2003 11:39:29 +0000 (11:39 +0000)]
Check for seekability and use gst_pad_push() instead of gst_pad_send_event()

Original commit message from CVS:
Check for seekability and use gst_pad_push() instead of gst_pad_send_event()

20 years agoClarify DV type 1/2 difference
Ronald S. Bultje [Fri, 12 Sep 2003 11:39:05 +0000 (11:39 +0000)]
Clarify DV type 1/2 difference

Original commit message from CVS:
Clarify DV type 1/2 difference

20 years agoRemove all locally-defined optimization flags
David Schleef [Thu, 11 Sep 2003 19:57:59 +0000 (19:57 +0000)]
Remove all locally-defined optimization flags

Original commit message from CVS:
Remove all locally-defined optimization flags

20 years agoadd cvsignores
Christian Schaller [Thu, 11 Sep 2003 19:17:02 +0000 (19:17 +0000)]
add cvsignores

Original commit message from CVS:
add cvsignores

20 years agomisc minor build and rpm fixes
Christian Schaller [Thu, 11 Sep 2003 19:02:00 +0000 (19:02 +0000)]
misc minor build and rpm fixes

Original commit message from CVS:
misc minor build and rpm fixes

20 years agoget last fix correct.
David Schleef [Sat, 30 Aug 2003 06:50:27 +0000 (06:50 +0000)]
get last fix correct.

Original commit message from CVS:
get last fix correct.

20 years agorewrite state machine in _loop() function to handle buffer durations
David Schleef [Tue, 26 Aug 2003 06:56:58 +0000 (06:56 +0000)]
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

20 years agoMigrate caps to new system. Change to using a simple convolution to create outline.
David Schleef [Tue, 26 Aug 2003 05:10:44 +0000 (05:10 +0000)]
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.

20 years agocompilation problems on FreeBSD.
Andrew Turner [Thu, 21 Aug 2003 04:42:56 +0000 (04:42 +0000)]
compilation problems on FreeBSD.

Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307).  Fixes
compilation problems on FreeBSD.

20 years agoAdd setsockopt SO_REUSEADDR
Angel Carpintero [Wed, 20 Aug 2003 05:35:48 +0000 (05:35 +0000)]
Add setsockopt SO_REUSEADDR

Original commit message from CVS:
Add setsockopt SO_REUSEADDR

20 years agoneeded fixes to enable building of RPMS of gst-plugins
Christian Schaller [Tue, 19 Aug 2003 21:05:26 +0000 (21:05 +0000)]
needed fixes to enable building of RPMS of gst-plugins

Original commit message from CVS:
needed fixes to enable building of RPMS of gst-plugins

20 years agoHandle libtoolize with alternate names
David Schleef [Sun, 17 Aug 2003 23:35:38 +0000 (23:35 +0000)]
Handle libtoolize with alternate names

Original commit message from CVS:
Handle libtoolize with alternate names

20 years agofix GstElementDetails name
Angel Carpintero [Wed, 13 Aug 2003 12:18:18 +0000 (12:18 +0000)]
fix GstElementDetails name

Original commit message from CVS:
fix GstElementDetails name

20 years agoFix regressions from using gstriff library
David Schleef [Wed, 13 Aug 2003 06:41:09 +0000 (06:41 +0000)]
Fix regressions from using gstriff library

Original commit message from CVS:
Fix regressions from using gstriff library

20 years agoRemove riff code, since it's duplicated in the riff library
David Schleef [Wed, 13 Aug 2003 04:48:51 +0000 (04:48 +0000)]
Remove riff code, since it's duplicated in the riff library

Original commit message from CVS:
Remove riff code, since it's duplicated in the riff library

20 years agoAdd PCMU = 0 (G711 mu-law) and PCMA = 8 (G711 a-law) payloads
Angel Carpintero [Tue, 12 Aug 2003 11:20:00 +0000 (11:20 +0000)]
Add PCMU = 0 (G711 mu-law) and PCMA = 8 (G711 a-law) payloads

Original commit message from CVS:
Add PCMU = 0 (G711 mu-law) and PCMA = 8 (G711 a-law) payloads

20 years agoUpdate and Add some RFCs
Angel Carpintero [Mon, 11 Aug 2003 17:54:56 +0000 (17:54 +0000)]
Update and Add some RFCs

Original commit message from CVS:
Update and Add some RFCs

20 years agoRemove redundant definition of plugindir
David Schleef [Sun, 10 Aug 2003 00:03:39 +0000 (00:03 +0000)]
Remove redundant definition of plugindir

Original commit message from CVS:
Remove redundant definition of plugindir

20 years agoRemove redundant plugindir definition
David Schleef [Sun, 10 Aug 2003 00:01:58 +0000 (00:01 +0000)]
Remove redundant plugindir definition

Original commit message from CVS:
Remove redundant plugindir definition

20 years agoDefine plugindir
David Schleef [Sat, 9 Aug 2003 23:40:49 +0000 (23:40 +0000)]
Define plugindir

Original commit message from CVS:
Define plugindir

20 years agoEnable MTU feature
Angel Carpintero [Thu, 7 Aug 2003 11:18:57 +0000 (11:18 +0000)]
Enable MTU feature

Original commit message from CVS:
Enable MTU feature

20 years agochange FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
David Schleef [Wed, 6 Aug 2003 17:44:24 +0000 (17:44 +0000)]
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

20 years agoFix wrong mimetype, might cause #119272
Ronald S. Bultje [Wed, 6 Aug 2003 17:37:14 +0000 (17:37 +0000)]
Fix wrong mimetype, might cause #119272

Original commit message from CVS:
Fix wrong mimetype, might cause #119272

20 years agoRemove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the...
Ronald S. Bultje [Mon, 4 Aug 2003 21:44:04 +0000 (21:44 +0000)]
Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more

Original commit message from CVS:
Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more

20 years agoAdded some issues on TODO
Angel Carpintero [Thu, 31 Jul 2003 11:16:20 +0000 (11:16 +0000)]
Added some issues on TODO

Original commit message from CVS:
Added some issues on TODO

20 years agoAt end of stream, rewrite the header with the correct number of bytes
Iain Holmes [Tue, 29 Jul 2003 17:46:14 +0000 (17:46 +0000)]
At end of stream, rewrite the header with the correct number of bytes

Original commit message from CVS:
At end of stream, rewrite the header with the correct number of bytes

20 years agofix installing into wrong dir
David Schleef [Tue, 29 Jul 2003 00:01:30 +0000 (00:01 +0000)]
fix installing into wrong dir

Original commit message from CVS:
fix installing into wrong dir

20 years agoFix installing plugin in wrong dir
David Schleef [Mon, 28 Jul 2003 23:59:40 +0000 (23:59 +0000)]
Fix installing plugin in wrong dir

Original commit message from CVS:
Fix installing plugin in wrong dir

20 years agomove the element to Codec/Image/Decoder, as it was annoying me in gst-editor
Jan Schmidt [Mon, 28 Jul 2003 13:42:54 +0000 (13:42 +0000)]
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?

20 years agosecond attempt fixing gdkpixbuf stuff
Thomas Vander Stichele [Mon, 28 Jul 2003 11:37:49 +0000 (11:37 +0000)]
second attempt fixing gdkpixbuf stuff

Original commit message from CVS:
second attempt
fixing gdkpixbuf stuff

20 years agoFix gst_speexdec_details information now plugin can be register without problems
Angel Carpintero [Mon, 28 Jul 2003 10:56:00 +0000 (10:56 +0000)]
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

20 years agoMake mplex subdir dependent on USE_MPLEX
David Schleef [Sun, 27 Jul 2003 05:29:10 +0000 (05:29 +0000)]
Make mplex subdir dependent on USE_MPLEX

Original commit message from CVS:
Make mplex subdir dependent on USE_MPLEX

20 years agoAdd gst-libs/ext/mplex, and check that we have C++ before enabling mplex.
David Schleef [Sun, 27 Jul 2003 05:28:17 +0000 (05:28 +0000)]
Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.

Original commit message from CVS:

Add gst-libs/ext/mplex, and check that we have C++ before enabling
mplex.

20 years agofix initialization
David Schleef [Sat, 26 Jul 2003 04:23:32 +0000 (04:23 +0000)]
fix initialization

Original commit message from CVS:
fix initialization

20 years agoNothing in this directory actually uses Freetype
David Schleef [Sat, 26 Jul 2003 04:15:39 +0000 (04:15 +0000)]
Nothing in this directory actually uses Freetype

Original commit message from CVS:
Nothing in this directory actually uses Freetype

20 years agoCompilation fixes for 64-bit architectures
David Schleef [Fri, 25 Jul 2003 21:31:58 +0000 (21:31 +0000)]
Compilation fixes for 64-bit architectures

Original commit message from CVS:
Compilation fixes for 64-bit architectures

20 years agoAdded tcp plugin to build
Angel Carpintero [Fri, 25 Jul 2003 17:06:43 +0000 (17:06 +0000)]
Added tcp plugin to build

Original commit message from CVS:
Added tcp plugin to build

20 years agoAdding needed license information. The patch was reviewed and approved by
Brian Cameron [Fri, 25 Jul 2003 10:50:47 +0000 (10:50 +0000)]
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.

20 years agoRewrote the core function. Added some nice #defines that should probably go in gstvi...
David Schleef [Fri, 25 Jul 2003 08:41:44 +0000 (08:41 +0000)]
Rewrote the core function.  Added some nice #defines that should probably go in gstvideo.h.  Fixes #118245.

Original commit message from CVS:
Rewrote the core function.  Added some nice #defines that should
probably go in gstvideo.h.  Fixes #118245.

20 years agoAdd buffer length checks to every typefinding function
David Schleef [Thu, 24 Jul 2003 08:49:42 +0000 (08:49 +0000)]
Add buffer length checks to every typefinding function

Original commit message from CVS:
Add buffer length checks to every typefinding function

21 years agoFix warning on 64-bit architectures. (sizeof() returns size_t, which is not int)
David Schleef [Wed, 23 Jul 2003 22:47:19 +0000 (22:47 +0000)]
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)

21 years agoFixed a typo. blue_mask is 0x00ff0000, not 0x00ff00
Jan Schmidt [Wed, 23 Jul 2003 21:44:47 +0000 (21:44 +0000)]
Fixed a typo. blue_mask is 0x00ff0000, not 0x00ff00

Original commit message from CVS:
Fixed a typo. blue_mask is 0x00ff0000, not 0x00ff00

21 years agoenable ext/mplex
David Schleef [Tue, 22 Jul 2003 22:08:13 +0000 (22:08 +0000)]
enable ext/mplex

Original commit message from CVS:
enable ext/mplex

21 years agoFix a warning
Ronald S. Bultje [Tue, 22 Jul 2003 21:07:46 +0000 (21:07 +0000)]
Fix a warning

Original commit message from CVS:
Fix a warning

21 years agoimprove index offset calculation, fix some minor other issues and make avimux actuall...
Ronald S. Bultje [Tue, 22 Jul 2003 20:55:08 +0000 (20:55 +0000)]
improve index offset calculation, fix some minor other issues and make avimux actually work with mp3 audio

Original commit message from CVS:
Fix padding (2 bytes instead of 4), improve index offset calculation, fix some minor other issues and make avimux actually work with mp3 audio

21 years agoA "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
Joshua N. Pritikin [Tue, 22 Jul 2003 08:03:54 +0000 (08:03 +0000)]
A "video/raw" wasn't converted to the new "video/x-raw-yuv".  Fixed.

Original commit message from CVS:
A "video/raw" wasn't converted to the new "video/x-raw-yuv".  Fixed.

21 years agoUpdate matroska check (see #117717)
Ronald S. Bultje [Sun, 20 Jul 2003 08:33:01 +0000 (08:33 +0000)]
Update matroska check (see #117717)

Original commit message from CVS:
Update matroska check (see #117717)

21 years ago+ the last of the float caps changes ... these are a bit more pervasive
Leif Johnson [Sat, 19 Jul 2003 23:47:41 +0000 (23:47 +0000)]
+ the last of the float caps changes ... these are a bit more pervasive

Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive

21 years ago+ changes for new float caps without slope/intercept + some category changes for...
Leif Johnson [Sat, 19 Jul 2003 23:25:25 +0000 (23:25 +0000)]
+ 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

21 years agofix spec file to work with new combined esound plugin
Christian Schaller [Fri, 18 Jul 2003 21:34:32 +0000 (21:34 +0000)]
fix spec file to work with new combined esound plugin

Original commit message from CVS:
fix spec file to work with new combined esound plugin

21 years agomake sure esdmon.h gets disted
Christian Schaller [Fri, 18 Jul 2003 21:01:27 +0000 (21:01 +0000)]
make sure esdmon.h gets disted

Original commit message from CVS:
make sure esdmon.h gets disted

21 years agothe real speex disting fix, the previous one was just the build fix :)
Christian Schaller [Fri, 18 Jul 2003 20:33:39 +0000 (20:33 +0000)]
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 :)

21 years agofix it so that the SPEEX plugin gets disted
Christian Schaller [Fri, 18 Jul 2003 20:28:36 +0000 (20:28 +0000)]
fix it so that the SPEEX plugin gets disted

Original commit message from CVS:
fix it so that the SPEEX plugin gets disted

21 years ago_Really_ fix my lame attempts at previous fixes for matroska detection.
David Schleef [Thu, 17 Jul 2003 20:28:23 +0000 (20:28 +0000)]
_Really_ fix my lame attempts at previous fixes for matroska detection.

Original commit message from CVS:
_Really_ fix my lame attempts at previous fixes for matroska
detection.

21 years agoReenable matroska config check, 'cuz I'm dumb and accidentally disabled it.
David Schleef [Thu, 17 Jul 2003 08:50:37 +0000 (08:50 +0000)]
Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.

Original commit message from CVS:
Reenable matroska config check, 'cuz I'm dumb and accidentally disabled
it.

21 years agoAdded clock to esdsink based on GstAudioClock
David Schleef [Thu, 17 Jul 2003 08:08:09 +0000 (08:08 +0000)]
Added clock to esdsink based on GstAudioClock

Original commit message from CVS:
Added clock to esdsink based on GstAudioClock

21 years agoMove to m4/ instead of common/m4/
Ronald S. Bultje [Thu, 17 Jul 2003 06:58:53 +0000 (06:58 +0000)]
Move to m4/ instead of common/m4/

Original commit message from CVS:
Move to m4/ instead of common/m4/

21 years agoAdd textoverlay element that was previously in the sandbox
David Schleef [Thu, 17 Jul 2003 06:29:48 +0000 (06:29 +0000)]
Add textoverlay element that was previously in the sandbox

Original commit message from CVS:
Add textoverlay element that was previously in the sandbox

21 years agoDetect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them here
David Schleef [Thu, 17 Jul 2003 04:29:33 +0000 (04:29 +0000)]
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

21 years agoFix plugin to compile and work with Gtk+-2.0 (works better with 2.2)
David Schleef [Thu, 17 Jul 2003 04:28:31 +0000 (04:28 +0000)]
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)

21 years agoReally disable Matroska this time. Reenable smoothwave until someone decides to...
David Schleef [Thu, 17 Jul 2003 04:27:01 +0000 (04:27 +0000)]
Really disable Matroska this time.  Reenable smoothwave until someone decides to delete it.  Fix ivorbis detection.

Original commit message from CVS:
Really disable Matroska this time.  Reenable smoothwave until someone
decides to delete it.  Fix ivorbis detection.

21 years agoFixes to make it compile without GNOME, and with a modern (>= 0.3) version of GStream...
David Schleef [Thu, 17 Jul 2003 04:16:42 +0000 (04:16 +0000)]
Fixes to make it compile without GNOME, and with a modern (>= 0.3) version of GStreamer.  Now that I got it compiled,...

Original commit message from CVS:
Fixes to make it compile without GNOME, and with a modern (>= 0.3)
version of GStreamer.  Now that I got it compiled, I want to delete
it.

21 years agoactually recurse into sndfile if we are able big ladspa cleanups, mainly to comply...
Andy Wingo [Wed, 16 Jul 2003 16:08:14 +0000 (16:08 +0000)]
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.

21 years agoUpdate to new debugging system
Ronald S. Bultje [Tue, 15 Jul 2003 19:13:28 +0000 (19:13 +0000)]
Update to new debugging system

Original commit message from CVS:
Update to new debugging system

21 years agoAdded #include of config.h so that they symbol "VERSION" could be found.
Brian Cameron [Tue, 15 Jul 2003 13:17:20 +0000 (13:17 +0000)]
Added #include of config.h so that they symbol "VERSION" could be found.

Original commit message from CVS:
Added #include of config.h so that they symbol "VERSION" could be found.
Also removed GST_CAT_EVENT from a GST_DEBUG line to reflect recent changes
in the debug logic.  Now this plugin compiles.

21 years agoNow set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check so that...
Brian Cameron [Tue, 15 Jul 2003 12:39:39 +0000 (12:39 +0000)]
Now set XVIDEO_LIBS only if the Xv library is found.  Fixed matroska check so that it doesn't stop the configure if i...

Original commit message from CVS:
Now set XVIDEO_LIBS only if the Xv library is found.  Fixed matroska check
so that it doesn't stop the configure if it fails.

21 years agoMerge esdmon and esdsink elements into one plugin
David Schleef [Tue, 15 Jul 2003 07:52:10 +0000 (07:52 +0000)]
Merge esdmon and esdsink elements into one plugin

Original commit message from CVS:
Merge esdmon and esdsink elements into one plugin

21 years agoAdd matroska support to the build tree
Ronald S. Bultje [Mon, 14 Jul 2003 17:37:34 +0000 (17:37 +0000)]
Add matroska support to the build tree

Original commit message from CVS:
Add matroska support to the build tree

21 years agoCaps fixes and general cleanup.
David Schleef [Mon, 14 Jul 2003 08:32:38 +0000 (08:32 +0000)]
Caps fixes and general cleanup.

Original commit message from CVS:
Caps fixes and general cleanup.

21 years agoFixes for new caps system
David Schleef [Mon, 14 Jul 2003 08:29:25 +0000 (08:29 +0000)]
Fixes for new caps system

Original commit message from CVS:
Fixes for new caps system

21 years agoAdd gst/overlay directory
David Schleef [Mon, 14 Jul 2003 08:26:54 +0000 (08:26 +0000)]
Add gst/overlay directory

Original commit message from CVS:
Add gst/overlay directory

21 years agoGSM -> RTP and viceversa
Zeeshan Ali [Sun, 13 Jul 2003 00:20:44 +0000 (00:20 +0000)]
GSM -> RTP and viceversa

Original commit message from CVS:
GSM -> RTP and viceversa

21 years agofix the bug where pngenc was registered as a effect plugin
Christian Schaller [Sat, 12 Jul 2003 14:23:45 +0000 (14:23 +0000)]
fix the bug where pngenc was registered as a effect plugin

Original commit message from CVS:
fix the bug where pngenc was registered as a effect plugin

21 years agovarious spec file and build fixes agogo /me kicks ds in a friendly way
Thomas Vander Stichele [Sat, 12 Jul 2003 12:49:14 +0000 (12:49 +0000)]
various spec file and build fixes agogo /me kicks ds in a friendly way

Original commit message from CVS:
various spec file and build fixes agogo
/me kicks ds in a friendly way

21 years agoSilence and fix typefinding
Ronald S. Bultje [Fri, 11 Jul 2003 06:04:23 +0000 (06:04 +0000)]
Silence and fix typefinding

Original commit message from CVS:
Silence and fix typefinding

21 years agofix licensing terms for Goom, it is LGPL not GPL
Christian Schaller [Thu, 10 Jul 2003 13:19:43 +0000 (13:19 +0000)]
fix licensing terms for Goom, it is LGPL not GPL

Original commit message from CVS:
fix licensing terms for Goom, it is LGPL not GPL

21 years agoanother comma missing
Benjamin Otte [Tue, 8 Jul 2003 17:21:47 +0000 (17:21 +0000)]
another comma missing

Original commit message from CVS:
another comma missing

21 years agonow how old is this bug?
Benjamin Otte [Tue, 8 Jul 2003 17:19:52 +0000 (17:19 +0000)]
now how old is this bug?

Original commit message from CVS:
now how old is this bug?

21 years agoA big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still...
Christian Schaller [Mon, 7 Jul 2003 22:40:55 +0000 (22:40 +0000)]
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I thi...

Original commit message from CVS:
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I think I am getting close :)

21 years agoSupport ISO style variable length macros
Brian Cameron [Mon, 7 Jul 2003 16:55:59 +0000 (16:55 +0000)]
Support ISO style variable length macros

Original commit message from CVS:
Support ISO style variable length macros

21 years agoNew mimetypes gone into effect today - this commit changes all old mimetypes over...
Ronald S. Bultje [Sun, 6 Jul 2003 20:49:52 +0000 (20:49 +0000)]
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri...

Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs

21 years agosmall disting fix
Christian Schaller [Sat, 5 Jul 2003 22:45:39 +0000 (22:45 +0000)]
small disting fix

Original commit message from CVS:
small disting fix

21 years agoFix longstanding bug with esdsink seeking. esdsink still needs a clock, though.
David Schleef [Fri, 4 Jul 2003 07:32:19 +0000 (07:32 +0000)]
Fix longstanding bug with esdsink seeking.  esdsink still needs a clock, though.

Original commit message from CVS:
Fix longstanding bug with esdsink seeking.  esdsink still needs a clock,
though.

21 years agoNow build xvideosink if Xwindows is available, and properly #ifdef the
Brian Cameron [Thu, 3 Jul 2003 15:56:49 +0000 (15:56 +0000)]
Now build xvideosink if Xwindows is available, and properly #ifdef the

Original commit message from CVS:
Now build xvideosink if Xwindows is available, and properly #ifdef the
Xv extension code in the xvideosink code.

21 years agoFix missing config.h and unistd.h includes which were apparently removed from gst...
Ronald S. Bultje [Thu, 3 Jul 2003 15:55:12 +0000 (15:55 +0000)]
Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently

Original commit message from CVS:
Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently

21 years agoimplemented wait_async and unschedule ossclock, and support it in osssink -- really...
Andy Wingo [Thu, 3 Jul 2003 14:35:50 +0000 (14:35 +0000)]
implemented wait_async and unschedule ossclock, and support it in osssink -- really should make this a general clock,...

Original commit message from CVS:
implemented wait_async and unschedule ossclock, and support it in osssink -- really should make this a general clock, ill need it in gstsf

21 years agoadd pango and gtk
David Schleef [Thu, 3 Jul 2003 05:28:57 +0000 (05:28 +0000)]
add pango and gtk

Original commit message from CVS:
add pango and gtk

21 years agoadd gst/videofilter and ext/pango
David Schleef [Wed, 2 Jul 2003 08:15:01 +0000 (08:15 +0000)]
add gst/videofilter and ext/pango

Original commit message from CVS:
add gst/videofilter and ext/pango

21 years agoadd formats to base class, not the actual videofilter class
David Schleef [Wed, 2 Jul 2003 08:10:35 +0000 (08:10 +0000)]
add formats to base class, not the actual videofilter class

Original commit message from CVS:
add formats to base class, not the actual videofilter class

21 years agoAdd a base init function
David Schleef [Wed, 2 Jul 2003 08:08:34 +0000 (08:08 +0000)]
Add a base init function

Original commit message from CVS:
Add a base init function

21 years agooverlays text of the current timestamp
David Schleef [Wed, 2 Jul 2003 08:07:24 +0000 (08:07 +0000)]
overlays text of the current timestamp

Original commit message from CVS:
overlays text of the current timestamp

21 years agomove code from videoflip directory. Why? I don't really know.
David Schleef [Wed, 2 Jul 2003 06:50:32 +0000 (06:50 +0000)]
move code from videoflip directory.  Why?  I don't really know.

Original commit message from CVS:
move code from videoflip directory.  Why?  I don't really know.

21 years agovideo balancing (brightness, contrast, etc.)
David Schleef [Wed, 2 Jul 2003 06:49:37 +0000 (06:49 +0000)]
video balancing (brightness, contrast, etc.)

Original commit message from CVS:
video balancing (brightness, contrast, etc.)

21 years agoAdd videobalance from template
David Schleef [Wed, 2 Jul 2003 06:31:33 +0000 (06:31 +0000)]
Add videobalance from template

Original commit message from CVS:
Add videobalance from template

21 years agoAdd videoflip, created from template.
David Schleef [Wed, 2 Jul 2003 06:16:39 +0000 (06:16 +0000)]
Add videoflip, created from template.

Original commit message from CVS:
Add videoflip, created from template.

21 years agoGstVideofilter abstract class for video filters
David Schleef [Wed, 2 Jul 2003 05:22:47 +0000 (05:22 +0000)]
GstVideofilter abstract class for video filters

Original commit message from CVS:
GstVideofilter abstract class for video filters

21 years agoFix type punning.
David Schleef [Mon, 30 Jun 2003 06:54:18 +0000 (06:54 +0000)]
Fix type punning.

Original commit message from CVS:
Fix type punning.

21 years agocompatibility fix for new GST_DEBUG stuff.
Benjamin Otte [Sun, 29 Jun 2003 19:46:12 +0000 (19:46 +0000)]
compatibility fix for new GST_DEBUG stuff.

Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h

I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.