Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
add dependency field so parallel makes don't fail
|
|
Original commit message from CVS:
backmerge
|
|
Original commit message from CVS:
Some cleanups, fix for the blending code
|
|
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 ?
|
|
Original commit message from CVS:
- implemented clock sweep on 90 degree angles to compensate for aspect
ratio.
- implemented remaining clock wipes
|
|
Original commit message from CVS:
Some more wipes, added radial wipes
|
|
Original commit message from CVS:
Removed unused code, fixed a bug
|
|
Original commit message from CVS:
- reimplemented using organic masks, rendered with gouraud shaded triangles
- implemented more masks
- implemented adjustable border
|
|
Original commit message from CVS:
Added the base framework for the SMPTE transitions and wipes.
|
|
Original commit message from CVS:
adding libstdc++
|
|
Original commit message from CVS:
add license
|
|
Original commit message from CVS:
plugins part of license field patch
|
|
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.
|
|
Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps
|
|
Original commit message from CVS:
removing warnings (approved by wtay)
|
|
Original commit message from CVS:
- isprint seems to detect and ascii stream better
|
|
Original commit message from CVS:
Fix license to LGPL and add a file explaining the LGPL license
|
|
Original commit message from CVS:
copy_on_write
|
|
Original commit message from CVS:
get a writable buffer
|
|
Original commit message from CVS:
add #include <stdlib.h> where needed
|
|
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'
|
|
Original commit message from CVS:
demo-mp3.c:26: warning: implicit declaration of function `exit'
|
|
Original commit message from CVS:
fix for compilation when DEBUG is disabled
|
|
Original commit message from CVS:
updated so it uses a dblptr matrix, and works
|
|
Original commit message from CVS:
Added mixmatrix with naive capsnego, still needs work..
|
|
Original commit message from CVS:
Added simple video cropping plugin
|
|
Original commit message from CVS:
xsharpen video filter from Virtualdub
|
|
Original commit message from CVS:
- use _merge instead of _append
- unref events
|
|
Original commit message from CVS:
- use _merge instead of _append
- fix events in modplug
|
|
Original commit message from CVS:
windowed sinc bandpass filter
|
|
Original commit message from CVS:
highly unoptimized windowed sinc filter
|
|
Original commit message from CVS:
cosmetic change
|
|
Original commit message from CVS:
Fix timestamps
|
|
Original commit message from CVS:
* working jack elements (fixed a problem in upstream jack)
* random other fixen...
|
|
the next samples.
Original commit message from CVS:
Fix seeking in modplug. It appears the seek really happened after getting
the next samples.
|
|
Original commit message from CVS:
add seek event, first shot ;)
|
|
Original commit message from CVS:
rearranging element tree
|
|
Original commit message from CVS:
modplug should work (no seek events for now)
|
|
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
|
|
Original commit message from CVS:
Make elements nanoseconds aware
|
|
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.
|
|
Original commit message from CVS:
Don't crash on events.
|
|
Original commit message from CVS:
update to deal with events and set timestamps properly
|
|
Original commit message from CVS:
use new bytestream api
|
|
Original commit message from CVS:
use new bytestream api. please test if you care about this plugin
|
|
Original commit message from CVS:
still in anal-retentive mode, please make liberal use of the delete key
|
|
Original commit message from CVS:
conformity
|
|
Original commit message from CVS:
various name fixes and sundry
|
|
Original commit message from CVS:
adding new quicktime parser:
- openquicktime free (hense gst/qtdemux)
- no more seeks for parsing -> better for network streams
- uses GstByteStream
- less memcpy's
- long ChangeLog record in pompous style
|
|
Original commit message from CVS:
festival doesn't depend on the libs
|