summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2002-10-17Some cleanups, fix for the blending codeWim Taymans2-84/+84
2002-10-17Added measures and beats to the playondemand filter so it can act like an aud...Leif Johnson5-160/+458
2002-10-15- implemented clock sweep on 90 degree angles to compensate for aspect ratio.Wim Taymans4-275/+351
2002-10-15Some more wipes, added radial wipesWim Taymans3-11/+515
2002-10-13Removed unused code, fixed a bugWim Taymans2-16/+2
2002-10-13- reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans7-212/+763
2002-10-10Added the base framework for the SMPTE transitions and wipes.Wim Taymans8-0/+921
2002-10-06adding libstdc++Thomas Vander Stichele2-1/+2
2002-09-29add licenseAndy Wingo2-0/+2
2002-09-18plugins part of license field patchChristian Schaller26-2/+36
2002-09-11- Ripped some ID3 tag parsing from libid3 for typefind.Wim Taymans1-23/+40
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje11-38/+32
2002-09-09removing warnings (approved by wtay)Thomas Vander Stichele5-23/+14
2002-09-09- isprint seems to detect and ascii stream betterWim Taymans1-1/+1
2002-09-07Fix license to LGPL and add a file explaining the LGPL licenseChristian Schaller4-21/+29
2002-08-30copy_on_writeThomas Vander Stichele2-0/+6
2002-08-30get a writable bufferThomas Vander Stichele1-1/+4
2002-08-11add #include <stdlib.h> where neededSteve Baker1-0/+1
2002-08-11qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331...Steve Baker1-0/+2
2002-08-11demo-mp3.c:26: warning: implicit declaration of function `exit'Steve Baker1-0/+1
2002-08-05fix for compilation when DEBUG is disabledThomas Vander Stichele1-2/+4
2002-07-24updated so it uses a dblptr matrix, and worksErik Walthinsen1-8/+47
2002-07-23Added mixmatrix with naive capsnego, still needs work..Wim Taymans2-0/+480
2002-07-22Added simple video cropping pluginWim Taymans2-0/+429
2002-07-09xsharpen video filter from VirtualdubJeremy Simon4-0/+632
2002-07-08- use _merge instead of _appendWim Taymans1-1/+1
2002-07-08- use _merge instead of _appendWim Taymans3-5/+21
2002-06-27windowed sinc bandpass filterThomas Vander Stichele5-63/+435
2002-06-27highly unoptimized windowed sinc filterThomas Vander Stichele5-2/+317
2002-06-17cosmetic changeThomas Vander Stichele1-5/+5
2002-06-16Fix timestampsWim Taymans1-2/+2
2002-06-12working jack elements (fixed a problem in upstream jack) random other fixen...Andy Wingo2-13/+6
2002-06-11Fix seeking in modplug. It appears the seek really happened after getting the...Wim Taymans1-16/+34
2002-06-09add seek event, first shot ;)Jeremy Simon2-55/+138
2002-06-08rearranging element treeThomas Vander Stichele1-1/+1
2002-06-04modplug should work (no seek events for now)Jeremy Simon1-6/+8
2002-06-04new filter subdir for standard audio filters first filter uses code from vorb...Thomas Vander Stichele6-0/+762
2002-06-02Make elements nanoseconds awareWim Taymans1-1/+1
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker4-0/+4
2002-05-30Don't crash on events.Wim Taymans1-0/+4
2002-05-27update to deal with events and set timestamps properlyAndy Wingo2-12/+13
2002-05-15use new bytestream apiSteve Baker2-6/+8
2002-05-15use new bytestream api. please test if you care about this pluginSteve Baker1-6/+8
2002-05-13still in anal-retentive mode, please make liberal use of the delete keyThomas Vander Stichele1-5/+5
2002-05-13conformityThomas Vander Stichele1-6/+5
2002-05-03various name fixes and sundryThomas Vander Stichele1-2/+2
2002-05-01adding new quicktime parser:Artyom Baginski4-0/+883
2002-04-27festival doesn't depend on the libsThomas Vander Stichele3-0/+637
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo20-21/+478
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo22-110/+110