Age | Commit message (Expand) | Author | Files | Lines |
2002-05-07 | add gstsnapshot : drop a frame to a png file when the plugin recieved a signa... | Jeremy Simon | 4 | -0/+498 |
2002-05-07 | add a yuv2yuv.h file | Jeremy Simon | 2 | -1/+29 |
2002-05-07 | swap the cr and the cb component for the yuv420P_to_rgb no mmx routine | Jeremy Simon | 2 | -3/+3 |
2002-05-05 | add some includes | Andy Wingo | 1 | -1/+1 |
2002-05-05 | better initialization. it doesn't work over here, though. | Andy Wingo | 3 | -23/+76 |
2002-05-04 | a commit so that jack will build without errors on Uraeus's system ;) | Andy Wingo | 1 | -12/+14 |
2002-05-04 | set caps once we know the sample rate of the system | Andy Wingo | 1 | -0/+17 |
2002-05-04 | some jack fixes, alsa touchups, and add rtp by default to the build if there ... | Andy Wingo | 4 | -19/+38 |
2002-05-03 | various name fixes and sundry | Thomas Vander Stichele | 4 | -32/+32 |
2002-05-01 | adding new quicktime parser: | Artyom Baginski | 6 | -1/+885 |
2002-04-27 | festival doesn't depend on the libs | Thomas Vander Stichele | 3 | -0/+637 |
2002-04-27 | this should do it this is for steveb's added checks | Thomas Vander Stichele | 2 | -0/+54 |
2002-04-27 | I hate independent second parties and why were we not invited anyway ? | Thomas Vander Stichele | 1 | -27/+0 |
2002-04-27 | some cvs screwup | Thomas Vander Stichele | 1 | -27/+0 |
2002-04-26 | modplug needs c++ | Thomas Vander Stichele | 1 | -5/+7 |
2002-04-26 | Various small fixes for compile problems | Ronald S. Bultje | 1 | -1/+1 |
2002-04-26 | use correct mime type for the types supported by audiofile | Steve Baker | 2 | -4/+36 |
2002-04-26 | move the lrint check to happen earlier. add the floatcast dir. | Steve Baker | 1 | -3/+5 |
2002-04-26 | adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf ... | Steve Baker | 1 | -0/+54 |
2002-04-26 | currently this creates an empty shared library, just so the header can be ins... | Steve Baker | 1 | -0/+12 |
2002-04-26 | add dir for floatcast header | Steve Baker | 1 | -2/+2 |
2002-04-25 | check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will c... | Steve Baker | 1 | -0/+4 |
2002-04-25 | fixed missing quote | Thomas Vander Stichele | 1 | -1/+1 |
2002-04-25 | macros to detect fast float to int casting, lrint and lrintf, thanks to Erik ... | Steve Baker | 2 | -0/+54 |
2002-04-24 | added a typefind function for all supported audiofile types. | Steve Baker | 2 | -13/+199 |
2002-04-22 | - when possible, bypass afReadFrames and just access the data directly. this ... | Steve Baker | 1 | -110/+61 |
2002-04-21 | this works for me locally now, however it requires: | Steve Baker | 1 | -38/+67 |
2002-04-21 | afparse will eventually be able to support pipelines like: gst-launch filesrc... | Steve Baker | 2 | -0/+628 |
2002-04-20 | a hack to work around intltool's brokenness a current check for mpeg2dec deta... | Andy Wingo | 33 | -48/+505 |
2002-04-20 | s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop func | Steve Baker | 1 | -1/+3 |
2002-04-20 | A fairly large reworking of the ladspa _get, _chain and _loop funcs. highligh... | Steve Baker | 2 | -244/+404 |
2002-04-18 | same fix for plugins | Thomas Vander Stichele | 2 | -1/+2 |
2002-04-16 | Finally we're on to a proper jack setup, with a specialized bin and elements ... | Andy Wingo | 5 | -187/+311 |
2002-04-15 | 0.3.4-1 packaging info | David I. Lehn | 8 | -25/+67 |
2002-04-15 | more mergeback from the latest release | Thomas Vander Stichele | 4 | -47/+127 |
2002-04-15 | I'm too lazy to comment this | Thomas Vander Stichele | 1 | -20/+18 |
2002-04-15 | s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release | David I. Lehn | 1 | -2/+2 |
2002-04-14 | added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_property | Steve Baker | 1 | -0/+6 |
2002-04-13 | spec fixes gst-launch-ext additions trying to fix up ieeetest but failed func... | Thomas Vander Stichele | 4 | -75/+96 |
2002-04-12 | comment them out | Thomas Vander Stichele | 1 | -4/+4 |
2002-04-12 | please someone fix the necessary pointer cast for this test to work | Thomas Vander Stichele | 2 | -1/+1 |
2002-04-11 | GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a... | Andy Wingo | 45 | -289/+217 |
2002-04-10 | various Wall fixes | Thomas Vander Stichele | 3 | -7/+7 |
2002-04-06 | added -Werror | Benjamin Otte | 1 | -1/+1 |
2002-04-06 | fixed warnings in /ext added mikmod_types.h to get it done | Benjamin Otte | 2 | -15/+2 |
2002-04-06 | fixed rest of warning for gcc 3 in /sys | Benjamin Otte | 1 | -9/+7 |
2002-04-06 | fixed rest of warning for gcc 3 in /gst. | Benjamin Otte | 4 | -15/+7 |
2002-04-06 | fixed first bunch of compiler warnings | Benjamin Otte | 8 | -20/+15 |
2002-04-01 | tsk tsk. do people even try to MAKE stuff they add ? ;) | Thomas Vander Stichele | 1 | -1/+1 |
2002-04-01 | Fix for latest lcs. | Wim Taymans | 1 | -3/+3 |