summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-05-13Some loving for the spec file. Now includes httpsrc, dxr3, jack and effectv ↵Christian Schaller1-178/+251
and some other little goodies. Also make ... Original commit message from CVS: Some loving for the spec file. Now includes httpsrc, dxr3, jack and effectv and some other little goodies. Also make it more correct by using _macros instead of selfmade defines
2002-05-13fix typoAndy Wingo1-2/+2
Original commit message from CVS: fix typo
2002-05-13update to new jack apiAndy Wingo4-9/+9
Original commit message from CVS: update to new jack api
2002-05-13fix sdl makefileAndy Wingo1-1/+1
Original commit message from CVS: fix sdl makefile
2002-05-13still in anal-retentive mode, please make liberal use of the delete keyThomas Vander Stichele3-19/+19
Original commit message from CVS: still in anal-retentive mode, please make liberal use of the delete key
2002-05-13conformityThomas Vander Stichele2-10/+9
Original commit message from CVS: conformity
2002-05-13this should fix itThomas Vander Stichele1-2/+14
Original commit message from CVS: this should fix it
2002-05-13assimilated.Thomas Vander Stichele1-1/+1
Original commit message from CVS: assimilated.
2002-05-10remove seeking for nowThomas Vander Stichele1-1/+0
Original commit message from CVS: remove seeking for now
2002-05-10removing snapshot from the build because we need to fix it adding gconf ↵Thomas Vander Stichele4-4/+54
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
2002-05-10gconf rulesThomas Vander Stichele2-0/+33
Original commit message from CVS: gconf rules
2002-05-10Patches by JoshuaRonald S. Bultje3-3/+16
Original commit message from CVS: Patches by Joshua
2002-05-08duh, revert last stupid commit adding non-existant common dirDavid I. Lehn2-3/+1
Original commit message from CVS: duh, revert last stupid commit adding non-existant common dir
2002-05-08add common to distDavid I. Lehn3-1/+3
Original commit message from CVS: add common to dist
2002-05-08Added simple seeking testsuiteWim Taymans1-1/+3
Original commit message from CVS: Added simple seeking testsuite Added effectv
2002-05-08Fixed a typo in the idct plugin name make gstriff a real pluginWim Taymans3-207/+2
Original commit message from CVS: Fixed a typo in the idct plugin name make gstriff a real plugin
2002-05-07add gstsnapshot : drop a frame to a png file when the plugin recieved a ↵Jeremy Simon4-0/+498
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-07add a yuv2yuv.h fileJeremy Simon2-1/+29
Original commit message from CVS: add a yuv2yuv.h file
2002-05-07swap the cr and the cb component for the yuv420P_to_rgb no mmx routineJeremy Simon2-3/+3
Original commit message from CVS: swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
2002-05-05add some includesAndy Wingo1-1/+1
Original commit message from CVS: add some includes
2002-05-05better initialization. it doesn't work over here, though.Andy Wingo3-23/+76
Original commit message from CVS: better initialization. it doesn't work over here, though.
2002-05-04a commit so that jack will build without errors on Uraeus's system ;)Andy Wingo1-12/+14
Original commit message from CVS: a commit so that jack will build without errors on Uraeus's system ;)
2002-05-04set caps once we know the sample rate of the systemAndy Wingo1-0/+17
Original commit message from CVS: set caps once we know the sample rate of the system
2002-05-04some jack fixes, alsa touchups, and add rtp by default to the build if there ↵Andy Wingo4-19/+38
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-03various name fixes and sundryThomas Vander Stichele4-32/+32
Original commit message from CVS: various name fixes and sundry
2002-05-01adding new quicktime parser:Artyom Baginski6-1/+885
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-04-27festival doesn't depend on the libsThomas Vander Stichele3-0/+637
Original commit message from CVS: festival doesn't depend on the libs
2002-04-27this should do it this is for steveb's added checksThomas Vander Stichele2-0/+54
Original commit message from CVS: this should do it this is for steveb's added checks
2002-04-27I hate independent second parties and why were we not invited anyway ?Thomas Vander Stichele1-27/+0
Original commit message from CVS: I hate independent second parties and why were we not invited anyway ?
2002-04-27some cvs screwupThomas Vander Stichele1-27/+0
Original commit message from CVS: some cvs screwup
2002-04-26modplug needs c++Thomas Vander Stichele1-5/+7
Original commit message from CVS: modplug needs c++
2002-04-26Various small fixes for compile problemsRonald S. Bultje1-1/+1
Original commit message from CVS: Various small fixes for compile problems
2002-04-26use correct mime type for the types supported by audiofileSteve Baker2-4/+36
Original commit message from CVS: use correct mime type for the types supported by audiofile
2002-04-26move the lrint check to happen earlier. add the floatcast dir.Steve Baker1-3/+5
Original commit message from CVS: move the lrint check to happen earlier. add the floatcast dir.
2002-04-26adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf ↵Steve Baker1-0/+54
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-26currently this creates an empty shared library, just so the header can be ↵Steve Baker1-0/+12
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-26add dir for floatcast headerSteve Baker1-2/+2
Original commit message from CVS: add dir for floatcast header
2002-04-25check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will ↵Steve Baker1-0/+4
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-25fixed missing quoteThomas Vander Stichele1-1/+1
Original commit message from CVS: fixed missing quote
2002-04-25macros to detect fast float to int casting, lrint and lrintf, thanks to Erik ↵Steve Baker2-0/+54
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-24added a typefind function for all supported audiofile types.Steve Baker2-13/+199
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.
2002-04-22- when possible, bypass afReadFrames and just access the data directly. this ↵Steve Baker1-110/+61
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
2002-04-21this works for me locally now, however it requires:Steve Baker1-38/+67
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
2002-04-21afparse will eventually be able to support pipelines like: gst-launch ↵Steve Baker2-0/+628
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.
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo33-48/+505
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-20s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop funcSteve Baker1-1/+3
Original commit message from CVS: s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop func
2002-04-20A fairly large reworking of the ladspa _get, _chain and _loop funcs. ↵Steve Baker2-244/+404
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
2002-04-18same fix for pluginsThomas Vander Stichele2-1/+2
Original commit message from CVS: same fix for plugins
2002-04-16Finally we're on to a proper jack setup, with a specialized bin and elements ↵Andy Wingo5-187/+311
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.
2002-04-150.3.4-1 packaging infoDavid I. Lehn8-25/+67
Original commit message from CVS: 0.3.4-1 packaging info