Overview
Request 3801 (accepted)
- Update to version 18.0.2:
* UI/updater: Fix temp files being created and not deleted
* UI/updater: Fix potential fail case when no files to patch
* UI/updater: Fixed a bug with deflating
* UI/updater: Ignore 64bit files on 32bit windows
* CI: Use ccache to speed up the build
* CI: OSX - Fix obs.png
* UI/updater: Fix incorrect inflate use
* CI: Linux - Install libfdk-aac-dev
* image-source: Move file modification check before animation processing
* UI: Add workaround to fix deleting final scene bug
* rtmp-services: Update ingest list for Restream.io
* rtmp-services: Update maximum bitrate for Twitch
* UI: Fix segfault when no system tray exists
* CI: Linux - Install FFmpeg from source
* obs-ffmpeg/nvenc: Remove "default" preset
* libobs: Add obs_source_copy_filters function
* UI: Add copying/pasting of sources/filters
* UI: Disable filter pasting when scene collection changed
* UI: Fix bug where items can't be deleted in last scene
* libobs: Remove unimplemented exports
* rtmp-services: Add Livestream service
* win-dshow: Fix issue with activating when not set to
* rtmp-services: Update Picarto maximum bitrates
* libobs: Delay stop detection of audio source
* libobs: Allow source to fully control source flags (for now)
* libobs: Add ability to preload async frames
* libobs: Remove multiple calls to free_type_data
* deps: Add media-playback static lib
* obs-ffmpeg: Change from libff to media-playback
- Created by boombatower almost 8 years ago
- In state accepted
-
Package maintainers:
boombatower,
darix, and
frispete
obs-studio.changes
Changed
-------------------------------------------------------------------
+Tue May 02 19:05:40 UTC 2017 - jimmy@boombatower.com
+
+- Update to version 18.0.2:
+ * UI/updater: Fix temp files being created and not deleted
+ * UI/updater: Fix potential fail case when no files to patch
+ * UI/updater: Fixed a bug with deflating
+ * UI/updater: Ignore 64bit files on 32bit windows
+ * CI: Use ccache to speed up the build
+ * CI: OSX - Fix obs.png
+ * UI/updater: Fix incorrect inflate use
+ * CI: Linux - Install libfdk-aac-dev
+ * image-source: Move file modification check before animation processing
+ * UI: Add workaround to fix deleting final scene bug
+ * rtmp-services: Update ingest list for Restream.io
+ * rtmp-services: Update maximum bitrate for Twitch
+ * UI: Fix segfault when no system tray exists
+ * CI: Linux - Install FFmpeg from source
+ * obs-ffmpeg/nvenc: Remove "default" preset
+ * libobs: Add obs_source_copy_filters function
+ * UI: Add copying/pasting of sources/filters
+ * UI: Disable filter pasting when scene collection changed
+ * UI: Fix bug where items can't be deleted in last scene
+ * libobs: Remove unimplemented exports
+ * rtmp-services: Add Livestream service
+ * win-dshow: Fix issue with activating when not set to
+ * rtmp-services: Update Picarto maximum bitrates
+ * libobs: Delay stop detection of audio source
+ * libobs: Allow source to fully control source flags (for now)
+ * libobs: Add ability to preload async frames
+ * libobs: Remove multiple calls to free_type_data
+ * deps: Add media-playback static lib
+ * obs-ffmpeg: Change from libff to media-playback
+ * deps/libff: Remove network init
+ * UI: Remove libff as a dependency
+ * deps/libff: Don't build libff (deprecated)
+ * obs-ffmpeg: Remove unnecessary open call
+ * obs-ffmpeg: Always open on update unless set otherwise
+ * obs-ffmpeg: Fix bug on non-MSVC compilers
+ * UI: Fix property widgets not being disabled
+ * mac-avcapture: Ability to directly add iOS devices over USB
+ * audio-monitoring: Add ability to monitor Outputs
+ * decklink: Add option to select channel format
+ * decklink: Add workaround for audio timestamp jump issue
+ * Improve README/CONTRIBUTING files
+ * win-dshow: Fix reallocation issue in ffmpeg-decode
+ * UI: Add window name to remux dialog
+ * UI: Hide OpenGL and D3D adapter on Windows
+ * UI: Continue to show OpenGL if already in use
+ * UI: Increase MAX_CRASH_REPORT_SIZE to 150 KB
+ * CI: Use webhooks for notifications
+ * CI: Fix notification frequency
+ * libobs-opengl: Log OpenGL version on all systems
+ * Fix various typos across multiple modules
+ * Update Linux kernel coding style URL in CONTRIBUTING
+ * UI: Ctrl+E to Edit Transform
+ * UI: Remove unused defines from old updater code
+ * win-capture: Log if shared texture capture is unavailable
+ * win-capture: Update get-graphics-offsets
+ * win-capture: Add missing 32 bit offsets
+ * win-capture: Fix and clarify window capture prioritization
+ * UI: Add front-end API functions to get/modify service
+ * UI: Display filename when dragging & dropping
+ * obs-outputs: Always call RTMP_Init before connecting
+ * UI: Make sure all dialogs have close buttons
+ * UI: Add command line option for starting up always on top
+ * frontend-tools: Rename some files
+ * frontend-plugins: Abstract captions
+ * enc-amf: Update to v2.1.0(.0)
+ * win-ivcam: Fix potential null pointer dereference
+ * libobs: Update to 18.0.2 (windows hotfix)
+ * UI/updater: Add opt to disable building update module
+
+-------------------------------------------------------------------
Tue Mar 07 05:13:13 UTC 2017 - jimmy@boombatower.com
- Update to version 18.0.1:
obs-studio.spec
Changed
Name: obs-studio
-Version: 18.0.1
+Version: 18.0.2
Release: 0
Summary: A recording/broadcasting program
_service
Changed
<services>
<service name="tar_scm" mode="disabled">
<param name="versionformat">@PARENT_TAG@</param>
- <param name="revision">refs/tags/18.0.1</param>
+ <param name="revision">refs/tags/18.0.2</param>
<param name="url">git://github.com/jp9000/obs-studio.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
_servicedata
Changed
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/jp9000/obs-studio.git</param>
- <param name="changesrevision">bc9a58174b75c445dcb14259443a74746f0b3d43</param>
+ <param name="changesrevision">4684294bcd53193f4227fb31214a6417fdcd2b97</param>
</service>
</servicedata>
Request History
boombatower created request almost 8 years ago
- Update to version 18.0.2:
* UI/updater: Fix temp files being created and not deleted
* UI/updater: Fix potential fail case when no files to patch
* UI/updater: Fixed a bug with deflating
* UI/updater: Ignore 64bit files on 32bit windows
* CI: Use ccache to speed up the build
* CI: OSX - Fix obs.png
* UI/updater: Fix incorrect inflate use
* CI: Linux - Install libfdk-aac-dev
* image-source: Move file modification check before animation processing
* UI: Add workaround to fix deleting final scene bug
* rtmp-services: Update ingest list for Restream.io
* rtmp-services: Update maximum bitrate for Twitch
* UI: Fix segfault when no system tray exists
* CI: Linux - Install FFmpeg from source
* obs-ffmpeg/nvenc: Remove "default" preset
* libobs: Add obs_source_copy_filters function
* UI: Add copying/pasting of sources/filters
* UI: Disable filter pasting when scene collection changed
* UI: Fix bug where items can't be deleted in last scene
* libobs: Remove unimplemented exports
* rtmp-services: Add Livestream service
* win-dshow: Fix issue with activating when not set to
* rtmp-services: Update Picarto maximum bitrates
* libobs: Delay stop detection of audio source
* libobs: Allow source to fully control source flags (for now)
* libobs: Add ability to preload async frames
* libobs: Remove multiple calls to free_type_data
* deps: Add media-playback static lib
* obs-ffmpeg: Change from libff to media-playback
boombatower accepted request almost 8 years ago
ok