Commit Graph

28 Commits

Author SHA1 Message Date
c0ntrol
36d0f6e55a move shared libraries to veejay-core package 2019-06-15 14:55:39 +02:00
c0ntrol
e156f8c55c don't use negative values, indenting, warn about illegal frame access 2019-06-12 22:37:36 +02:00
c0ntrol
06f5317bfa log message 2019-05-28 02:49:42 +02:00
c0ntrol
9e30e8113b not using av_frame_unref until we close the reader 2019-01-22 23:15:59 +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
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
Niels Elburg
c58807d074 i686 build fixes, ffmpeg updates 2016-01-10 21:11:05 +01:00
niels
cc835b2e64 add LJPG decoder 2015-11-27 18:16:13 +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
c0ntrol
9f65ac6efe fix issue #13 (handle libav-11) 2015-10-08 18:22:47 +02:00
c0ntrol
59fc0d03ec include av.h in avhelper (fixes build error) 2015-10-06 21:00:38 +02:00
niels
83365867c8 remove duplicate definitions from supported_codecs (cleanup) 2015-09-02 21:31:39 +02:00
niels
355c1e730b fix loading of Y42B video files and removed some old stuff that never really worked 2015-09-02 21:27:13 +02:00
niels
f42ec143d0 consolidate avcodec_free_context and av_frame_unref, remove some compile warnings 2015-07-11 22:39:03 +02:00
niels
e326f66b5a call av_frame_unref after avcodec_decode_video 2015-06-25 00:18:12 +02:00
niels
5d61357efb fix leaks 2015-06-22 23:36:16 +02:00
niels
6aa8d4e897 fix some small leaks, sprintf -> snprintf, safe guards 2015-06-22 00:10:29 +02:00
niels
b0191b96a1 regression 2015-06-21 13:05:12 +02:00
niels
a27d407b29 fix leaks 2015-06-18 23:42:41 +02:00
niels
ce48f2b590 fix smaller leaks in avhelper 2015-06-03 00:21:08 +02:00
niels
e2356a75ae add avhelper for editlist files 2015-04-17 23:56:04 +02:00