~ubuntu-branches/debian/sid/v4l-utils/sid

« back to all changes in this revision

Viewing changes to README.lib-multi-threading

  • Committer: Package Import Robot
  • Author(s): Gregor Jasny
  • Date: 2012-04-14 19:42:06 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120414194206-nmgagyd9wc5dz0br
Tags: 0.8.8-1
* Imported Upstream version 0.8.8
  - Revert Lenovo X201 upside down table entry (Closes: #667958)
  - libv4lconvert: Use bytesperline instead of width
  - libv4lconver: Add 06f8:301b pac7302 based cam to the quirk table
  - tinyjpeg: Better luminance quantization table for Pixart JPEG
  - tinyjpeg: Fix out of bounds array usage
* Add DVB tools package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
libv4lconvert is not safe for using one convert instance as returned by
2
2
v4lconvert_create from multiple threads, if you want to use one v4lconvert
3
3
instance from multiple threads you must provide your own locking and make
4
 
sure no simultanious calls are made.
 
4
sure no simultaneous calls are made.
5
5
 
6
6
libv4l1 and libv4l2 are safe for multithread use *under* *the* *following*
7
7
*conditions* :