Skip to content
Snippets Groups Projects
  1. Apr 05, 2018
  2. Apr 04, 2018
  3. Mar 16, 2018
  4. Mar 15, 2018
  5. Mar 02, 2018
  6. Mar 01, 2018
  7. Feb 28, 2018
  8. Feb 16, 2018
  9. Feb 13, 2018
  10. Jan 31, 2018
  11. Jan 30, 2018
  12. Jan 24, 2018
    • Frediano Ziglio's avatar
      GDI canvas cleanup · 090fbac3
      Frediano Ziglio authored
      
      GDI canvas support was removed from spice-common as not even
      compiling for a long time.
      This requires some changed to spice-gtk too.
      
      Frediano Ziglio (14):
            canvas: Simplify code using spice_memdup
            canvas: Remove possible leak on LZ decompression failure
            lz: Avoid temporary variable
            lz: Simplify code
            lz: Remove unused encode_level and only assigned io_start
            canvas: Move PixmanData to C file
            canvas: Remove mutex field from PixmanData
            canvas: Remove Windows bitmap allocation
            canvas: Remove unused dc parameter from surface_create
            canvas: Remove dc parameter from SwCanvas::put_image
            canvas: Remove dc fields from CanvasBase and LzDecodeUsrData
            canvas: Unify __surface_create_stride and surface_create_stride
            canvas: Remove unused include header
            canvas: Prevent some error compiling spice-gtk
      
      Pavel Grunt (1):
            Remove GDI canvas
      
      Signed-off-by: default avatarFrediano Ziglio <fziglio@redhat.com>
      Acked-by: default avatarSnir Sheriber <ssheribe@redhat.com>
      090fbac3
  13. Jan 23, 2018
  14. Jan 11, 2018
    • Frediano Ziglio's avatar
      build: Update spice-common · 153590b0
      Frediano Ziglio authored
      
      This includes a LZ fix for paletted images.
      
      Frediano Ziglio (10):
            quic: avoid crash on specific images
            Make the compiler work out better way to write unaligned memory
            test-marshallers: Use unaligned structure
            test-marshallers: Test demarshalling
            ring: Remove __ring_remove function
            ring: Remove short living temporary variable
            canvas_base: Allow to specify constant operations
            proto: Add some documentation to stream_report message
            protocol: Allow to specify a surface will be streamed
            canvas-base: Fix width computation for palette images
      
      Signed-off-by: default avatarFrediano Ziglio <fziglio@redhat.com>
      Acked-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
      153590b0
  15. Jan 08, 2018
  16. Jan 04, 2018
  17. Dec 20, 2017
    • Victor Toso's avatar
      Fix clang's double-promotion warning · ddc24977
      Victor Toso authored
      
      Casting to gdouble instead to float to avoid the warning and perhaps
      increase the precision.
      
      spice-widget-egl.c:573:28: error: implicit conversion increases
      floating-point precision: 'float' to 'gdouble' (aka 'double')
          tx = ((float)d->area.x / (float)d->egl.scanout.width);
             ~  ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      spice-widget-egl.c:574:28: error: implicit conversion increases
      floating-point precision: 'float' to 'gdouble' (aka 'double')
          ty = ((float)d->area.y / (float)d->egl.scanout.height);
             ~  ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      spice-widget-egl.c:575:32: error: implicit conversion increases
      floating-point precision: 'float' to 'gdouble' (aka 'double')
          tw = ((float)d->area.width / (float)d->egl.scanout.width);
             ~  ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      spice-widget-egl.c:576:33: error: implicit conversion increases
      floating-point precision: 'float' to 'gdouble' (aka 'double')
          th = ((float)d->area.height / (float)d->egl.scanout.height);
             ~  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      Signed-off-by: default avatarVictor Toso <victortoso@redhat.com>
      Acked-by: default avatarFrediano Ziglio <fziglio@redhat.com>
      ddc24977
    • Victor Toso's avatar
      Improve debug log for preferred video codec message · 37eac90e
      Victor Toso authored
      
      The gst_opts[] array was moved to the -priv.h header
      inc96af50e2dd16b02b189e8 - Let's use it to improve debug messages.
      
      Signed-off-by: default avatarVictor Toso <victortoso@redhat.com>
      Acked-by: default avatarFrediano Ziglio <fziglio@redhat.com>
      37eac90e
  18. Dec 12, 2017
  19. Dec 11, 2017
    • Jonathon Jongsma's avatar
      MainChannel: Fix incorrect deprecations · d4a6a283
      Jonathon Jongsma authored
      
      Both spice_main_set_display() and spice_main_set_display_enabled() were
      deprecated in favor of the same functions with the spice_main_channel_
      prefix. However, these new functions were never introduced. Since these
      functions merely call spice_main_channel_update_display() with a
      constant TRUE argument for the last parameter, this is probably a good
      time to simply drop the _set_display* functions in favor of the
      nearly-identical _update_display* functions (which have one additional
      parameter which determines whether to send the update to the guest).
      
      Signed-off-by: default avatarJonathon Jongsma <jjongsma@redhat.com>
      Acked-by: default avatarVictor Toso <victortoso@redhat.com>
      d4a6a283
  20. Oct 20, 2017
  21. Oct 03, 2017
  22. Sep 25, 2017
  23. Sep 04, 2017
Loading