Commit graph

413 commits

Author SHA1 Message Date
David I. Lehn 3cec325ff7 add common to dist
Original commit message from CVS:
add common to dist
2002-05-08 21:18:20 +00:00
Wim Taymans 34dc312371 We're till using micros for timestamps.
Original commit message from CVS:
We're till using micros for timestamps.
2002-05-08 20:21:45 +00:00
Wim Taymans e92b1b7edc Added simple seeking testsuite
Original commit message from CVS:
Added simple seeking testsuite
Added effectv
2002-05-08 20:18:13 +00:00
Wim Taymans 23ba333a82 Fixed a typo in the idct plugin name make gstriff a real plugin
Original commit message from CVS:
Fixed a typo in the idct plugin name
make gstriff a real plugin
2002-05-08 20:10:56 +00:00
Jeremy Simon 8ac831c97c add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
Original commit message from CVS:
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or
at a given frame
2002-05-07 22:27:32 +00:00
Steve Baker d66933e37f sinesrc:
Original commit message from CVS:
sinesrc:
- fixed timestamp calculation (again)
- renamed buffer_size to the less ambigious samples_per_buffer
demo_dparams:
- replaced clumsy g_object_set_property with g_object_set
- use volume element for volume (just for testing)
2002-05-05 15:46:05 +00:00
Steve Baker 49f02b6a0e make the volume range a more sensible 0 -> 4 instead of -4 -> 4
Original commit message from CVS:
make the volume range a more sensible 0 -> 4 instead of -4 -> 4
2002-05-05 15:42:48 +00:00
Benjamin Otte ff7ac81fd8 gstvolume.c:321: warning: operation on 'i' may be undefined
Original commit message from CVS:
gstvolume.c:321: warning: operation on 'i' may be undefined
2002-05-04 22:24:03 +00:00
Andy Wingo 23168fa71b some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're mov...
Original commit message from CVS:
some jack fixes, alsa touchups, and add rtp by default to the build

if there are any problems building rtp, we're moving it back to experimental ;)
2002-05-04 18:57:43 +00:00
Thomas Vander Stichele f83f7e7e02 various name fixes and sundry
Original commit message from CVS:
various name fixes and sundry
2002-05-03 09:59:10 +00:00
Artyom Baginski 814408a5c6 adding new quicktime parser:
Original commit message from CVS:
adding new quicktime parser:
- openquicktime free (hense gst/qtdemux)
- no more seeks for parsing -> better for network streams
- uses GstByteStream
- less memcpy's
- long ChangeLog record in pompous style
2002-05-01 18:41:59 +00:00
Steve Baker 00ffafbbb4 this is basically a rewrite of the volume plugin:
Original commit message from CVS:
this is basically a rewrite of the volume plugin:
- now uses dparams for volume and mute
- only supports signed gint16 and float (other types can be easily added but I don't think that will be required)
- "muted" property is now "mute"
- it might be faster because there are now no conditionals in the chain func
2002-04-28 16:07:41 +00:00
Thomas Vander Stichele a3dee4579d this should do it this is for steveb's added checks
Original commit message from CVS:
this should do it
this is for steveb's added checks
2002-04-27 08:58:59 +00:00
Thomas Vander Stichele ce7e76caf4 I hate independent second parties and why were we not invited anyway ?
Original commit message from CVS:
I hate independent second parties
and why were we not invited anyway ?
2002-04-27 08:56:49 +00:00
Thomas Vander Stichele f524824e5b some cvs screwup
Original commit message from CVS:
some cvs screwup
2002-04-27 08:56:03 +00:00
Thomas Vander Stichele 6d5f0bbbde modplug needs c++
Original commit message from CVS:
modplug needs c++
2002-04-26 17:56:22 +00:00
Steve Baker 6225c7a1a3 use defaults that make a noise
Original commit message from CVS:
use defaults that make a noise
2002-04-26 09:38:47 +00:00
Steve Baker 5796dfae1f move the lrint check to happen earlier. add the floatcast dir.
Original commit message from CVS:
move the lrint check to happen earlier.  add the floatcast dir.
2002-04-26 09:22:35 +00:00
Steve Baker 21702eee6e adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf if available and a pure c rounding macro...
Original commit message from CVS:
adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf if available and a pure c rounding macro if not.

This is where optimised asm alternatives can be placed - omega, this means you!

However you have to prove that your asm version is faster than lrintf ;)
2002-04-26 09:21:14 +00:00
Steve Baker e9ab9a2b9d currently this creates an empty shared library, just so the header can be installed. I would appreciate help on how ...
Original commit message from CVS:
currently this creates an empty shared library, just so the header can be installed.  I would appreciate help on how to do this properly with automake.
2002-04-26 09:18:39 +00:00
Steve Baker 2a968ffb81 add dir for floatcast header
Original commit message from CVS:
add dir for floatcast header
2002-04-26 09:17:06 +00:00
Steve Baker 6643f9c281 check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives i...
Original commit message from CVS:
check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives if necessary
2002-04-25 19:43:31 +00:00
Steve Baker d3d0243ca9 macros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castro Lopo.
Original commit message from CVS:
macros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castro Lopo.
2002-04-25 19:39:14 +00:00
Andy Wingo d11dbb0338 a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
2002-04-20 21:42:51 +00:00
Thomas Vander Stichele 132e7324ee same fix for plugins
Original commit message from CVS:
same fix for plugins
2002-04-18 21:57:05 +00:00
Thomas Vander Stichele 5ec34acc15 fix
Original commit message from CVS:
fix
2002-04-15 14:40:59 +00:00
David I. Lehn ad85a6e5f5 0.3.4-1 packaging info
Original commit message from CVS:
0.3.4-1 packaging info
2002-04-15 09:31:28 +00:00
Thomas Vander Stichele 6f9d5fc58c more mergeback from the latest release
Original commit message from CVS:
more mergeback from the latest release
2002-04-15 09:27:03 +00:00
Thomas Vander Stichele 1192f13102 I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
2002-04-15 09:26:20 +00:00
David I. Lehn 9bd9858ee2 s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release
Original commit message from CVS:
s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release
2002-04-15 09:26:13 +00:00
Wim Taymans 117ebc8e44 EOS fixes.
Original commit message from CVS:
EOS fixes.
2002-04-14 12:50:57 +00:00
Steve Baker 434bc836ce - dparams api changes
Original commit message from CVS:
- dparams api changes
- use a bufferpool
- reinstate freq and volume as element properties
2002-04-14 10:29:35 +00:00
Steve Baker c5dbaef236 div by zero bad
Original commit message from CVS:
div by zero bad
2002-04-14 10:27:10 +00:00
Steve Baker 500cb70149 ARG_METHOD is an enum
Original commit message from CVS:
ARG_METHOD is an enum
2002-04-14 10:22:24 +00:00
Steve Baker 6c10726435 this script runs gst-inspect on all built elements and checks for warnings or bad exit codes.
Original commit message from CVS:
this script runs gst-inspect on all built elements and checks for warnings or bad exit codes.

