Age | Commit message (Expand) | Author | Files | Lines |
2002-11-28 | this dir is kicking my ass all over the place | Thomas Vander Stichele | 3 | -3/+223 |
2002-11-27 | Moved clock set/get to class functions. | Wim Taymans | 1 | -1/+2 |
2002-11-23 | Remove modplug_types.c | Jeremy Simon | 1 | -220/+0 |
2002-11-23 | Thanks Ken ! | Jeremy Simon | 2 | -1/+222 |
2002-11-18 | I'm sure this is the worst way to deal with this but I can't be arsed to look... | Thomas Vander Stichele | 1 | -0/+1 |
2002-11-17 | Use bytestream to get buffer from sinkpad ( gst-player should play mod file n... | Jeremy Simon | 5 | -58/+361 |
2002-11-02 | add dependency field so parallel makes don't fail | David I. Lehn | 1 | -1/+2 |
2002-11-01 | backmerge | Thomas Vander Stichele | 2 | -5/+6 |
2002-10-17 | Some cleanups, fix for the blending code | Wim Taymans | 2 | -84/+84 |
2002-10-17 | Added measures and beats to the playondemand filter so it can act like an aud... | Leif Johnson | 5 | -160/+458 |
2002-10-15 | - implemented clock sweep on 90 degree angles to compensate for aspect ratio. | Wim Taymans | 4 | -275/+351 |
2002-10-15 | Some more wipes, added radial wipes | Wim Taymans | 3 | -11/+515 |
2002-10-13 | Removed unused code, fixed a bug | Wim Taymans | 2 | -16/+2 |
2002-10-13 | - reimplemented using organic masks, rendered with gouraud shaded triangles | Wim Taymans | 7 | -212/+763 |
2002-10-10 | Added the base framework for the SMPTE transitions and wipes. | Wim Taymans | 8 | -0/+921 |
2002-10-06 | adding libstdc++ | Thomas Vander Stichele | 2 | -1/+2 |
2002-09-29 | add license | Andy Wingo | 2 | -0/+2 |
2002-09-18 | plugins part of license field patch | Christian Schaller | 26 | -2/+36 |
2002-09-11 | - Ripped some ID3 tag parsing from libid3 for typefind. | Wim Taymans | 1 | -23/+40 |
2002-09-10 | This updates all plugins to the new API for gst_pad_try_set_caps | Ronald S. Bultje | 11 | -38/+32 |
2002-09-09 | removing warnings (approved by wtay) | Thomas Vander Stichele | 5 | -23/+14 |
2002-09-09 | - isprint seems to detect and ascii stream better | Wim Taymans | 1 | -1/+1 |
2002-09-07 | Fix license to LGPL and add a file explaining the LGPL license | Christian Schaller | 4 | -21/+29 |
2002-08-30 | copy_on_write | Thomas Vander Stichele | 2 | -0/+6 |
2002-08-30 | get a writable buffer | Thomas Vander Stichele | 1 | -1/+4 |
2002-08-11 | add #include <stdlib.h> where needed | Steve Baker | 1 | -0/+1 |
2002-08-11 | qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331... | Steve Baker | 1 | -0/+2 |
2002-08-11 | demo-mp3.c:26: warning: implicit declaration of function `exit' | Steve Baker | 1 | -0/+1 |
2002-08-05 | fix for compilation when DEBUG is disabled | Thomas Vander Stichele | 1 | -2/+4 |
2002-07-24 | updated so it uses a dblptr matrix, and works | Erik Walthinsen | 1 | -8/+47 |
2002-07-23 | Added mixmatrix with naive capsnego, still needs work.. | Wim Taymans | 2 | -0/+480 |
2002-07-22 | Added simple video cropping plugin | Wim Taymans | 2 | -0/+429 |
2002-07-09 | xsharpen video filter from Virtualdub | Jeremy Simon | 4 | -0/+632 |
2002-07-08 | - use _merge instead of _append | Wim Taymans | 1 | -1/+1 |
2002-07-08 | - use _merge instead of _append | Wim Taymans | 3 | -5/+21 |
2002-06-27 | windowed sinc bandpass filter | Thomas Vander Stichele | 5 | -63/+435 |
2002-06-27 | highly unoptimized windowed sinc filter | Thomas Vander Stichele | 5 | -2/+317 |
2002-06-17 | cosmetic change | Thomas Vander Stichele | 1 | -5/+5 |
2002-06-16 | Fix timestamps | Wim Taymans | 1 | -2/+2 |
2002-06-12 | working jack elements (fixed a problem in upstream jack) random other fixen... | Andy Wingo | 2 | -13/+6 |
2002-06-11 | Fix seeking in modplug. It appears the seek really happened after getting the... | Wim Taymans | 1 | -16/+34 |
2002-06-09 | add seek event, first shot ;) | Jeremy Simon | 2 | -55/+138 |
2002-06-08 | rearranging element tree | Thomas Vander Stichele | 1 | -1/+1 |
2002-06-04 | modplug should work (no seek events for now) | Jeremy Simon | 1 | -6/+8 |
2002-06-04 | new filter subdir for standard audio filters first filter uses code from vorb... | Thomas Vander Stichele | 6 | -0/+762 |
2002-06-02 | Make elements nanoseconds aware | Wim Taymans | 1 | -1/+1 |
2002-05-31 | add ranks only for plugins who participate in autoplugging. If you have a fi... | Steve Baker | 4 | -0/+4 |
2002-05-30 | Don't crash on events. | Wim Taymans | 1 | -0/+4 |
2002-05-27 | update to deal with events and set timestamps properly | Andy Wingo | 2 | -12/+13 |
2002-05-15 | use new bytestream api | Steve Baker | 2 | -6/+8 |