Commit graph

  • e7b7b083aa Store the recording request in a local bool Romain Vimont 2019-03-02 18:18:12 +0100
  • 8aeb5c0e3c Fix cleanup order Romain Vimont 2019-03-02 18:09:55 +0100
  • bcd4090d51 Fix recording with old decoding/encoding API Romain Vimont 2019-03-02 16:02:01 +0100
  • 84270e2d18 Rename "stop" to "interrupt" Romain Vimont 2019-03-02 17:01:52 +0100
  • fff87095d9 Rename "frames" to "video_buffer" Romain Vimont 2019-03-02 15:16:55 +0100
  • aacb09a3d6 Remove unused mutex field in decoder Romain Vimont 2019-03-02 14:48:34 +0100
  • 7d10ec2b5a Add shortcut to expand/collapse notification panel Romain Vimont 2019-02-26 20:35:37 +0100
  • 1c1fe5ec53 Use "always on top" only for SDL >= 2.0.5 Romain Vimont 2019-02-16 15:21:14 +0100
  • 751600a7f9 Move all compat ifdefs definitions to compat.h Romain Vimont 2019-02-16 15:04:32 +0100
  • 3fc11ee465 Update links to v1.7 in README and BUILD Romain Vimont 2019-02-16 01:06:28 +0100
  • b7472a545e Bump version to 1.7 Romain Vimont 2019-02-16 00:53:19 +0100
  • f5f4e6b1c5 Allocate extradata with av_malloc() Romain Vimont 2019-02-16 00:50:14 +0100
  • 6c40dbd27d Regroup Windows-ifdefs in command.h Romain Vimont 2019-02-10 13:16:55 +0100
  • 477c0a2cab Create process with wide chars on Windows Romain Vimont 2019-02-10 12:53:03 +0100
  • c0b65b14df Merge branch 'master' into dev Romain Vimont 2019-02-10 12:23:47 +0100
  • b23cacfc1a Add recording logs Romain Vimont 2019-02-10 11:29:34 +0100
  • 0ed2373952 Support recording to MKV Romain Vimont 2019-02-09 15:20:07 +0100
  • 1aaad6ba35 Rescale packet timestamp to container time base Romain Vimont 2019-02-09 15:08:36 +0100
  • c8f0805b89 Write header file with correct extradata Romain Vimont 2019-02-09 12:54:12 +0100
  • ee3cba57a8 Forward FFmpeg logs Romain Vimont 2019-02-09 12:06:21 +0100
  • c11905b860 Add log verbose macro Romain Vimont 2019-02-09 12:05:39 +0100
  • 1a5ba59504 Fix memory leak on close Romain Vimont 2019-02-09 12:26:07 +0100
  • aa07dfd2ca
    Merge pull request #412 from npes87184/dev Romain Vimont 2019-01-27 14:09:19 +0100
  • eca82e09c3 app: add always_on_top Yu-Chen Lin 2019-01-27 19:04:22 +0800
  • eea478b9dc Add release script Romain Vimont 2019-01-26 15:24:37 +0100
  • 43ad402356
    Merge pull request #411 from npes87184/master Romain Vimont 2019-01-26 13:22:42 +0100
  • 4d30fa93ba tests: fix test_control_event_serialize Yu-Chen Lin 2019-01-26 20:04:39 +0800
  • b35733edb6 Fix expected mouse event sizes Romain Vimont 2019-01-22 09:43:17 +0100
  • 7764a836f1 Fix incorrect comment Romain Vimont 2019-01-22 09:38:51 +0100
  • 0bfaf7b7ff Update links to v1.6 in README and BUILD Romain Vimont 2019-01-20 21:54:02 +0100
  • 446c682374 Bump version to 1.6 Romain Vimont 2019-01-20 21:35:42 +0100
  • 3aacb7967d Merge branch 'dev' into master Romain Vimont 2019-01-19 21:40:55 +0100
  • 06a0bbbc71 Update FFmpeg (4.1) for Windows Romain Vimont 2019-01-19 18:14:05 +0100
  • d71e036f3a Do not disable screensaver Romain Vimont 2019-01-18 23:17:31 +0100
  • b343a5dc59
    Merge pull request #401 from npes87184/dev Romain Vimont 2019-01-18 13:34:41 +0100
  • c5ec1a194c input_manager: don't ignore double click event when clicking inside device Yu-Chen Lin 2019-01-18 20:21:25 +0800
  • 4f254d8232
    Merge pull request #396 from npes87184/master Romain Vimont 2019-01-16 21:16:04 +0100
  • 1fdde490fd Mirror "secure" content Romain Vimont 2019-01-16 14:00:42 +0100
  • fb73aa101a prepare-dep: use variable for better readability yuchenlin 2019-01-15 21:32:46 +0800
  • 39c5e71605 Make the server unlink itself Romain Vimont 2019-01-14 21:12:23 +0100
  • fefb9816a9 Handle mouse events outside device screen Romain Vimont 2018-11-27 08:54:31 +0100
  • 7830859c21 Merge branch 'master' into dev Romain Vimont 2018-11-27 08:38:57 +0100
  • 0e019f8ab8 Add a note to allow simulating input in README Romain Vimont 2018-11-25 11:29:27 +0100
  • f7d02cad4b Add ninja-build to the packages list to install Romain Vimont 2018-11-19 09:38:40 +0100
  • a7fe9ad779 Ignore mouse events outside device screen Romain Vimont 2018-11-18 21:20:21 +0100
  • 1e22ebcac2 Always use non-empty arguments Romain Vimont 2018-11-16 18:36:17 +0100
  • d81729ba39 Always expect 5 parameters for the server Romain Vimont 2018-11-16 18:34:08 +0100
  • b2c3df7550 Point out that ninja must not be run as root Romain Vimont 2018-11-15 21:09:10 +0100
  • 46fec41b7b Move drag&drop features in README Romain Vimont 2018-11-13 20:36:57 +0100
  • 2876463d39 Fix read_packet() return value on error or EOF Romain Vimont 2018-11-12 14:37:07 +0100
  • 6dc6ec05d5 Configure version at meson project level Romain Vimont 2018-11-12 14:09:11 +0100
  • b5e630eea3 Update links to v1.5-fixversion Romain Vimont 2018-11-12 08:52:44 +0100
  • a17f1116ce Bump version to 1.5 Pierre Gordon 2018-11-12 00:08:06 -0500
  • e4cf152b26 Update links to v1.5 in README and BUILD Romain Vimont 2018-11-11 23:35:47 +0100
  • bd32016632 Improve features presentation in README Romain Vimont 2018-11-11 17:27:59 +0100
  • 77b620e1d0 Merge branch 'record' into dev (#292) Romain Vimont 2018-11-11 21:39:38 +0100
  • 22ff03f2f7 Do not queue invalid PTS Romain Vimont 2018-11-11 15:38:06 +0100
  • 60afb46c8d Store queue of PTS for pending frames Romain Vimont 2018-11-11 15:27:52 +0100
  • 345f8858d3 Send frame meta only if recording is enabled Romain Vimont 2018-11-11 14:41:54 +0100
  • 22bf0c19d6 Rename --output-file to --record Romain Vimont 2018-11-11 14:03:29 +0100
  • 70579dc709 Wrap receiver state into separate struct Romain Vimont 2018-11-11 12:36:08 +0100
  • e562837c0b Avoid partial header reads Romain Vimont 2018-11-11 21:26:48 +0100
  • ebe998cf78 Move buffer reader functions to buffer_util.h Romain Vimont 2018-11-11 00:58:29 +0100
  • b98eb7d0fa Support AVStream.codec for old FFmpeg versions Romain Vimont 2018-11-10 23:49:19 +0100
  • e361b49b4a recorder: use av_oformat_next to support older FFmpeg yuchenlin 2018-11-10 19:00:30 +0800
  • d0e090e1f9 Reenable custom SDL signal handlers Romain Vimont 2018-11-10 14:01:57 +0100
  • 475912a39c Do not transmit MediaCodec flags Romain Vimont 2018-11-11 00:35:53 +0100
  • 27e8a9a79d Assign PTS to the right frame Romain Vimont 2018-11-09 21:22:41 +0100
  • 61db575861 Decode and push frame before recording Romain Vimont 2018-11-09 19:28:28 +0100
  • 2cd99e7205 Only set valid PTS/DTS Romain Vimont 2018-11-09 16:09:15 +0100
  • 27686e9361 Add recorder Romain Vimont 2018-11-09 12:21:17 +0100
  • d706c5df39 Enable video output file, with pts set by server Ivan Gorinov 2018-10-10 22:12:36 -0700
  • b5c64c0f5a Fix SDL 2.0.9 for Windows Romain Vimont 2018-11-11 16:29:03 +0100
  • a5787dccd6 Update SDL (2.0.9) for Windows Romain Vimont 2018-11-11 16:04:17 +0100
  • cb3cf801c8 Extract bit operations to buffer_util.h Romain Vimont 2018-11-11 00:48:25 +0100
  • b1d2c2c640 Explain how to install up-to-date meson Romain Vimont 2018-11-11 00:08:41 +0100
  • 9160d465ec Add feature test macro to declare kill() Romain Vimont 2018-11-10 16:16:08 +0100
  • 5c739874a4 Fix memory leak on error Romain Vimont 2018-11-09 14:32:42 +0100
  • d061c30965 Replace Ctrl by Meta for volume shortcuts on MacOS Romain Vimont 2018-10-24 19:05:34 +0200
  • 5bf1261364 Refactor to support Meta in shortcuts Romain Vimont 2018-10-24 19:03:07 +0200
  • facbbced9e
    Merge pull request #310 from npes87184/master Romain Vimont 2018-10-27 14:49:00 +0200
  • 96056e3213 input_manager: fix potential memory leak on text yuchenlin 2018-10-27 20:07:22 +0800
  • 0b92b93358 Capture Alt and Meta keys Romain Vimont 2018-10-24 18:51:02 +0200
  • c20245630e Factorize Windows command building Romain Vimont 2018-10-14 18:52:10 +0200
  • b882322f73 Work around Os.write() not updating position Romain Vimont 2018-10-08 18:49:48 +0200
  • 8875955921 Support paths containing spaces on Windows Romain Vimont 2018-10-04 20:47:53 +0200
  • ff4430b2a3 Declare fun(void) functions with no parameters Romain Vimont 2018-10-04 17:03:24 +0200
  • cea176c210 Update links to v1.4 in README and BUILD Romain Vimont 2018-10-03 23:32:48 +0200
  • f613752606 Update platform-tools (28.0.1) for Windows Romain Vimont 2018-10-03 23:18:37 +0200
  • 24d107d017 Bump version to 1.4 Romain Vimont 2018-10-03 23:03:27 +0200
  • 66d1f81f56 Merge branch 'master' into dev Romain Vimont 2018-10-03 23:02:09 +0200
  • 411aa4fcfd Handle alpha and space chars as raw events Romain Vimont 2018-09-09 16:31:41 +0200
  • 78d5a4d8a1 Add link to Gentoo Ebuild in README Romain Vimont 2018-09-19 22:08:32 +0200
  • 52e2c60190
    Merge pull request #261 from npes87184/dev Romain Vimont 2018-09-18 08:56:40 +0200
  • 140b1ef6a5 prevent closing console right after process error in windows yuchenlin 2018-09-14 20:34:59 +0800
  • eca99d5af7 Fix header guard name Romain Vimont 2018-09-13 16:27:19 +0200
  • 6a1fb070f7 Merge branch 'npes87184:dev' into dev (#254) Romain Vimont 2018-09-09 15:28:56 +0200
  • 27bed948d4 Use specific error for missing binary on Windows yuchenlin 2018-09-08 09:16:53 +0800
  • 66def38b73 Avoid additional buffer copy in userspace Romain Vimont 2018-09-09 15:01:55 +0200
  • a60aef5aaf Merge branch 'philippsandhaus:master' into dev (#252) Romain Vimont 2018-09-04 18:51:56 +0200