Commit graph

  • 33df484912 Introduce VecDeque Romain Vimont 2023-02-28 22:56:37 +0100
  • 457385d5f4 Add sc_allocarray() util Romain Vimont 2023-02-28 21:48:18 +0100
  • c735b8c127 Use reallocarray() in sc_vector Romain Vimont 2023-02-28 21:49:44 +0100
  • 6dceb32817 Add compat for reallocarray() Romain Vimont 2023-02-28 21:43:19 +0100
  • 6e05d7047a Call avcodec_receive_frame() in a loop Romain Vimont 2023-02-28 21:20:28 +0100
  • c1528cdca9 Add --require-audio Romain Vimont 2023-02-28 21:19:43 +0100
  • de40cac6ad Add workaround to capture audio on Android 11 Simon Chan 2023-01-30 00:42:09 +0800
  • b60a8aa657 Add two-step write feature to bytebuf Romain Vimont 2023-02-25 18:45:05 +0100
  • 20d41fdd7e Introduce bytebuf util Romain Vimont 2023-02-25 14:32:02 +0100
  • 619730edaf Pass AVCodecContext to frame sinks Romain Vimont 2023-02-25 16:19:58 +0100
  • e22660d698 Add an audio decoder Romain Vimont 2023-02-24 21:31:39 +0100
  • 05f0e35d2a Give a name to decoder instances Romain Vimont 2023-02-24 21:22:35 +0100
  • 99837fa600 Rename decoder to video_decoder Romain Vimont 2023-02-24 21:13:56 +0100
  • a205ff6c8b Log display sizes in display list Romain Vimont 2023-02-23 23:12:24 +0100
  • b65301f672 Add --list-displays Romain Vimont 2023-02-23 23:10:15 +0100
  • 2596ca02f0 Move log message helpers to LogUtils Romain Vimont 2023-02-23 23:09:25 +0100
  • 50d56a9a2b Quit on audio configuration failure Romain Vimont 2023-02-23 21:27:11 +0100
  • 9196dc1563 Add --list-encoders Romain Vimont 2023-02-22 23:15:15 +0100
  • b7e5284adf Move await_for_server() logs Romain Vimont 2023-02-22 23:12:21 +0100
  • f9960e959f Add --audio-encoder Romain Vimont 2023-02-19 20:20:29 +0100
  • 6f332a2bc7 Extract unknown encoder error message Romain Vimont 2023-02-19 20:03:04 +0100
  • b03c864c70 Add --audio-codec-options Romain Vimont 2023-02-22 22:48:23 +0100
  • 58cf8e5401 Extract application of codec options Romain Vimont 2023-02-19 20:03:04 +0100
  • 4601735e51 Add support for AAC audio codec Romain Vimont 2023-02-18 19:30:36 +0100
  • 839b842aa7 Add --audio-codec Romain Vimont 2023-02-18 19:05:43 +0100
  • 0870b8c8be Add --audio-bit-rate Romain Vimont 2023-02-18 18:32:43 +0100
  • 8e640dc90f Disable MethodLength checkstyle on createOptions() Romain Vimont 2023-02-19 02:27:39 +0100
  • e694619d53 Rename --encoder to --video-encoder Romain Vimont 2023-02-22 22:44:01 +0100
  • 31555fa530 Rename --codec-options to --video-codec-options Romain Vimont 2023-02-21 21:46:34 +0100
  • 9087e85c3f Rename --bit-rate to --video-bit-rate Romain Vimont 2023-02-21 19:56:44 +0100
  • cee40ca047 Rename --codec to --video-codec Romain Vimont 2023-02-20 21:19:36 +0100
  • a1802dab76 Remove default bit-rate on client side Romain Vimont 2023-02-18 18:21:14 +0100
  • 17d5301c0f Record at least video packets on stop Romain Vimont 2023-02-19 00:55:36 +0100
  • 80c0780b77 Disable audio before Android 11 Romain Vimont 2023-02-19 15:24:08 +0100
  • 13a3395a33 Disable audio on initialization error Romain Vimont 2023-02-18 18:09:18 +0100
  • 7de0622214 Add audio recording support Romain Vimont 2023-02-18 18:02:43 +0100
  • 3d29f6ef06 Rename video-specific variables in recorder Romain Vimont 2023-02-15 10:06:10 +0100
  • 609b098a97 Do not merge config audio packets Romain Vimont 2023-02-18 17:37:58 +0100
  • de430bc4aa Add an audio demuxer Romain Vimont 2023-02-06 10:33:47 +0100
  • f60b5767f4 Force --no-audio if no display and no recording Romain Vimont 2023-03-02 13:49:53 +0100
  • d499f890e7 Give a name to demuxer instances Romain Vimont 2023-02-19 00:13:54 +0100
  • e9876788c9 Rename demuxer to video_demuxer Romain Vimont 2023-02-06 10:08:01 +0100
  • 15556d1f3b Extract OPUS extradata Romain Vimont 2023-02-18 17:35:54 +0100
  • 7cf5cf5875 Use a streamer to send the audio stream Romain Vimont 2023-02-09 21:37:16 +0100
  • 5eed2c52c2 Encode recorded audio on the device Romain Vimont 2023-02-07 23:08:57 +0100
  • 464a35b05e Make streamer more generic Romain Vimont 2023-03-03 14:07:32 +0100
  • 11d32616a9 Capture device audio Simon Chan 2023-01-27 20:13:37 +0800
  • e841241a8e Add a new socket for audio stream Simon Chan 2023-02-03 16:50:42 +0100
  • 3cf03e4a4b Add --no-audio option Simon Chan 2023-02-03 16:27:34 +0100
  • 8487ddba64 Use FakeContext for Application instance Romain Vimont 2023-01-31 22:48:50 +0100
  • 84ba6435bb Use shell package name for workarounds Romain Vimont 2023-01-31 22:33:30 +0100
  • 42285ae869 Use ROOT_UID from FakeContext Romain Vimont 2023-02-26 22:29:58 +0100
  • 820189b6a6 Use PACKAGE_NAME from FakeContext Romain Vimont 2023-01-31 22:32:33 +0100
  • 9a815ceba8 Use AttributionSource from FakeContext Romain Vimont 2023-01-31 22:31:15 +0100
  • a5541b3476 Add a fake Android Context Simon Chan 2023-01-27 20:13:37 +0800
  • 10ef8da95d Improve error message for unknown encoder Romain Vimont 2023-02-19 19:58:05 +0100
  • 90d88a6927 Rename "codec" variable to "mediaCodec" Romain Vimont 2023-02-19 19:51:50 +0100
  • 10ce0f376a Make streamer independent of codec type Romain Vimont 2023-02-06 14:52:09 +0100
  • c226797991 Pass all args to ScreenEncoder constructor Romain Vimont 2023-02-06 13:46:19 +0100
  • ae9b08b905 Move screen encoder initialization Romain Vimont 2023-02-06 14:09:20 +0100
  • 51628201b7 Write streamer header from ScreenEncoder Romain Vimont 2023-02-06 11:57:37 +0100
  • ae29e5b562 Use VideoStreamer directly from ScreenEncoder Romain Vimont 2023-02-06 11:44:18 +0100
  • 5b2ec66222 Simplify error handling on socket creation Romain Vimont 2023-02-03 16:53:44 +0100
  • ef6a3b97a7 Reorder initialization Romain Vimont 2023-02-23 12:36:59 +0100
  • f9efe48aac Refactor recorder logic Romain Vimont 2023-02-18 12:07:30 +0100
  • 4b246cd963 Move last packet recording Romain Vimont 2023-02-18 12:07:05 +0100
  • 3c407773e9 Add start() function for recorder Romain Vimont 2023-02-23 11:00:34 +0100
  • a039124d5d Open recording file from the recorder thread Romain Vimont 2023-02-14 09:25:50 +0100
  • 6b5dfef923 Inline packet_sink impl in recorder Romain Vimont 2023-02-14 09:37:36 +0100
  • fb29135591 Initialize recorder fields from init() Romain Vimont 2023-02-14 08:40:44 +0100
  • b1b33e3eaf Report recorder errors Romain Vimont 2023-02-10 18:10:24 +0100
  • db5751a76a Move previous packet to a local variable Romain Vimont 2023-02-17 09:01:48 +0100
  • b6744e7887 Move pts_origin to a local variable Romain Vimont 2023-02-17 08:46:11 +0100
  • 181fb555bb Change PTS origin type from uint64_t to int64_t Romain Vimont 2023-02-17 08:41:03 +0100
  • fa99763668 Fix --encoder documentation Romain Vimont 2023-02-19 20:06:30 +0100
  • b43938fa66 Do not print stacktraces when unnecessary Romain Vimont 2023-02-19 19:36:46 +0100
  • 9f8e96e895 Fix --no-clipboard-autosync bash completion Romain Vimont 2023-02-22 19:08:24 +0100
  • c78254fcd1 Split server stop() and join() Romain Vimont 2023-02-22 18:41:22 +0100
  • e30e692b36 Print FFmpeg logs Romain Vimont 2023-02-23 13:25:04 +0100
  • 10e8295aea Move FFmpeg callback initialization Romain Vimont 2023-02-23 12:49:42 +0100
  • f30fd963a1 Upgrade FFmpeg custom builds for Windows Romain Vimont 2023-03-03 19:46:13 +0100
  • 9d60d7880b Upgrade FFmpeg (6.0) for Windows Romain Vimont 2023-02-28 11:56:42 +0100
  • 0fc62bfcd6 Use minimal prebuilt FFmpeg for Windows Romain Vimont 2023-02-27 21:43:48 +0100
  • a20615066d Simplify libusb prebuilt scripts Romain Vimont 2023-02-27 21:43:34 +0100
  • 14a85fd61e Silence lint warning about constant in API 29 Romain Vimont 2023-02-26 22:36:13 +0100
  • 5bf52a98ed Remove manifest package name Romain Vimont 2023-02-26 22:40:26 +0100
  • a252194161 Upgrade gradle build tools to 7.4.0 Romain Vimont 2023-02-26 22:09:54 +0100
  • b5d41ad4f6 Fix useless garbage initialization Romain Vimont 2023-03-03 11:03:48 +0100
  • 389dd77b50 Fix MIN/MAX macros Romain Vimont 2023-02-28 23:52:26 +0100
  • 3c3c07db05 Initialize server->serial in all cases Romain Vimont 2023-02-28 12:34:34 +0100
  • 6b422e21bf Fix error message on icon loading failure Romain Vimont 2023-02-27 20:51:12 +0100
  • 8e8b039a63 Do not use avformat network Romain Vimont 2023-02-27 20:03:04 +0100
  • 0702be86d8 Accept Windows Sockets from version 1.1 Romain Vimont 2023-02-27 19:58:20 +0100
  • 0cea7fb24c Fix WSAStartup() error check on Windows Romain Vimont 2023-02-27 19:54:43 +0100
  • 3d10fbd9b4 Fix --bit-rate option in bash completion script Romain Vimont 2023-02-21 19:50:01 +0100
  • 3e3756a323 Add auto-completion for --codec option Romain Vimont 2023-02-21 19:48:28 +0100
  • 5d6bcc5966 Use enum for long options constants Romain Vimont 2023-02-21 19:47:27 +0100
  • 5973d4cdd7 Initialize mouse_input_mode explicitly Romain Vimont 2023-02-21 12:09:42 +0100
  • 0a151b96fe Accept muxing AV1 into MP4 container Romain Vimont 2023-02-20 20:48:59 +0100
  • ebecbe6bc6 Fix inconsistent quotes Romain Vimont 2023-02-19 16:08:08 +0100