forked from pool/scrcpy
Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=24
This commit is contained in:
parent
328bef0b22
commit
4d93b30ac3
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Genymobile/scrcpy.git</param>
|
||||
<param name="changesrevision">cb3cf801c839141eb80070c40974c31503602eaf</param></service></servicedata>
|
||||
<param name="changesrevision">2876463d394c3bc4dc239a605e65ebab75598353</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8210099565cd30446300caa5509b6419a5adc7f9a25662a464ecc55375dac96f
|
||||
size 158176
|
3
scrcpy-1.5fixversion~git20181112.tar.xz
Normal file
3
scrcpy-1.5fixversion~git20181112.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7e8d49dad6cd1fee9ede29497d799cc95d4d5b1c4ff1113ee37ae58bc9fa8b5
|
||||
size 161564
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 13:57:51 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.5fixversion~git20181112:
|
||||
* Fix read_packet() return value on error or EOF
|
||||
* Configure version at meson project level
|
||||
* Update links to v1.5-fixversion
|
||||
* Bump version to 1.5
|
||||
* Update links to v1.5 in README and BUILD
|
||||
* Improve features presentation in README
|
||||
* Do not queue invalid PTS
|
||||
* Store queue of PTS for pending frames
|
||||
* Send frame meta only if recording is enabled
|
||||
* Rename --output-file to --record
|
||||
* Wrap receiver state into separate struct
|
||||
* Avoid partial header reads
|
||||
* Move buffer reader functions to buffer_util.h
|
||||
* Support AVStream.codec for old FFmpeg versions
|
||||
* recorder: use av_oformat_next to support older FFmpeg
|
||||
* Reenable custom SDL signal handlers
|
||||
* Do not transmit MediaCodec flags
|
||||
* Assign PTS to the right frame
|
||||
* Decode and push frame before recording
|
||||
* Only set valid PTS/DTS
|
||||
* Add recorder
|
||||
* Enable video output file, with pts set by server
|
||||
* Fix SDL 2.0.9 for Windows
|
||||
* Update SDL (2.0.9) for Windows
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 11 12:32:54 UTC 2018 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: scrcpy
|
||||
Version: 1.4~git20181111
|
||||
Version: 1.5fixversion~git20181112
|
||||
Release: 0
|
||||
Summary: Display and control your Android device
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user