Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
fix typo
|
|
Original commit message from CVS:
update to new jack api
|
|
Original commit message from CVS:
fix sdl makefile
|
|
Original commit message from CVS:
still in anal-retentive mode, please make liberal use of the delete key
|
|
Original commit message from CVS:
conformity
|
|
Original commit message from CVS:
this should fix it
|
|
Original commit message from CVS:
assimilated.
|
|
Original commit message from CVS:
remove seeking for now
|
|
schema to build and spec
Original commit message from CVS:
removing snapshot from the build because we need to fix it
adding gconf schema to build and spec
|
|
Original commit message from CVS:
gconf rules
|
|
Original commit message from CVS:
Patches by Joshua
|
|
Original commit message from CVS:
duh, revert last stupid commit adding non-existant common dir
|
|
Original commit message from CVS:
add common to dist
|
|
Original commit message from CVS:
Added simple seeking testsuite
Added effectv
|
|
Original commit message from CVS:
Fixed a typo in the idct plugin name
make gstriff a real plugin
|
|
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
|
|
Original commit message from CVS:
add a yuv2yuv.h file
|
|
Original commit message from CVS:
swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
|
|
Original commit message from CVS:
add some includes
|
|
Original commit message from CVS:
better initialization. it doesn't work over here, though.
|
|
Original commit message from CVS:
a commit so that jack will build without errors on Uraeus's system ;)
|
|
Original commit message from CVS:
set caps once we know the sample rate of the system
|
|
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 ;)
|
|
Original commit message from CVS:
various name fixes and sundry
|
|
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
|
|
Original commit message from CVS:
festival doesn't depend on the libs
|
|
Original commit message from CVS:
this should do it
this is for steveb's added checks
|
|
Original commit message from CVS:
I hate independent second parties
and why were we not invited anyway ?
|
|
Original commit message from CVS:
some cvs screwup
|
|
Original commit message from CVS:
modplug needs c++
|
|
Original commit message from CVS:
Various small fixes for compile problems
|
|
Original commit message from CVS:
use correct mime type for the types supported by audiofile
|
|
Original commit message from CVS:
move the lrint check to happen earlier. add the floatcast dir.
|
|
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 ;)
|
|
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.
|
|
Original commit message from CVS:
add dir for floatcast header
|
|
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
|
|
Original commit message from CVS:
fixed missing quote
|
|
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.
|
|
Original commit message from CVS:
added a typefind function for all supported audiofile types.
the type is called audio/audiofile - I could have split it into seperate types like audio/aiff and audio/wave but there doesn't seem to be a way to have a padtemplate respond to more than one type, hence this umbrella type.
Also, fixed optimisation logic so that aiffs are read through the lib.
|
|
optimisation seems to improve performanc...
Original commit message from CVS:
- when possible, bypass afReadFrames and just access the data directly. this optimisation seems to improve performance by about 20%, whee!
- remove unused funcs
- type finding will go into a seperate file
|
|
Original commit message from CVS:
this works for me locally now, however it requires:
- my local fix to implement gst_bytestream_tell (which I won't commit until events are redone)
- an audiofile patch which is already in debian but don't hold your breath for an upstream release
|
|
filesrc location=file.aiff ! afparse ! osssink
Original commit message from CVS:
afparse will eventually be able to support pipelines like:
gst-launch filesrc location=file.aiff ! afparse ! osssink
However at the moment it doesn't, because the public function afOpenVirtualFile isn't actually implemented yet. I implemented it with the audiofile CVS but it now segfaults the very first time one of the virtual file callbacks is called.
So, I'm committing this for posterity but it is not being built. Hopefully the audiofile lib will be released with working virtual file support soon.
|
|
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
|
|
Original commit message from CVS:
s/G_MINFLOAT/G_MAXFLOAT
unref the buffer pool in the loop func
|
|
highlights are:
Original commit message from CVS:
A fairly large reworking of the ladspa _get, _chain and _loop funcs.
highlights are:
- pad names are now g_strcanonised
- in all cases possible, src and sink buffers are shared
- all ladspa properties are exposed as dparams and element properties
- the buffers are now processed in dparam driven loops
- timestamps on buffers should be correct
- misc fixes
It has been minimally tested - the following pipeline works for me:
gst-launch ladspa_sine_fcac Frequency=440.0 Amplitude=1.0 name=fcac1 ladspa_sine_fcac Frequency=450.0 Amplitude=1.0 name=fcac2 ladspa_freeverb3 Wet-Level=0.5 name=free float2int name=f2i fcac1.Output!free.Input--Left- free.Output--Left-!f2i.sink%d fcac2.Output!free.Input--Right- free.Output--Right-!f2i.sink%d f2i.src!sink osssink
|
|
Original commit message from CVS:
same fix for plugins
|
|
that can only go in a jack bin. I had to...
Original commit message from CVS:
Finally we're on to a proper jack setup, with a specialized bin and elements
that can only go in a jack bin. I had to fix the parser first to do this, but
to run it, the syntax is like so:
gst-launch jackbin.( filesrc ! mad ! jacksink )
But of course it's not fully functional yet. Sigh.
|
|
Original commit message from CVS:
0.3.4-1 packaging info
|
|
Original commit message from CVS:
more mergeback from the latest release
|