It requires a gst-inspect to be in your PATH. more checking is probably needed for valid gst-inspect output.
The output format of gst-inspect will be changed slightly to make parsing the output possible.
2002-04-14 09:55:20 +00:00
Thomas Vander Stichele 7b694d63f8 spec fixes gst-launch-ext additions trying to fix up ieeetest but failed function collision in avifile dir
Original commit message from CVS:
* spec fixes
* gst-launch-ext additions
* trying to fix up ieeetest but failed
* function collision in avifile dir
2002-04-13 00:46:23 +00:00
Thomas Vander Stichele b08ac04b97 comment them out
Original commit message from CVS:
comment them out
2002-04-12 21:10:31 +00:00
Thomas Vander Stichele 14c15e9e3c please someone fix the necessary pointer cast for this test to work
Original commit message from CVS:
please someone fix the necessary pointer cast for this test to work
2002-04-12 19:28:21 +00:00
Andy Wingo f7ebc8f95d GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE

same with *factory and typefind.

also, some -Werror fixes.
2002-04-11 20:42:27 +00:00
Thomas Vander Stichele 1ec871710e various Wall fixes
Original commit message from CVS:
various Wall fixes
2002-04-10 17:41:33 +00:00
Benjamin Otte 2867aea423 added -Werror
Original commit message from CVS:
added -Werror
2002-04-06 18:15:51 +00:00
Benjamin Otte 49fbf06212 fixed warnings in /ext added mikmod_types.h to get it done
Original commit message from CVS:
fixed warnings in /ext
added mikmod_types.h to get it done
2002-04-06 18:14:30 +00:00
Benjamin Otte 6d7191f9f0 fixed rest of warning for gcc 3 in /sys
Original commit message from CVS:
fixed rest of warning for gcc 3 in /sys
2002-04-06 15:14:41 +00:00
Benjamin Otte 492d658c44 fixed first bunch of compiler warnings
Original commit message from CVS:
fixed first bunch of compiler warnings
2002-04-06 03:40:13 +00:00
Wim Taymans d3d8104b5c Fix enum error in args.
Original commit message from CVS:
Fix enum error in args.
2002-04-03 15:26:23 +00:00
jim thornton 29487094cc Fix: don't try to mangle a read-only buffer. This was causing SEGV when volume fed from wavparse from filesrc (which...
Original commit message from CVS:
patch from jim thornton <jthornton@parc.com>:

Fix: don't try to mangle a read-only buffer.  This was causing SEGV when
volume fed from wavparse from filesrc (which mmaps the file read-only)
2002-04-02 16:43:08 +00:00
Steve Baker 2d698ba7d2 expose freq and volume as object properties again.
Original commit message from CVS:
expose freq and volume as object properties again.
2002-04-02 09:05:33 +00:00
Steve Baker 9775eafb8d don't malloc the temp gvalues
Original commit message from CVS:
don't malloc the temp gvalues
2002-04-02 09:04:14 +00:00
Thomas Vander Stichele 4fd3d32ab7 tsk tsk. do people even try to MAKE stuff they add ? ;)
Original commit message from CVS:
tsk tsk.  do people even try to MAKE stuff they add ? ;)
2002-04-01 08:54:54 +00:00
Andy Wingo f9f7a46880 correct a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's in favor of ones i have sent to walken for...
Original commit message from CVS:
* correct a condition in check-libheader.m4
* remove gst a52 and mpeg2dec m4's in favor of ones i have sent to
walken for inclusion in the upstream packages
2002-03-31 03:32:58 +00:00