Overview
Request 3926 (accepted)
- Update to version 20.0.1:
* UI: Add Studio Mode features in the Frontend API
* CI: Download deps if they are outdated
* plugins: Clear warnings about -Wincompatible-pointer-types
* UI: Add new theme, update theme capabilities
* .editorconfig: Add file to speed up editor configuration
* libobs: Fix an int underflow in log_frame_info
* rtmp-services: Add Chaturbate Streaming Service
* libobs-d3d11: Fix potential issue rebuilding shared texture
* UI: Fix potential crash with unsupported video cards
* vlc-video: Add network caching property
* libobs-d3d11: Better error message for missing D3DCompiler
* rtmp-services: Rename beam.pro to Mixer.com
* vlc-video: Fix integer conversion warning
* deps/jansson: Update jansson to version 2.9
* UI: Add fullscreen projector to systray menu
* UI: Add fullscreen UI option to view menu
* libobs: Fix bug where obs_data default might not be set
* UI: Add "Defaults" button to filters/properties windows
* obs-text: Fix file reader occasionally not updating
* text-freetype2: Fix file reader occasionally not updating
* cmake: Add _CRT_NONSTDC_NO_WARNINGS def to all projects
* UI, libobs: Add ability to lock individual scene items
* UI, libobs: Add Japanese shortcut keys for Windows
* rtmp-services: Update servers for Vaughn Live/Breakers.tv
* libobs/util: Make minor optimization to circlebuf pops
* libobs: Add <> or \| on RT 102-key as hotkey
* libobs/plugins/UI: Suppress unused variables warnings
* UI: Make sure "Defaults" buttons aren't default buttons
* UI: Make lock/unlock icons slightly smaller
- Created by boombatower over 7 years ago
- In state accepted
-
Package maintainers:
boombatower,
darix, and
frispete
obs-studio.changes
Changed
-------------------------------------------------------------------
+Fri Aug 11 18:43:29 UTC 2017 - jimmy@boombatower.com
+
+- Update to version 20.0.1:
+ * UI: Add Studio Mode features in the Frontend API
+ * CI: Download deps if they are outdated
+ * plugins: Clear warnings about -Wincompatible-pointer-types
+ * UI: Add new theme, update theme capabilities
+ * .editorconfig: Add file to speed up editor configuration
+ * libobs: Fix an int underflow in log_frame_info
+ * rtmp-services: Add Chaturbate Streaming Service
+ * libobs-d3d11: Fix potential issue rebuilding shared texture
+ * UI: Fix potential crash with unsupported video cards
+ * vlc-video: Add network caching property
+ * libobs-d3d11: Better error message for missing D3DCompiler
+ * rtmp-services: Rename beam.pro to Mixer.com
+ * vlc-video: Fix integer conversion warning
+ * deps/jansson: Update jansson to version 2.9
+ * UI: Add fullscreen projector to systray menu
+ * UI: Add fullscreen UI option to view menu
+ * libobs: Fix bug where obs_data default might not be set
+ * UI: Add "Defaults" button to filters/properties windows
+ * obs-text: Fix file reader occasionally not updating
+ * text-freetype2: Fix file reader occasionally not updating
+ * cmake: Add _CRT_NONSTDC_NO_WARNINGS def to all projects
+ * UI, libobs: Add ability to lock individual scene items
+ * UI, libobs: Add Japanese shortcut keys for Windows
+ * rtmp-services: Update servers for Vaughn Live/Breakers.tv
+ * libobs/util: Make minor optimization to circlebuf pops
+ * libobs: Add <> or \| on RT 102-key as hotkey
+ * libobs/plugins/UI: Suppress unused variables warnings
+ * UI: Make sure "Defaults" buttons aren't default buttons
+ * UI: Make lock/unlock icons slightly smaller
+ * UI: Fix lock/visibility sub-widget sizes on OSX
+ * obs-qsv11: change re-enter locker implementation
+ * decklink: Add feature to detect resolution/format
+ * UI: Add ability to drop html files
+ * UI: Allow zoom with the scroll wheel
+ * win-capture: Log when game capture compatibilty mode is set
+ * UI: Remove unused function from volume control
+ * libobs: Add obs_volmeter_get_cur_db function
+ * UI: Change meter color to red when audio is clipping
+ * UI: Add backwards compatible theme fallback
+ * rtmp-services: Add LiveEdu (accidentally removed)
+ * UI: Ensure theme backward compat. with older OBS vers.
+ * obs-filters: Optimize and fix alpha in color grade filter
+ * UI: update installer script to latest version
+ * rtmp-services: Update twitch.tv ingests
+ * UI: Add missing separator in mediaExtensions initializer
+ * libobs: Add API to specify codec support on encoded outputs
+ * libobs: Add ability for service to specify its output type
+ * obs-qsv11, obs-x264: Allow bframe count overriding
+ * rtmp-services: Add ability to specify different outputs
+ * rtmp-services: Allow services to override bframe count
+ * UI: Allow services to use different outputs
+ * UI: Allow outputs to use different audio codecs
+ * obs-outputs: Fix a few issues with CMakeLists.txt
+ * rmtp-services: Don't display warning for invalid file ver.
+ * rtmp-services: Fix incorrect RTMP output ID
+ * rtmp-services: Update Twitch ingests
+ * libobs: Do not save hotkeys for private sources
+ * libobs: Add transition callbacks for starting/stopping
+ * libobs: Add function to get current transition time
+ * libobs: Add ability for transitions to render sources directly
+ * obs-ffmpeg: Add proc handler function to get media duration
+ * obs-transitions: Add stinger transition
+ * rtmp-services: Add Twitter / Periscope as a service
+ * UI: Fix problem with exporting scene collections/profiles
+ * UI: Add --multi flag to suppress multi-instance warning
+ * libobs: Add post-load module callback
+ * libobs: Ensure scene items don't have pre-multiplied alpha
+ * libobs: Fix item copying during scene duplication
+ * rtmp-services: Update Picarto maximum audio bitrate
+ * UI: Fix potential crash when outputs change
+ * UI: Add "Below Normal" priority option
+ * UI: Add modular UI
+ * UI: Fix build issue with older linux Qt5 packages
+ * UI: Fix settings window minimum width/height
+ * libobs: Add API function to get version string
+ * deps/file-updater: Add func to get single remote file
+ * obs-ffmpeg: Rename obs-ffmpeg-aac.c file
+ * obs-ffmpeg: Make FFmpeg audio encoder abstractable
+ * obs-ffmpeg: Ensure sample rate is supported in audio encoder
+ * obs-ffmpeg: Add Opus audio encoder
+ * obs-outputs: Add FTL output
+ * rtmp-services: Add Mixer FTL service
+ * UI: Update Mixer (formerly Beam) in auto configuration
+ * UI: Remove trailing whitespace
+ * UI: Return false if audio encoder creation fails
+ * rtmp-services: Fix ingest update request user agent
+ * rtmp-services: Add Twitch ingest update API
+ * rtmp-services: Add "Auto" server option for Twitch
+ * UI: Add support for Twitch "Auto" server in auto-config
+ * UI: Fix incorrect properties set for Hardware (AMD)
+ * rtmp-services: Remove Twtich "Auto" if API down and not cached
+ * Revert "UI: Add support for Twitch "Auto" server in auto-config"
+ * Revert "libobs: Fix an int underflow in log_frame_info"
+ * libobs: Log output frame count instead of encoded count
+ * UI: Test first 3 closest Twitch ingests in auto-config
+ * UI: Fix Delete key not working on scenes/sources
+ * deps/media-playback: Add concat playback support
+ * UI: Update Hitbox to Smashcast in autoconfig wizard
+ * enc-amf: Update to 2.2.1
+ * libobs: Add ability to transition to NULL source
+ * image-source: Add 'loop' and 'hide on stop' to slideshow
+ * image-source: Add activate/deactivate behavior to slideshow
+ * image-source: Add "manual (hotkey)" mode to image slideshow
+ * UI: Move adv. audio props. to each audio config button
+ * obs-x264: Remove VFR mode as an advanced option
+ * vlc-video: Don't allow VLC sources to be cloned
+ * rtmp-services: Update Switchboard ingests
+ * UI: Fix stats window geometry saving on shutdown
+ * UI: Show error if empty recording path specified
+ * libobs: Export obs_output_get_last_error
+ * obs-ffmpeg: Improved output error handling
+ * UI: Report more detailed output errors if available
+ * UI: Show error if empty recording path specified
+ * obs-ffmpeg: Add proc handler for getting number of frames in video
+ * obs-transitions: Add frame transition point option to stinger
+ * obs-transitions: Fix stinger transition locale
+ * obs-outputs: Change loglevel of ftl status thread to debug
+ * enc-amf: Update to 2.2.2
+ * UI/updater: Restart progress bar when installing updates
+ * UI/updater: Improved handling of failure conditions
+ * libobs: Update version to 20.0.0
+ * rtmp-services: Initialize mutex/dynamic array
+ * rtmp-services: Require cmake var to enable ingest updates
+ * obs-transitions: Rename stinger ID to prevent conflict
+ * Update translations from Crowdin
+ * rtmp-services: Always check service updates on non-windows
+ * image-source: Fix potential crash with slideshow
+ * UI: Fix conditions for redraw the stats labels
+ * libobs: Update version to 20.0.1
+ * libobs: Add default hotkey id to duplicated item
+ * UI: Fix Stats not showing stream data until start
+
+-------------------------------------------------------------------
Thu Jun 22 19:41:10 UTC 2017 - jimmy@boombatower.com
- Update to version 19.0.3:
obs-studio.spec
Changed
Name: obs-studio
-Version: 19.0.3
+Version: 20.0.1
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/19.0.3</param>
+ <param name="revision">refs/tags/20.0.1</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">d295ad3ed3eafc7550ffa4280abcf116ec9bad14</param>
+ <param name="changesrevision">d3c163b77510359f4b2b6fb31a201141ea726c30</param>
</service>
</servicedata>
Request History
boombatower created request over 7 years ago
- Update to version 20.0.1:
* UI: Add Studio Mode features in the Frontend API
* CI: Download deps if they are outdated
* plugins: Clear warnings about -Wincompatible-pointer-types
* UI: Add new theme, update theme capabilities
* .editorconfig: Add file to speed up editor configuration
* libobs: Fix an int underflow in log_frame_info
* rtmp-services: Add Chaturbate Streaming Service
* libobs-d3d11: Fix potential issue rebuilding shared texture
* UI: Fix potential crash with unsupported video cards
* vlc-video: Add network caching property
* libobs-d3d11: Better error message for missing D3DCompiler
* rtmp-services: Rename beam.pro to Mixer.com
* vlc-video: Fix integer conversion warning
* deps/jansson: Update jansson to version 2.9
* UI: Add fullscreen projector to systray menu
* UI: Add fullscreen UI option to view menu
* libobs: Fix bug where obs_data default might not be set
* UI: Add "Defaults" button to filters/properties windows
* obs-text: Fix file reader occasionally not updating
* text-freetype2: Fix file reader occasionally not updating
* cmake: Add _CRT_NONSTDC_NO_WARNINGS def to all projects
* UI, libobs: Add ability to lock individual scene items
* UI, libobs: Add Japanese shortcut keys for Windows
* rtmp-services: Update servers for Vaughn Live/Breakers.tv
* libobs/util: Make minor optimization to circlebuf pops
* libobs: Add <> or \| on RT 102-key as hotkey
* libobs/plugins/UI: Suppress unused variables warnings
* UI: Make sure "Defaults" buttons aren't default buttons
* UI: Make lock/unlock icons slightly smaller
boombatower accepted request over 7 years ago
ok