forked from umlaeute/v4l2loopback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
85 lines (65 loc) · 2.49 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
v4l2loopback-0.5.0
- module parameters
'video_nr' manually sets device id(s)
- device attributes
via sysfs: /sys/devices/virtual/video4linux/video*/
'max_openers' per device
'fourcc' queries currently selected format
- ioctl fixes
avoid the BIG KERNEL LOCK
ENUM_FRAMEINTERVAL implementation
fixed ENUM_FRAMESIZES (fixes skype compatibilitiy)
fixes to buffer queue with multiple consumers
minor fixes to handling of standards, output enumeration and output formats
- more (and better) debugging output
- fixed memleaks in the examples
-- IOhannes m zmoelnig (gpg-key at iem) <[email protected]> Tue, 27 Dec 2011 19:01:25 +0100
v4l2loopback-0.4.1
- yuv4mpeg producer example
- kernel compatibility
fixed issues with kernels<2.6.32
fixed issues with kernel-3.1
-- IOhannes m zmoelnig (gpg-key at iem) <[email protected]> Thu, 24 Nov 2011 18:11:01 +0100
v4l2loopback-0.4
- fixed issues with non-trivial colorspaces (e.g. I420)
this should allow for more clients to work out-of-the-box
(e.g. no more caps-tweak with gstreamer)
- fixed timestamps
this allows playback with players that need monotonous
timestamps (e.g. ffmpeg)
- cleaned up code
-- IOhannes m zmoelnig <[email protected]> Tue, 29 Mar 2011 14:26:10 +0200
v4l2loopback-0.3
- tested writers:
GStreamer's normal "v4l2sink" element (from plugins-good)
GStreamer's "v4l2loopback" (deprecated by v4l2sink)
pd/Gem(0.93svn)
- tested readers:
GStreamer's "v4l2src"
pd/Gem(0.92)
vlc
xawtv (depending on image format)
mplayer (with correct image format, e.g. rgb32)
- code documentation
- added v4l2-documentation for easier offline programming
- added a lot of ioctls to meet the v4l2 standard
-- IOhannes m zmoelnig <[email protected]> Sun, 10 Oct 2010 21:18:22 +0200
v4l2loopback-0.2
- Linux 2.6.32 & 2.6.35
- tested with pd/Gem(0.93svn) and GStreamer's "v4l2loopback"
- add support for multiple video devices
- README, COPYING, AUTHORS
- re-organized file layout
-- IOhannes m zmoelnig <[email protected]> Tue Sep 28 09:46:47 CEST 2010
v4l2loopback-0.1
- Linux 2.6.28
- Skype support
- support for GStreamer's "v4l2loopback" element
- test application
- README
- dev: nonblocking I/O
- dev: VIDIOC_G_PARM
-- Gorinich Zmey <gorinich.zmey> Wed Jun 16 12:19:59 CEST 2010
v4l2loopback-0.0
- initial
-- Vasily Levin <[email protected]> Tue Feb 3 10:56:28 CET 2009