Commit Graph

208 Commits

Author SHA1 Message Date
c0ntrol
a54669464e load image 2019-05-29 12:27:51 +02:00
c0ntrol
06f5317bfa log message 2019-05-28 02:49:42 +02:00
c0ntrol
3de4b0fbb7 fix / workarround some EDL and fx anim issues 2019-05-19 20:59:10 +02:00
c0ntrol
da9e64097d fix possible crash in send editlist routine 2019-05-18 21:18:19 +02:00
c0ntrol
e3becd86f0 better console messages, lock entire memory area allocated for FX processing 2019-01-24 21:38:15 +01:00
c0ntrol
9e30e8113b not using av_frame_unref until we close the reader 2019-01-22 23:15:59 +01:00
c0ntrol
b28cdbd5ce better and faster FX chain 2019-01-20 19:05:37 +01:00
c0ntrol
ff9fd1ca8f when opening an image, check list of supported image formats. add error messages when openining AVI file fails, add fixme 2019-01-11 18:53:06 +01:00
c0ntrol
178c57fdf9 add some FIXMEs, refactor, fix av log level, fix garbage in video 2019-01-08 22:33:06 +01:00
c0ntrol
2db26e310f remove debug message 2019-01-08 20:45:55 +01:00
c0ntrol
9cc9493746 fix enable/disable for new stream type (keep stream active), fix clearing packets, add very poor man's double buffering to deal with sync issues 2019-01-07 23:38:39 +01:00
c0ntrol
192761b9c6 fix #178, added new stream type 'avformat', added new VIMS 239, fix sample sequencer playback, set sample resume position during chain mixing to allow smooth transitions, remove obsolete functions, remove unneeded allocations, minor improvements to console log messages, fix sample sequencer recorder, fix looping in sample sequence recorder, fix playback of streams in sequencer 2019-01-05 23:56:14 +01:00
c0ntrol
67fbb48d72 #178, refactored part of libvjnet and changed to MJPEG encoding/decoding instead of LZO. For unicast stream, header is put before the payload. For multicast stream, header is included with each chunk and is defined in libvjnet/packet.h 2019-01-01 23:07:37 +01:00
c0ntrol
816cd362f5 fix issue #177, improved VIMS Bundles in reloaded UI, improved performance of finding VIMS events, fixed attaching/detaching VIMS events to keybindings, remove dot at the end of a console log message, removed a commented out function 2018-12-29 23:03:07 +01:00
c0ntrol
447c283e93 store codec identifier in lav structure 2018-12-28 19:26:43 +01:00
c0ntrol
0277a3f44c optimize out strncasecmp in routine that returns codec identifier given a fourcc 2018-12-27 20:21:25 +01:00
c0ntrol
996ccd3eb8 remove swscale backward compat defines (cpu detection is at runtime) 2018-12-27 20:18:50 +01:00
c0ntrol
9ddd8de8a9 #173 , add env var VEEJAY_AV_LOG to enable ffmpeg verbose logging 2018-11-09 17:50:32 +01:00
c0ntrol
41437f5138 fix issue #125 2018-10-06 13:15:40 +02:00
c0ntrol
46f804cb83 simplify and fix memory allocation in QT audio write 2018-09-22 20:40:35 +02:00
c0ntrol
a07d7cf39f fix null dereference 2018-09-15 21:03:58 +02:00
c0ntrol
cf3f55c63d fix freeing released memory 2018-09-15 21:03:31 +02:00
c0ntrol
56c5f8b7b2 fix allocation for qt files 2018-09-15 21:03:12 +02:00
c0ntrol
1896983715 take sizeof struct instead of primitive 2018-09-15 21:02:35 +02:00
c0ntrol
f4f77cfeea reduce compile warnings (fix bad indents, buffer sizes, etc) 2018-08-11 16:48:40 +02:00
Patric Schmitz
81ae1a7758 missing avcommon include for ffmpeg/libav formats 2016-06-26 01:39:06 +02:00
Patric Schmitz
f8803a9123 remove double libav format define 2016-06-26 01:37:49 +02:00
c0ntrol
3dfd9b836e fix #124 2016-06-03 19:49:57 +02:00
c0ntrol
1d3652dae3 issue #119, issue #111 2016-05-24 19:56:01 +02:00
c0ntrol
c92758cef8 issue #114 2016-05-24 18:39:42 +02:00
c0ntrol
5ffc786e3e av log level 2016-05-07 15:18:58 +02:00
c0ntrol
6e4535a52c fix issue #108, fix solid stream color wheel, added multicast streaming toggle button to reloaded, refacor libvjnet 2016-05-07 15:17:10 +02:00
c0ntrol
dc89c1c135 fix compile warnings ( ./configure --enable-compile-warnings ) 2016-03-25 16:16:04 +01:00
c0ntrol
cce52c2a7a cleanup, update email addr, fix compile warnings 2016-03-22 20:43:42 +01:00
c0ntrol
9e424049e6 issue #82, insert warning 2016-02-17 21:48:54 +01:00
Niels Elburg
c58807d074 i686 build fixes, ffmpeg updates 2016-01-10 21:11:05 +01:00
niels
20b122fe57 cleanup 2015-12-20 13:31:07 +01:00
niels
413085632e clean up 2015-12-10 22:37:52 +01:00
niels
4b7951308f fix issue #75 2015-12-08 21:09:00 +01:00
niels
5a7d7c349c fix mulitrack widget sensitivity, check for error after allocating memory in veejay client, limit preview width and height to size of buffer, reset chain when switching back to plain mode, set preview image format correctly, align VJFrame structure, reduce memory usage in performer, cleanup 2015-12-07 23:41:44 +01:00
niels
cc835b2e64 add LJPG decoder 2015-11-27 18:16:13 +01:00
niels
7c17ec46e4 clean up, remove obsolete code 2015-11-27 18:15:49 +01:00
niels
3c9ad87e81 remove print statements 2015-11-19 20:03:38 +01:00
niels
797a0ccdfc try to load pictures first (faster startup when loading images) 2015-11-14 23:08:36 +01:00
niels
de51f27776 issue #34 2015-11-07 21:39:49 +01:00
niels
80b656407a issue #34 2015-11-07 21:39:02 +01:00
niels
bf62dc742d libav compat specific version 2015-11-07 21:34:55 +01:00
niels
c094fcdc5a return bogus length for images 2015-11-01 00:50:39 +01:00
niels
ebf1ea9356 add format field 2015-10-31 22:07:12 +01:00
niels
7dc29309a4 fix ghost image in recorder 2015-10-31 22:06:46 +01:00