summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dump plugin info on activate if compiled with strict checking -HEADmasterniels2 days16-136/+158
* clean up lzo, fix warningsniels2 days2-99/+21
* fix possible segfault in yuv encoders -niels3 days11-276/+440
* verify index valueniels2013-04-241-0/+3
* read VIMS messages larger then 4096 bytes (FX Anim and others, large packet)niels2013-04-213-12/+47
* spacebar + capslockniels2013-04-192-6/+11
* add VIMS to play next sample (sequencer -> next, next sample or stream). trig...niels2013-04-194-0/+67
* drop sub_id assignmentniels2013-03-201-1/+0
* patch veejay to work with pdniels2013-03-105-19/+29
* Merge branch 'master' of code.dyne.org:veejayniels2013-03-10143-2554/+3808
|\
| * fix FX anim. touches both server and client , upgrade both.niels2013-02-247-49/+48
| * fallback to read/write if mmap fails on v4l2loopback.niels2013-02-121-8/+11
| * fix freeframe plugin parametersniels2013-02-092-47/+41
| * pushniels2013-02-077-101/+133
| * fix crash due to initializing dummy fx in wrong place (happens when fx list i...niels2013-01-044-5/+8
| * fix vims AUDIO_ENABLE 306 , 307niels2013-01-042-8/+18
| * bump version to .24niels2013-01-041-2/+2
| * fix problem of needing to skip audio every 3-5 frames even when frames are fi...niels2013-01-043-56/+77
| * removed an effect (map b to a, texture map)niels2013-01-024-14/+12
| * allow multi threaded decoding in ffmpeg, use cached scaler context for edlniels2013-01-025-47/+114
| * clock_gettime configure.ac check, put -lrt anyways.niels2012-12-313-2/+10
| * add -lrt to libveejay_la_LDFLAGSniels2012-12-311-1/+1
| * correct messageniels2012-12-311-1/+1
| * correct timer threshold for warning messageniels2012-12-311-2/+1
| * fixniels2012-12-312-3/+3
| * fix audio ticks, increased resampler to 32 slots (affects slow motion speed),...niels2012-12-307-143/+133
| * added VEEJAY_MAX_FILESIZEniels2012-12-3013-194/+158
| * check for unconfigured vloopback device (no width,height values setup)niels2012-12-301-4/+20
| * update man page, bump version to .22v1.5.22niels2012-12-292-11/+16
| * fix segv in various weird effectsniels2012-12-291-48/+14
| * fix leak in picinpic + align memoryniels2012-12-291-4/+12
| * drop yuv_alloc, move allocation to FX (align on 8 byte boundary) (fixes segv)niels2012-12-2923-141/+148
| * also look at width,height for vloopback output scalerniels2012-12-291-1/+2
| * added vloopback as output driver ( requires --output-file )niels2012-12-296-40/+142
| * restore radioactive, include task count in motionblurniels2012-12-282-7/+8
| * multithreaded motion blurniels2012-12-282-27/+27
| * fixes and deletesniels2012-12-2811-105/+88
| * drop unnessary update, fix invalid write in lumablendniels2012-12-284-5/+10
| * fix opacity by threshold, disable blur in multithread modeniels2012-12-281-1/+1
| * bugfixes to a few FX, fixed multi thread task balancer,fixed removing shm seg...niels2012-12-2812-80/+97
| * fix strides for multithreaded sampling and working with FX in supersampled dataniels2012-11-263-59/+59
| * uv plane sizes not correct (greenish pixels), bugfix pending ..niels2012-11-251-2/+0
| * auto clear sampling varniels2012-11-252-5/+3
| * fix typoniels2012-11-251-1/+1
| * keep fx row locked in ramniels2012-11-251-1/+2
| * free internal buffer (or run out of memory)niels2012-11-254-13/+10
| * drop overlap buffer after useniels2012-11-251-0/+1
| * fix reloaded build against newer ffmpeg, add large file support (avilib still...niels2012-11-25100-1474/+2540
| * disable multithreaded sub supersampling. model incompleteniels2012-11-232-12/+14
| * fix segfault on 64bitniels2012-11-222-24/+16