summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2002-02-04adding tarkin to build to try building it run configure with ↵Thomas Vander Stichele1-2/+8
--enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental
2002-02-04fix a error I caused by not seeing the nested commentsChristian Schaller1-5/+5
Original commit message from CVS: fix a error I caused by not seeing the nested comments
2002-02-03// to /* */ fixesChristian Schaller4-43/+43
Original commit message from CVS: // to /* */ fixes
2002-02-03Assorted fixes.Wim Taymans1-14/+18
Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
2002-02-03Added a tarkin encoder/decoder plugin.Wim Taymans22-0/+4097
Original commit message from CVS: Added a tarkin encoder/decoder plugin. I moved the tarking CVS code in here temporarily until they have a library (hence this plugin is in ext) test with: ./gst-launch filesrc location=/opt/data/shihad.mpg ! mpegdemux video_00! { queue ! mpeg2dec ! colorspace ! tarkinenc bitrate=3000 ! disksink location=out.ogg } ./gst-launch filesrc location=out.ogg ! tarkindec ! colorspace ! xvideosink
2002-02-02Faster RGB to YUV conversionWim Taymans1-113/+43
Original commit message from CVS: Faster RGB to YUV conversion
2002-01-31Various fixesRonald S. Bultje2-4/+2
Original commit message from CVS: Various fixes
2002-01-22Updated ladspa to work with the new caps nego stuff. Also updated it to work ↵Leif Johnson2-238/+328
in using a loop function for configurati... Original commit message from CVS: Updated ladspa to work with the new caps nego stuff. Also updated it to work in any M sinkpads by N srcpads configuration (M > -1 and N > 0), using a loop function for configurations other than M == N == 1 or M == 0.
2002-01-22Modified passthrough, adder, playondemand, float2int, int2float, and ladspa ↵Leif Johnson1-3/+1
to work with the new caps nego changes. Original commit message from CVS: Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to work with the new caps nego changes. Updated adder to work with float data, now uses bytestreams. Updated ladspa to work in any M sinkpads by N srcpads configuration, M > -1 and N > 0. Also updated ladspa to work as a loop-based element using bytestreams for MxN configurations other than M == N == 1 or M == 0.
2002-01-20Return donw when we changed the caps in the connect function.Wim Taymans1-2/+2
Original commit message from CVS: Return donw when we changed the caps in the connect function.
2002-01-18- plugins are built without versioning infoWrobell9-0/+10
Original commit message from CVS: - plugins are built without versioning info
2002-01-17mjpegtools dirThomas Vander Stichele1-10/+10
Original commit message from CVS: mjpegtools dir
2002-01-17jpegmmx addition and some small changesRonald S. Bultje2-13/+20
Original commit message from CVS: jpegmmx addition and some small changes
2002-01-16Implemented resizingRonald S. Bultje1-3/+21
Original commit message from CVS: Implemented resizing
2002-01-16... and cvs commits should not be allowed for people who spent six hours on ↵Thomas Vander Stichele1-1/+0
the phone talking to hardware vendors and... Original commit message from CVS: ... and cvs commits should not be allowed for people who spent six hours on the phone talking to hardware vendors and struggling with failing raid systems
2002-01-16how do people expect sdl to build if make has no way of getting to the dir ↵Thomas Vander Stichele1-1/+1
and we don't point it in the right directi... Original commit message from CVS: how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right direction ?
2002-01-15It worksRonald S. Bultje1-9/+13
Original commit message from CVS: It works
2002-01-15Updated all plugins to new capsnego format and added some small usability ↵Ronald S. Bultje1-57/+47
enhancements to v4lelement Original commit message from CVS: Updated all plugins to new capsnego format and added some small usability enhancements to v4lelement
2002-01-13Bring the plugins in sync with the new core capsnego system.Wim Taymans9-210/+450
Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
2002-01-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn9-24/+25
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2002-01-12enable festival buildDavid I. Lehn1-4/+4
Original commit message from CVS: * enable festival build
2002-01-10BugfixRonald S. Bultje1-2/+5
Original commit message from CVS: Bugfix
2002-01-10Oops, a small bug which I forgot aboutRonald S. Bultje1-0/+2
Original commit message from CVS: Oops, a small bug which I forgot about
2002-01-10Added support for user-specified width and height with YUV-scaling, added ↵Ronald S. Bultje2-138/+299
support for embedded SDL-windows in other X... Original commit message from CVS: Added support for user-specified width and height with YUV-scaling, added support for embedded SDL-windows in other Xwindows, added support for some more YUV types as input
2002-01-10fix glib2's complaining on the params of some plugins there's still some ↵Andy Wingo1-5/+12
work to be done: s/-$//g; && s/\(.*$//; Original commit message from CVS: fix glib2's complaining on the params of some plugins there's still some work to be done: s/-$//g; && s/\(.*$//;
2002-01-08fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: fixes
2002-01-07fix for gsmAndy Wingo2-0/+8
Original commit message from CVS: fix for gsm
2002-01-06siddec checks that work not extremely robust, but functionalAndy Wingo1-5/+5
Original commit message from CVS: siddec checks that work not extremely robust, but functional
2002-01-04wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwaveAndy Wingo2-0/+69
Original commit message from CVS: wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwave
2002-01-04more fixingThomas Vander Stichele1-1/+1
Original commit message from CVS: more fixing
2002-01-04more fixingThomas Vander Stichele1-11/+16
Original commit message from CVS: more fixing
2002-01-04this might be betterThomas Vander Stichele1-10/+12
Original commit message from CVS: this might be better
2002-01-04arts make distcheck fixThomas Vander Stichele1-0/+4
Original commit message from CVS: arts make distcheck fix
2002-01-02these needed fixing tooThomas Vander Stichele2-2/+2
Original commit message from CVS: these needed fixing too
2002-01-02small fixesThomas Vander Stichele1-18/+36
Original commit message from CVS: small fixes
2001-12-30smoothwave fixinThomas Vander Stichele5-1/+390
Original commit message from CVS: smoothwave fixin
2001-12-29omega: you agreed on starting rate from 1000, which is really neeeded for ↵Zeeshan Ali3-4/+22
Apps like mine(zchat) Original commit message from CVS: omega: you agreed on starting rate from 1000, which is really neeeded for Apps like mine(zchat)
2001-12-28Fixed some pluginsWim Taymans2-13/+11
Original commit message from CVS: Fixed some plugins
2001-12-26taaz's virtual patchThomas Vander Stichele1-5/+5
Original commit message from CVS: taaz's virtual patch
2001-12-26Fixed the smooothwave madness removed a yield from vorbisdec don't call ↵Wim Taymans1-1/+1
mpeg2_close, it seems to segfault sometimes. Original commit message from CVS: Fixed the smooothwave madness removed a yield from vorbisdec don't call mpeg2_close, it seems to segfault sometimes.
2001-12-26muahahahaha. gstreamer-compprep initializes every plugin so it's a good way ↵Andy Wingo2-7/+14
of figuring out plugin issues. it spits o... Original commit message from CVS: muahahahaha. gstreamer-compprep initializes every plugin so it's a good way of figuring out plugin issues. it spits out no more errors now.
2001-12-25dohThomas Vander Stichele1-1/+1
Original commit message from CVS: doh
2001-12-25more distcheck fixesThomas Vander Stichele1-4/+11
Original commit message from CVS: more distcheck fixes
2001-12-25something stupidThomas Vander Stichele1-1/+1
Original commit message from CVS: something stupid
2001-12-24make arts stuff work, i thinkAndy Wingo2-16/+16
Original commit message from CVS: make arts stuff work, i think
2001-12-23Fixed some leftover fixesWim Taymans2-20/+13
Original commit message from CVS: Fixed some leftover fixes
2001-12-23removing arts and artsd for nowThomas Vander Stichele1-1/+2
Original commit message from CVS: removing arts and artsd for now
2001-12-23somebody better explain this arts stuff to meThomas Vander Stichele1-1/+1
Original commit message from CVS: somebody better explain this arts stuff to me
2001-12-23hm, lots seems to have changedThomas Vander Stichele1-5/+7
Original commit message from CVS: hm, lots seems to have changed
2001-12-23trying to get arts inThomas Vander Stichele1-0/+12
Original commit message from CVS: trying to get arts in