summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2002-11-28this dir is kicking my ass all over the placeThomas Vander Stichele3-3/+223
Original commit message from CVS: this dir is kicking my ass all over the place
2002-11-27Moved clock set/get to class functions.Wim Taymans1-1/+2
Original commit message from CVS: Moved clock set/get to class functions.
2002-11-23Remove modplug_types.cJeremy Simon1-220/+0
Original commit message from CVS: Remove modplug_types.c
2002-11-23Thanks Ken !Jeremy Simon2-1/+222
Original commit message from CVS: Patch from Ken MacLeod (Bug #98797), Thanks Ken !
2002-11-18I'm sure this is the worst way to deal with this but I can't be arsed to ↵Thomas Vander Stichele1-0/+1
look it up in the big black book Original commit message from CVS: I'm sure this is the worst way to deal with this but I can't be arsed to look it up in the big black book
2002-11-17Use bytestream to get buffer from sinkpad ( gst-player should play mod file ↵Jeremy Simon5-58/+361
now ;) Original commit message from CVS: Use bytestream to get buffer from sinkpad ( gst-player should play mod file now ;) Move module types build from mikmod to modplug
2002-11-02add dependency field so parallel makes don't failDavid I. Lehn1-1/+2
Original commit message from CVS: add dependency field so parallel makes don't fail
2002-11-01backmergeThomas Vander Stichele2-5/+6
Original commit message from CVS: backmerge
2002-10-17Some cleanups, fix for the blending codeWim Taymans2-84/+84
Original commit message from CVS: Some cleanups, fix for the blending code
2002-10-17Added measures and beats to the playondemand filter so it can act like an ↵Leif Johnson5-160/+458
audio sequencer. Currently defines three ex... Original commit message from CVS: Added measures and beats to the playondemand filter so it can act like an audio sequencer. Currently defines three extra globally visible functions, might eventually want to put them in an interface instead ?
2002-10-15- implemented clock sweep on 90 degree angles to compensate for aspect ratio.Wim Taymans4-275/+351
Original commit message from CVS: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. - implemented remaining clock wipes
2002-10-15Some more wipes, added radial wipesWim Taymans3-11/+515
Original commit message from CVS: Some more wipes, added radial wipes
2002-10-13Removed unused code, fixed a bugWim Taymans2-16/+2
Original commit message from CVS: Removed unused code, fixed a bug
2002-10-13- reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans7-212/+763
Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
2002-10-10Added the base framework for the SMPTE transitions and wipes.Wim Taymans8-0/+921
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.
2002-10-06adding libstdc++Thomas Vander Stichele2-1/+2
Original commit message from CVS: adding libstdc++
2002-09-29add licenseAndy Wingo2-0/+2
Original commit message from CVS: add license
2002-09-18plugins part of license field patchChristian Schaller26-2/+36
Original commit message from CVS: plugins part of license field patch
2002-09-11- Ripped some ID3 tag parsing from libid3 for typefind.Wim Taymans1-23/+40
Original commit message from CVS: - Ripped some ID3 tag parsing from libid3 for typefind. - Added ID3V1 to fypefind. - Don't check for a valid mp3 header after finding the ID3 tag as some ID3 tags seem broken.
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje11-38/+32
Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
2002-09-09removing warnings (approved by wtay)Thomas Vander Stichele5-23/+14
Original commit message from CVS: removing warnings (approved by wtay)
2002-09-09- isprint seems to detect and ascii stream betterWim Taymans1-1/+1
Original commit message from CVS: - isprint seems to detect and ascii stream better
2002-09-07Fix license to LGPL and add a file explaining the LGPL licenseChristian Schaller4-21/+29
Original commit message from CVS: Fix license to LGPL and add a file explaining the LGPL license
2002-08-30copy_on_writeThomas Vander Stichele2-0/+6
Original commit message from CVS: copy_on_write
2002-08-30get a writable bufferThomas Vander Stichele1-1/+4
Original commit message from CVS: get a writable buffer
2002-08-11add #include <stdlib.h> where neededSteve Baker1-0/+1
Original commit message from CVS: add #include <stdlib.h> where needed
2002-08-11qtdemux.c:315: warning: implicit declaration of function `free' ↵Steve Baker1-0/+2
qtdemux.c:331: warning: implicit declaration of funct... Original commit message from CVS: qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331: warning: implicit declaration of function `malloc'
2002-08-11demo-mp3.c:26: warning: implicit declaration of function `exit'Steve Baker1-0/+1
Original commit message from CVS: demo-mp3.c:26: warning: implicit declaration of function `exit'
2002-08-05fix for compilation when DEBUG is disabledThomas Vander Stichele1-2/+4
Original commit message from CVS: fix for compilation when DEBUG is disabled
2002-07-24updated so it uses a dblptr matrix, and worksErik Walthinsen1-8/+47
Original commit message from CVS: updated so it uses a dblptr matrix, and works
2002-07-23Added mixmatrix with naive capsnego, still needs work..Wim Taymans2-0/+480
Original commit message from CVS: Added mixmatrix with naive capsnego, still needs work..
2002-07-22Added simple video cropping pluginWim Taymans2-0/+429
Original commit message from CVS: Added simple video cropping plugin
2002-07-09xsharpen video filter from VirtualdubJeremy Simon4-0/+632
Original commit message from CVS: xsharpen video filter from Virtualdub
2002-07-08- use _merge instead of _appendWim Taymans1-1/+1
Original commit message from CVS: - use _merge instead of _append - unref events
2002-07-08- use _merge instead of _appendWim Taymans3-5/+21
Original commit message from CVS: - use _merge instead of _append - fix events in modplug
2002-06-27windowed sinc bandpass filterThomas Vander Stichele5-63/+435
Original commit message from CVS: windowed sinc bandpass filter
2002-06-27highly unoptimized windowed sinc filterThomas Vander Stichele5-2/+317
Original commit message from CVS: highly unoptimized windowed sinc filter
2002-06-17cosmetic changeThomas Vander Stichele1-5/+5
Original commit message from CVS: cosmetic change
2002-06-16Fix timestampsWim Taymans1-2/+2
Original commit message from CVS: Fix timestamps
2002-06-12working jack elements (fixed a problem in upstream jack) random other fixen...Andy Wingo2-13/+6
Original commit message from CVS: * working jack elements (fixed a problem in upstream jack) * random other fixen...
2002-06-11Fix seeking in modplug. It appears the seek really happened after getting ↵Wim Taymans1-16/+34
the next samples. Original commit message from CVS: Fix seeking in modplug. It appears the seek really happened after getting the next samples.
2002-06-09add seek event, first shot ;)Jeremy Simon2-55/+138
Original commit message from CVS: add seek event, first shot ;)
2002-06-08rearranging element treeThomas Vander Stichele1-1/+1
Original commit message from CVS: rearranging element tree
2002-06-04modplug should work (no seek events for now)Jeremy Simon1-6/+8
Original commit message from CVS: modplug should work (no seek events for now)
2002-06-04new filter subdir for standard audio filters first filter uses code from ↵Thomas Vander Stichele6-0/+762
vorbis to implement an iir filter not optimi... Original commit message from CVS: new filter subdir for standard audio filters first filter uses code from vorbis to implement an iir filter not optimized yet, iir code uses doubles and plugin uses float
2002-06-02Make elements nanoseconds awareWim Taymans1-1/+1
Original commit message from CVS: Make elements nanoseconds aware
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker4-0/+4
file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
2002-05-30Don't crash on events.Wim Taymans1-0/+4
Original commit message from CVS: Don't crash on events.
2002-05-27update to deal with events and set timestamps properlyAndy Wingo2-12/+13
Original commit message from CVS: update to deal with events and set timestamps properly
2002-05-15use new bytestream apiSteve Baker2-6/+8
Original commit message from CVS: use new bytestream api