This website requires JavaScript.
Explore
Help
Sign In
eessppeelllloo
/
veejay
Watch
1
Star
0
Fork
0
You've already forked veejay
mirror of
https://github.com/game-stop/veejay.git
synced
2025-12-24 00:30:01 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bde9ddb81f4fdf3293400ec5a426f79950e504d1
veejay
/
veejay-current
/
veejay-server
/
libstream
History
niels
2494d9df26
remove old stuff, fix ssize_t, align multiple of 32 bytes, fix Map B to A by threshold, fix some leaks at exit, pre-allocate memory for fx-chain to eliminate dynamic memory allocation when switching samples or manipulating the fx chain, add docs/README.memory, add commandline option to disable static fx chain, take size of static chain in account when combined with -m option, update man page, clear font worker after samples are deleted, fix possible oob write in srt get list, lock static chain to RAM (non fatal), dont clear job and task argument in multithreader (no effect)
2015-06-05 02:05:40 +02:00
..
dv1394.h
Initial checkin of veejay 1.4
2008-11-10 20:16:24 +00:00
frequencies.c
added env VEEJAY_CAPTURE_DEVICE to set unicap or v4lutil capturing, unicap is optional, imported kentaro's v4l1 utility library, default behaviour is now to use v4lutil, fixed vims 240
2008-11-23 00:28:08 +00:00
frequencies.h
added env VEEJAY_CAPTURE_DEVICE to set unicap or v4lutil capturing, unicap is optional, imported kentaro's v4l1 utility library, default behaviour is now to use v4lutil, fixed vims 240
2008-11-23 00:28:08 +00:00
Makefile.am
fix compile warnings, fix setting of optimziation level, move subsample to libsubsample, disable optimization level for libsubsample, fix crash on exit, clean up, smaller bugfixes
2014-12-22 00:11:13 +01:00
v4l2utils.c
check if width and height are set for loopback device
2015-05-22 19:44:00 +02:00
v4l2utils.h
update reloaded's configure.ac ( use AC_DEFINE consistently and fix CFLAGS ), fix SSE CFLAGS in veejay server's configure, fix many compiler warnings
2014-12-21 01:09:10 +01:00
v4lutils.c
fix CFLAGS in sendVIMS for puredata, minor updates to documentation, fixed small memory leak, removed all assertions except on libhash and lzo selftest, fix some console log messages
2015-04-23 21:21:56 +02:00
v4lutils.h
fix compilation of v4l2. re-run autogen.sh
2011-03-28 21:41:45 +02:00
v4lvideo.c
fix CFLAGS in sendVIMS for puredata, minor updates to documentation, fixed small memory leak, removed all assertions except on libhash and lzo selftest, fix some console log messages
2015-04-23 21:21:56 +02:00
v4lvideo.h
fix setting norm to NTSC, fix NTSC in dummy mode, display norm when opening v4l devices, added environment var 'VEEJAY_RUN_MODE' to run old dummy mode, new mode runs in PAL or NTSC highest resolution by default.
2010-02-02 19:19:01 +00:00
vj-dv1394.c
fixing bugs eeh
2010-02-05 21:22:32 +00:00
vj-dv1394.h
Initial checkin of veejay 1.4
2008-11-10 20:16:24 +00:00
vj-net.c
remove old stuff, fix ssize_t, align multiple of 32 bytes, fix Map B to A by threshold, fix some leaks at exit, pre-allocate memory for fx-chain to eliminate dynamic memory allocation when switching samples or manipulating the fx chain, add docs/README.memory, add commandline option to disable static fx chain, take size of static chain in account when combined with -m option, update man page, clear font worker after samples are deleted, fix possible oob write in srt get list, lock static chain to RAM (non fatal), dont clear job and task argument in multithreader (no effect)
2015-06-05 02:05:40 +02:00
vj-net.h
refactor unicast streaming, solve flickering frame issue
2015-04-27 21:13:41 +02:00
vj-tag.c
remove old stuff, fix ssize_t, align multiple of 32 bytes, fix Map B to A by threshold, fix some leaks at exit, pre-allocate memory for fx-chain to eliminate dynamic memory allocation when switching samples or manipulating the fx chain, add docs/README.memory, add commandline option to disable static fx chain, take size of static chain in account when combined with -m option, update man page, clear font worker after samples are deleted, fix possible oob write in srt get list, lock static chain to RAM (non fatal), dont clear job and task argument in multithreader (no effect)
2015-06-05 02:05:40 +02:00
vj-tag.h
drop old parameter limit, new limit is 32 parameters (with 16 available in reloaded). changed VIMS 361 from static parameter length to variable length to account for more then 8 parameters, changed VIMS 410 to first return all sample properties, then parameters. added argyment to VIMS 145, fixed a couple of things, added parameters and sliders to reloaded
2015-03-01 18:20:43 +01:00
vj-vloopback.c
clean up, remove unneeded function
2015-05-22 20:58:32 +02:00
vj-vloopback.h
clean up, remove unneeded function
2015-05-22 20:58:32 +02:00
vj-yuv4mpeg.c
fix CFLAGS in sendVIMS for puredata, minor updates to documentation, fixed small memory leak, removed all assertions except on libhash and lzo selftest, fix some console log messages
2015-04-23 21:21:56 +02:00
vj-yuv4mpeg.h
fix editlist display in reloaded, fix video file loading, fix edit list routines, fix yuv4mpeg, fix video settings initialization
2015-04-17 23:52:34 +02:00