1. 27 3月, 2018 1 次提交
    • R
      Factorize texture creation · 82efff34
      Romain Vimont 提交于
      SDL_CreateTexture() is called both during initialization and on frame
      size change.
      
      To avoid inconsistent changes to arguments value, factorize them to a
      single function create_texture().
      82efff34
  2. 26 3月, 2018 1 次提交
  3. 25 3月, 2018 6 次提交
  4. 24 3月, 2018 3 次提交
  5. 23 3月, 2018 4 次提交
    • R
      Process the last video frame · 35298bb0
      Romain Vimont 提交于
      On H.264 stream EOF, the eof_reached flag is set, but av_read_frame()
      still provides a frame, so check the flag only afterwards.
      
      As a side-effect, it also fixes a memory leak (the very last packet was
      not unref).
      35298bb0
    • R
      Unref last packet on exit · 73c332e3
      Romain Vimont 提交于
      73c332e3
    • R
      Clarify adb requirements · 15014f26
      Romain Vimont 提交于
      Since _scrcpy_ also supports `adb forward`, remove the part about `adb
      reverse`.
      
      Make explicit that _adb_ is included in the prebuilt application for
      Windows (many users manually download the platform-tools for no reason).
      15014f26
    • R
      Describe workaround to get output on Windows · 9cac38fe
      Romain Vimont 提交于
      Since nothing is printed to the console, we need a way to get the output
      in case of errors.
      
      Describe how in the README.
      9cac38fe
  6. 22 3月, 2018 1 次提交
    • R
      Disable custom SDL signal handlers · f00c6c5b
      Romain Vimont 提交于
      Request SDL not to replace the SIGINT and SIGTERM handlers, so that the
      process is immediately terminated on Ctrl+C.
      
      This avoids process hanging on Ctrl+C during network calls on
      initialization.
      
      Some of them accepted a timeout, but it was not used since
      commit 9b056f50 anymore.
      f00c6c5b
  7. 21 3月, 2018 2 次提交
  8. 18 3月, 2018 1 次提交
  9. 16 3月, 2018 2 次提交
  10. 15 3月, 2018 5 次提交
  11. 14 3月, 2018 7 次提交
  12. 13 3月, 2018 2 次提交
  13. 12 3月, 2018 5 次提交