Ronald S. Bultje
6f35e4fcbe
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
2003-07-22 20:55:08 +00:00
Joshua N. Pritikin
65a2c594cd
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.
2003-07-22 08:03:54 +00:00
Ronald S. Bultje
aefe18b64d
Update matroska check (see #117717 )
...
Original commit message from CVS:
Update matroska check (see #117717 )
2003-07-20 08:33:01 +00:00
Leif Johnson
7b0389b09c
+ 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
2003-07-19 23:47:41 +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
6f797dcdce
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
2003-07-18 21:34:32 +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
1566f33c50
_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.
2003-07-17 20:28:23 +00:00
David Schleef
ac90f9d520
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.
2003-07-17 08:50:37 +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
Ronald S. Bultje
e0cf75ee7a
Move to m4/ instead of common/m4/
...
Original commit message from CVS:
Move to m4/ instead of common/m4/
2003-07-17 06:58:53 +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
David Schleef
df7707a51d
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.
2003-07-17 04:27:01 +00:00
David Schleef
eac642da85
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.
2003-07-17 04:16:42 +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
Ronald S. Bultje
4418ea9659
Update to new debugging system
...
Original commit message from CVS:
Update to new debugging system
2003-07-15 19:13:28 +00:00
Brian Cameron
d1019eb046
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.
2003-07-15 13:17:20 +00:00
Brian Cameron
57e8b7aba9
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.
2003-07-15 12:39:39 +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
ad79edbe42
Caps fixes and general cleanup.
...
Original commit message from CVS:
Caps fixes and general cleanup.
2003-07-14 08:32:38 +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
David Schleef
73ee194cb0
Add gst/overlay directory
...
Original commit message from CVS:
Add gst/overlay directory
2003-07-14 08:26:54 +00:00
Zeeshan Ali
333468b5d4
GSM -> RTP and viceversa
...
Original commit message from CVS:
GSM -> RTP and viceversa
2003-07-13 00:20:44 +00:00
Christian Schaller
8c4aec9998
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
2003-07-12 14:23:45 +00:00
Thomas Vander Stichele
68bd6538d8
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
2003-07-12 12:49:14 +00:00
Ronald S. Bultje
743b82aef5
Silence and fix typefinding
...
Original commit message from CVS:
Silence and fix typefinding
2003-07-11 06:04:23 +00:00
Christian Schaller
d3664b8e12
fix license field of lame plugin to say LGPL, lame is LGPL. Add Readme with info
...
Original commit message from CVS:
fix license field of lame plugin to say LGPL, lame is LGPL. Add Readme with info
2003-07-10 15:39:11 +00:00
Christian Schaller
234aa1b285
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
2003-07-10 13:19:43 +00:00
Benjamin Otte
22364f25d3
another comma missing
...
Original commit message from CVS:
another comma missing
2003-07-08 17:21:47 +00:00
Benjamin Otte
5b0ce162a7
now how old is this bug?
...
Original commit message from CVS:
now how old is this bug?
2003-07-08 17:19:52 +00:00
Christian Schaller
5440e7bc63
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 :)
2003-07-07 22:40:55 +00:00
Brian Cameron
d0f73a2262
Support ISO style variable length macros
...
Original commit message from CVS:
Support ISO style variable length macros
2003-07-07 16:55:59 +00:00
Ronald S. Bultje
292fec2a0b
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
2003-07-06 20:49:52 +00:00
Ronald S. Bultje
608d79f6c4
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
2003-07-06 20:49:50 +00:00
Thomas Vander Stichele
aee522dd13
patch from hadess, modified
...
Original commit message from CVS:
patch from hadess, modified
2003-07-05 22:48:58 +00:00
Christian Schaller
a8183e9a3f
small disting fix
...
Original commit message from CVS:
small disting fix
2003-07-05 22:45:39 +00:00
David Schleef
7a95d860f1
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.
2003-07-04 07:32:19 +00:00
Brian Cameron
0bad514d94
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.
2003-07-03 15:56:49 +00:00
Ronald S. Bultje
fe4af31b7a
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
2003-07-03 15:55:12 +00:00
Andy Wingo
82c42cb6fd
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
2003-07-03 14:35:50 +00:00
David Schleef
b69213925f
add pango and gtk
...
Original commit message from CVS:
add pango and gtk
2003-07-03 05:28:57 +00:00
David Schleef
8e5e60625d
add gst/videofilter and ext/pango
...
Original commit message from CVS:
add gst/videofilter and ext/pango
2003-07-02 08:15:01 +00:00
David Schleef
2b054f0f89
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
2003-07-02 08:10:35 +00:00
David Schleef
96e5a724f8
Add a base init function
...
Original commit message from CVS:
Add a base init function
2003-07-02 08:08:34 +00:00
David Schleef
bfd44accb6
overlays text of the current timestamp
...
Original commit message from CVS:
overlays text of the current timestamp
2003-07-02 08:07:24 +00:00