Revisions of scrcpy

Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 13)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 12)
- Update to version 2.1.1:
  * Bump version to 2.1.1
  * Fix meizu deadlock
  * Increase attempts to start AudioRecord
  * Log device selection at INFO level
  * Fix fedora package in build instructions
  * Fix possible division by zero
  * Add direct links to donations
  * Ignore fold change events for other display ids
  * Remove superfluous log
  * Update links to v2.1
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 11)
- Update to version 2.1:
  * Bump version to 2.1
  * Fix adb forward initialization
  * Fix code style
  * Accept failure in rotation or fold registration
  * Register DisplayFoldListener only for Android 10+
  * Upgrade platform-tools (34.0.3) for Windows
  * Update developer documentation
  * Fix build without gradle
  * Upgrade SDL (2.28.0) for Windows
  * Add workarounds for Honor devices
  * Move workarounds execution
  * Log device BRAND
  * Fix lint warning
  * Add InputManagerGlobal for Android 14 beta 3
  * Add --time-limit
  * Improve recording documentation
  * Rename raw_video_stream to raw_stream
  * Remove spurious empty line
  * Reformat Java code
  * Name Java threads
  * Add missing shortcut in documentation
  * Add option to kill adb on close
  * Fix adb server vs adb daemon confusion
  * Fix options alphabetical order
  * Simplify command in documentation
  * Fix typo in recording documentation
  * Fix PTS when not monotonically increasing
  * Extract stream-specific structure in recorder
  * Fix recorder waiting when stream disabled
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 10)
- Update to version 2.0:
  * Bump version to 2.0
  * Rework README and documentation
  * Happy new year 2023!
  * Document audio player
  * Apply new compensation only if it changed
  * Disable clock drift compensation for tiny values
  * Fail on deprecated options
  * Remove dead code about the deprecated -F option
  * Remove deprecated option --render-expired-frames
  * Upgrade platform-tools (34.0.1) for Windows
  * Upgrade SDL (2.26.4) for Windows
  * Remove unused IOException
  * Compute buffering and compensation without lock
  * Do not read avg_buffering from the player thread
  * Simplify bytebuf naming
  * Add audio sample ring-buffer
  * Define the audio output buffer in milliseconds
  * Pass video size as codec metadata
  * Report errors on screen event error
  * Rename sendCodecId to sendCodecMeta
  * Copy codec parameters from context
  * Simplify recorder
  * Create recorder streams from packet sinks ops
  * Pass AVCodecContext to packet sinks
  * Enable log signaling buffering threshold exceeded
  * Stop and join sc_file_pusher only if initialized
  * Initialize interrupted field explicitly
  * Decrease recorder thread priority
  * Increase audio thread priority
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 9)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 8)
- Update to version 1.25:
  * Bump version to 1.25
  * Upgrade FFmpeg (5.1.2) for Windows 64-bit
  * Upgrade SDL (2.26.1) for Windows
  * Upgrade platform-tools (33.0.3) for Windows
  * Force mouse source when --forward-all-clicks
  * Remove continuous resizing workaround for Windows
  * Add parent directory in release zipfile
  * Use "meson setup"
  * Adapt ClipboardManager for Android 13
  * Upgrade junit to 4.13.2
  * Use current adb port (if any) for --tcpip
  * Fix CommandParserTest code style
  * Always use --key=value in README
  * Fix DisplayInfo parsing for Android Q
  * Support wchar_t in argv for Windows
  * Avoid string concatenation in crossfiles
  * Build log.c for test_cli
  * Add missing include <string.h> for strlen()
  * Add missing include <string.h> for memmove()
  * Add -s auto-completion for zsh
  * Add -s auto-completion for bash
  * Make ServiceManager and Settings methods static
  * Fix typo in logs
  * Add fallback to get DisplayInfo
  * Use /dev/null instead of closing fds
  * Extract $BUILD_TOOLS_DIR
  * Add scrcpy-console.desktop
  * Use shell environment to execute launcher
  * Add desktop entry file for Linux app launchers
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 7)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 6)
- Update to version 1.24:
  * Bump version to 1.24
  * Revert "Make OTG window resizable"
  * Fix inverted check
  * Fix release script for platform-tools 33.0.1
  * Use quotes for commands in documentation
  * Update installed files list in BUILD documentation
  * Upgrade FFmpeg (5.0.1) for Windows 64-bit
  * Upgrade SDL (2.0.22) for Windows
  * Enable linear filtering in OTG mode
  * Make OTG window resizable
  * Apply requested window size in OTG mode
  * Create OTG window with HIGHDPI flag
  * Add option to not power on on start
  * Add missing mouse shortcuts in --help
  * Fix GitHub case in BUILD
  * Fix typo in German README
  * Fix typos in Indonesian README
  * Upgrade libusb (1.0.26) for Windows
  * Upgrade platform-tools (33.0.1) for Windows
  * Remove obsolete alternative injection method
  * Adapt event injection to Android 13
  * Improve README
  * Fix typos/grammar issues in README
  * Update README.it.md to v1.23
  * Add missing SC_ prefix to header guards
  * Add missing include
  * Fix reference to FAQ in README
  * Fix icon path in ./run
  * Fix OpenGL ES prefix skip
buildservice-autocommit accepted request 779167 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 5)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 4)
- Update to 1.12.1
  * Fix bit-rate parsing when "long" is 32 bits (#995)
- Changes from 1.12.0
  * Add shortcut (Ctrl+r) to rotate device screen (#11)
  * Respect scrolling configuration on macOS (#966)
  * Initialize Application object (fix crashes on some devices) (#940)
  * Restore the .jar extension on the device (fix crashes on some
  * devices) (#944)
  * Inject mouse events with a virtual device id (fix crashes on some
  * devices) (#962)
  * Refuse to push server if it points to a directory (#956)
- Run spec-cleaner.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 3)
- Update to version 1.11:
  * Add support for touchscreens/multitouch (#22, #865)
  * Add --max-fps to limit the frame rate (Android 10 only) (#488)
  * Add options to set an initial window size and position (#762)
  * Add option to disable window decorations (#762)
  * Add --prefer-text option (#650)
  * Add manpage
  * Fix copy-paste on Android 10 devices (#796)
  * Fix "turn screen off" on Android 10 devices (#835)
  * Fix clicks not working in some games (#635)
  * Fix device rotation while the window is maximized (#750)
  * Fix scrcpy-noconsole.exe (#691)
  * Fix HiDPI support (#829)
  * Fix segfault on empty file recorded (#918)
  * Fix recorded video to avoid crashes in Adobe Premiere (#702)
  * Fix segfault on recording with old FFmpeg versions (#707)
  * Fix several crashes on some devices (like Meizu) (#240, #365, #921)
  * Upgrade FFmpeg to 4.2.1 in Windows releases
  * Upgrade platform-tools to 29.0.5 (adb) in Windows releases
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 2)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 1)
Displaying revisions 21 - 33 of 33
openSUSE Build Service is sponsored by