summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-05-26- Changed plugins for new APIsWim Taymans9-60/+95
2002-05-26rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc pluginDavid I. Lehn2-3/+18
2002-05-24learn to love the capitalThomas Vander Stichele1-13/+13
2002-05-20floatcast has no lib, it's just headersAndy Wingo1-10/+0
2002-05-18small fixThomas Vander Stichele1-0/+4
2002-05-15use new bytestream apiSteve Baker5-24/+58
2002-05-15use new bytestream api. please test if you care about this pluginSteve Baker1-6/+8
2002-05-13Some loving for the spec file. Now includes httpsrc, dxr3, jack and effectv a...Christian Schaller1-178/+251
2002-05-13fix typoAndy Wingo1-2/+2
2002-05-13update to new jack apiAndy Wingo4-9/+9
2002-05-13fix sdl makefileAndy Wingo1-1/+1
2002-05-13still in anal-retentive mode, please make liberal use of the delete keyThomas Vander Stichele3-19/+19
2002-05-13conformityThomas Vander Stichele2-10/+9
2002-05-13this should fix itThomas Vander Stichele1-2/+14
2002-05-13assimilated.Thomas Vander Stichele1-1/+1
2002-05-10remove seeking for nowThomas Vander Stichele1-1/+0
2002-05-10removing snapshot from the build because we need to fix it adding gconf schem...Thomas Vander Stichele4-4/+54
2002-05-10gconf rulesThomas Vander Stichele2-0/+33
2002-05-10Patches by JoshuaRonald S. Bultje3-3/+16
2002-05-08duh, revert last stupid commit adding non-existant common dirDavid I. Lehn2-3/+1
2002-05-08add common to distDavid I. Lehn3-1/+3
2002-05-08Added simple seeking testsuiteWim Taymans1-1/+3
2002-05-08Fixed a typo in the idct plugin name make gstriff a real pluginWim Taymans3-207/+2
2002-05-07add gstsnapshot : drop a frame to a png file when the plugin recieved a signa...Jeremy Simon4-0/+498
2002-05-07add a yuv2yuv.h fileJeremy Simon2-1/+29
2002-05-07swap the cr and the cb component for the yuv420P_to_rgb no mmx routineJeremy Simon2-3/+3
2002-05-05add some includesAndy Wingo1-1/+1
2002-05-05better initialization. it doesn't work over here, though.Andy Wingo3-23/+76
2002-05-04a commit so that jack will build without errors on Uraeus's system ;)Andy Wingo1-12/+14
2002-05-04set caps once we know the sample rate of the systemAndy Wingo1-0/+17
2002-05-04some jack fixes, alsa touchups, and add rtp by default to the build if there ...Andy Wingo4-19/+38
2002-05-03various name fixes and sundryThomas Vander Stichele4-32/+32
2002-05-01adding new quicktime parser:Artyom Baginski6-1/+885
2002-04-27festival doesn't depend on the libsThomas Vander Stichele3-0/+637
2002-04-27this should do it this is for steveb's added checksThomas Vander Stichele2-0/+54
2002-04-27I hate independent second parties and why were we not invited anyway ?Thomas Vander Stichele1-27/+0
2002-04-27some cvs screwupThomas Vander Stichele1-27/+0
2002-04-26modplug needs c++Thomas Vander Stichele1-5/+7
2002-04-26Various small fixes for compile problemsRonald S. Bultje1-1/+1
2002-04-26use correct mime type for the types supported by audiofileSteve Baker2-4/+36
2002-04-26move the lrint check to happen earlier. add the floatcast dir.Steve Baker1-3/+5
2002-04-26adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf ...Steve Baker1-0/+54
2002-04-26currently this creates an empty shared library, just so the header can be ins...Steve Baker1-0/+12
2002-04-26add dir for floatcast headerSteve Baker1-2/+2
2002-04-25check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will c...Steve Baker1-0/+4
2002-04-25fixed missing quoteThomas Vander Stichele1-1/+1
2002-04-25macros to detect fast float to int casting, lrint and lrintf, thanks to Erik ...Steve Baker2-0/+54
2002-04-24added a typefind function for all supported audiofile types.Steve Baker2-13/+199
2002-04-22- when possible, bypass afReadFrames and just access the data directly. this ...Steve Baker1-110/+61
2002-04-21this works for me locally now, however it requires:Steve Baker1-38/+67