Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
Don't unref event after calling the default handler
|
|
Original commit message from CVS:
* fix to adder: don't pull on unusable pads
* fix to ladspa: get output buffers first, so we can know how many frames to
process
- this breaks inplace buffer stuff, hmm
* fix to float2int: add a bufferpool with the same nframes as the source pad's
pool -> no extra latency
|
|
Original commit message from CVS:
fix a segfault, and support ladspa 1.1 (default parameter values)
|
|
Original commit message from CVS:
Setup the YV12 to RGB converter too
|
|
Original commit message from CVS:
Add some more convertors (for YV12). this is getting silly...
|
|
Original commit message from CVS:
compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
|
|
Original commit message from CVS:
fixaroo
|
|
Original commit message from CVS:
unref events, do error checking
|
|
Original commit message from CVS:
negotiation fixes, small cleanups
|
|
Original commit message from CVS:
correcting the next_ts calculations
|
|
Original commit message from CVS:
attempt to fix my sucky dv and festival breakage.
|
|
Original commit message from CVS:
Add festival to the dist
|
|
Original commit message from CVS:
make jack work in all its full duplex glory
|
|
Original commit message from CVS:
Include right header file for memcpy
|
|
Original commit message from CVS:
Fixed problem with color conversion
Added conversion between YV12 and I420
|
|
Original commit message from CVS:
* working jack elements (fixed a problem in upstream jack)
* random other fixen...
|
|
Original commit message from CVS:
reorder
|
|
Original commit message from CVS:
distcheck fixes
|
|
osssink sync=false
Original commit message from CVS:
fix gstarts. the sound is krappy, but it does make sound -- remember to do osssink
sync=false
|
|
Original commit message from CVS:
a first feeble attempt at fixoring this beauty
|
|
Original commit message from CVS:
hacked around LADSPA_PATH as suggested to wingo
|
|
Original commit message from CVS:
remove this header
|
|
Original commit message from CVS:
this should be installed on the system
|
|
Original commit message from CVS:
include the system ladspa.h file
|
|
Original commit message from CVS:
doing the proper ladspa thing
|
|
Original commit message from CVS:
added LIBFAME_DIR
|
|
Original commit message from CVS:
anal fix
|
|
Original commit message from CVS:
Added fame decoder, no clue on how to actually implement it (yet)
|
|
Original commit message from CVS:
Make elements nanoseconds aware
|
|
Original commit message from CVS:
Added lots of configurable parameters including the exported objects of
fame.
|
|
Original commit message from CVS:
Some cleanups.
|
|
Original commit message from CVS:
silly mistake
|
|
Original commit message from CVS:
added encoding pattern property
B-frames don't work
|
|
Original commit message from CVS:
adding fame plugin
|
|
literally and needs some major fixing up
Original commit message from CVS:
adding preliminary libfame plugin
it's still too green to be useful, literally
and needs some major fixing up
|
|
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:
fix a problem in ladspa -- i think...
|
|
Original commit message from CVS:
use new dparams api. run demo_dparams to hear how smooth it is now
|
|
Original commit message from CVS:
dist fix
|
|
Original commit message from CVS:
various AC_HELP_STRING changes
|
|
Original commit message from CVS:
- Changed plugins for new APIs
- modularized audiofile.
- added seeking, query and convert functions for mad, mpeg2dec,
avidemux, mpegdemux, mpegparse
- sync updates to oss. removed the ossclock for now
|
|
Original commit message from CVS:
rename dvdsrc to dvdreadsrc
add libdvdnav support as dvdnavsrc plugin
|
|
Original commit message from CVS:
use new bytestream api
|
|
Original commit message from CVS:
update to new jack api
|
|
Original commit message from CVS:
fix sdl makefile
|
|
Original commit message from CVS:
still in anal-retentive mode, please make liberal use of the delete key
|
|
Original commit message from CVS:
conformity
|
|
signal or at a given frame
Original commit message from CVS:
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or
at a given frame
|
|
Original commit message from CVS:
add a yuv2yuv.h file
|
|
Original commit message from CVS:
swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
|