The patch number 8228 was added via Thierry MERLE <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Hans de Goede  <[EMAIL PROTECTED]>
v4l2-library: libv4l-sync-with-0.3.3-release


* Add open64 and mmap64 wrappers to the LD_PRELOAD wrapper libs, so that
  they also work for applications compiled with FILE_OFFSET_BITS=64, this
  fixes using them with v4l-info
* While looking at xawtv in general, found a few bugs in xawtv itself, added
  a patch to fix those to the appl-patches dir
* Talking about the appl-patches dir, restore that as it accidentally got
  dropped from 0.3.2
* Be more verbose in various places when it comes to logging (esp errors)
* Change v4lconvert_enum_fmt code a bit, so that it is easier to add more
  supported destination formats to libv4lconvert
* Don't return -EINVAL from try_fmt when we cannot convert because the cam
  doesn't have any formats we know. Instead just return as format whatever the
  cam returns from try_fmt, this new behavior is compliant with the v4l2
  api as documented

Signed-off-by: Hans de Goede <[EMAIL PROTECTED]>
Signed-off-by: Thierry MERLE <[EMAIL PROTECTED]>


---

 v4l2-apps/lib/libv4l/ChangeLog                              |   17 
 v4l2-apps/lib/libv4l/appl-patches/camorama-0.19-fixes.patch |   90 ++
 v4l2-apps/lib/libv4l/appl-patches/vlc-0.8.6-libv4l1.patch   |  319 ++++++++++
 v4l2-apps/lib/libv4l/appl-patches/xawtv-3.95-fixes.patch    |   29 
 v4l2-apps/lib/libv4l/include/libv4l1.h                      |    2 
 v4l2-apps/lib/libv4l/include/libv4l2.h                      |    2 
 v4l2-apps/lib/libv4l/libv4l1/libv4l1.c                      |    8 
 v4l2-apps/lib/libv4l/libv4l1/v4l1compat.c                   |   29 
 v4l2-apps/lib/libv4l/libv4l2/libv4l2-priv.h                 |    9 
 v4l2-apps/lib/libv4l/libv4l2/libv4l2.c                      |   60 +
 v4l2-apps/lib/libv4l/libv4l2/v4l2convert.c                  |   31 
 v4l2-apps/lib/libv4l/libv4lconvert/libv4lconvert.c          |   61 +
 12 files changed, 603 insertions(+), 54 deletions(-)

<diff discarded since it is too big>

---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/fb3e549faf69bd2d9c20f0a48bf3d6d4fd1ed9c0

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to