Skip to content
Snippets Groups Projects
  1. Aug 26, 2024
  2. Jul 31, 2024
  3. Jul 22, 2024
    • Hans Verkuil's avatar
      qvidcap: fix core dump · f09b2c09
      Hans Verkuil authored
      
      The 'cv4l_queue q' variable went out of scope too early,
      causing a core dump when g_dataptr was called later.
      
      I suspect it was pure luck that this ever worked, but the changes
      to support more than 32 buffers in combination with vivid supporting
      this new feature, caused this bug to surface.
      
      Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
      f09b2c09
  4. Jul 19, 2024
  5. Jul 16, 2024
  6. Jul 01, 2024
  7. Jun 28, 2024
  8. Jun 26, 2024
  9. Jun 10, 2024
  10. Jun 07, 2024
    • James Le Cuirot's avatar
      v4l2-compliance: Fix building against libc++ · f4cf30a8
      James Le Cuirot authored
      
      v4l2-test-time32-64.cpp included compiler.h, which checks
      _LIBCPP_VERSION. This only works against libc++ when a C++ header has
      already been included, which wasn't the case here.
      
      The <version> header is the C++20 method of defining _LIBCPP_VERSION,
      but for older versions, <ciso646> works as an alternative, so include
      that in compiler.h.
      
      compiler.h is for C as well as C++ though, so use __cplusplus to check
      for a C++ compiler before including <ciso646>.
      
      Signed-off-by: default avatarJames Le Cuirot <chewi@gentoo.org>
      Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
      f4cf30a8
  11. May 30, 2024
    • Sean Young's avatar
      keytable: fix command line processing · 7d55dd43
      Sean Young authored
      
      Remove --test-keymap since the command line processing is broken if
      --test-keymap is specified with other arguments. A keymap can simply
      be tested by loading it.
      
      Also ensure `--auto-load` properly excludes other options.
      
      Signed-off-by: default avatarSean Young <sean@mess.org>
      7d55dd43
  12. May 28, 2024
  13. May 10, 2024
  14. May 08, 2024
  15. Apr 29, 2024
  16. Apr 26, 2024
Loading