Skip to content

Commit

Permalink
releasing 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Jun 2, 2015
1 parent be3e01b commit cc6b973
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -8,6 +8,8 @@ IOhannes m zmoelnig <zmoelnig AT iem DOT at>
Javier Infante <jabiinfante AT gmail DOT com>
Scott Maines <smaines AT alaya DOT com>
Stefan Diewald <stefan.diewald AT mytum DOT de>
Tasos Sahanidis <tasos AT tasossah DOT com>
tz
Ted Mielczarek <ted AT mielczarek DOT org>
Vasily Levin
Yusuke Ohshima <git AT yukke DOT org>
51 changes: 51 additions & 0 deletions ChangeLog
@@ -1,3 +1,54 @@
v4l2loopback (0.9.0) unstable; urgency=medium

[ IOhannes m zmölnig ]
* formats
* support more formats
* support compressed formats
* move formats-enumeration to separate file
* tools to implement missing formats
* controls
* disable deprecated vidioc_*ctrl callbacks
* register custom-controls
* use ctrl_config information in (deprecated) queryctrl
* fixed bugs
* used static code analysis to find more bugs
* more error checking
* check timeperframe before setting it (Closes: #61)
* make MAX_DEVICES/TIMEOUT/BUFFERS settable during build-process (Closes: #55)
* check for errors returned by get_capture_buffer()
* check whether there is at least 1 requestbuffer
* unsigned comparision against <0
* avoid setting b->count to negative/null
* ...
* fixed typos
* code formatting
* standards compliancy
* standard-conformant bus_info
* pretend to not support {G,S,ENUM}_{IN,OUT}PUT depending on state
* only pretend to not support IN/OUTPUT enumeration in exclusive-caps mode
* test programs
* for (de)queuing buffers
* for writing interlaced video
* compatibility with newer kernels
* compatibility with older kernels
* Updated documentation
* Removed GFDL document
* note where to get API documentation

[ tatokis ]
* Updated v4l2loopback.c to compile on >= 3.18 kernel

[ tz ]
* add ondemandcam

[ Yusuke Ohshima ]
* Fix issue #79

[ Tasos Sahanidis ]
* Fix for kernel 4.0

-- IOhannes m zmölnig <zmoelnig@umlaeute.mur.at> Tue, 02 Jun 2015 19:58:39 +0200

v4l2loopback (0.8.0) unstable; urgency=medium

[ Dmitry Eremin ]
Expand Down
8 changes: 8 additions & 0 deletions NEWS
@@ -1,3 +1,11 @@
v4l2loopback-0.9.0

- more formats
- kernel compatibility
fixed issues with kernel up to 4.0

-- IOhannes m zmölnig <zmoelnig@umlaeute.mur.at> Tue, 02 Jun 2015 19:58:39 +0200

v4l2loopback-0.8.0

- DKMS config
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="v4l2loopback"
PACKAGE_VERSION="0.8.0"
PACKAGE_VERSION="0.9.0"

# Items below here should not have to change with each driver version
MAKE[0]="make KERNEL_DIR=${kernel_source_dir} all"
Expand Down

0 comments on commit cc6b973

Please sign in to comment.