Skip to content
Snippets Groups Projects
  1. Aug 13, 2019
  2. Aug 12, 2019
    • Thomas Guillem's avatar
      contrib: smb2: backport null-deref fix · 291c835c
      Thomas Guillem authored
      291c835c
    • Thomas Guillem's avatar
      smb2: fix teardown when interrupted · 2dbee7d1
      Thomas Guillem authored
      When the input is stopped by the user, there are lot of chances that this
      access is waiting for the read command completion (smb2_read_async()).
      
      If the read command is not fully processed (since interrupted by VLC), any
      future commands will fail, like smb2_close_async() when the access is finally
      closed.
      
      To fix this issue, we switch back to the posix poll() when interrupted to let a
      chance to finish the current command in order to be able to close the smb2
      session nicely.
      2dbee7d1
  3. Aug 09, 2019
  4. Aug 08, 2019
  5. Aug 07, 2019
    • Thomas Guillem's avatar
      player: reorganize header · b864046a
      Thomas Guillem authored
      Group every struct/enum/functions by group instead of having all structs, all
      enums then all functions.
      
      Split the header by the following doxygen groups:
       - Player instance
       - Playback control
       - Title and chapter control
       - Program control
       - Tracks control
       - Tracks synchronisation (delay)
       - Teletext control
       - External renderer control
       - Audio output control
       - Video output control
       - Player events
      
      No functional changes.
      b864046a
  6. Aug 06, 2019
  7. Aug 05, 2019
Loading