- 19 May, 2021 25 commits
-
-
-
some transmit empty <50 bytes data object
-
-
Fix #25751
-
refs #25751
-
--bime, --b-rdo and --pre-scenecut are obsolete, and obsolete options should not be in chain lists.
-
This fixes #25730.
-
But not both. If one has entries, the other ones has 0 entries (and is disabled).
-
-
-
Instead of using a custom cfg with an extra "audio filter". i_chan_mode is already used by "audio converter" for dolbystereo. The spatialaudio "audio filter" is converted to an "audio converter". Such type of modules are loaded automatically when a conversion is needed (the chan_mode conversion). Since this module is now an "audio converter", don't override in/out fmt, but test for in/out fmt compatibility.
-
-
-
This will allow to change aout->mixer_format before starting the aout, cf. next commit.
-
-
-
-
Example: Original: Ambisonics Original: 3F2M/LFE 5.1: 3F2R/LFE 7.1: 3F2M2R/LFE
-
The aout->current_sink_info.headphones special case is handled after the aout is started. At this point, only the filters need to be updated (via filters_cfg).
-
-
- aout_PrepareStereoMode() prepares the "stereo-mode" var list and return the default mode. - aout_HasStereoMode() returns true if a mode is available (in "stereo-mode" var list) - aout_UpdateStereo() does the actual changes. No functional changes. This will be used by next commits.
-
-
-
-
Having to deal with es_Add or Del sequences forces the command queue to expect another type of input on the esout before recycling es, creating delay in multiple cases.
-
- 18 May, 2021 4 commits
-
-
-
Last of the 2.6.x series
-
-
CVE-2020-15999 (but we shouldn't be impacted)
-
- 15 May, 2021 6 commits
-
-
for blur effect behind miniplayer, use displaymarginEnd property and disable clipping in views fixes #25679 fixes #25678
-
-
-
-
-
got broken again with recent additions.
-
- 13 May, 2021 5 commits
-
-
-
Solves the problem of wrong display of the selected state when pressing and holding the CTRL key to select multiple items in the play list and canceling multiple items.
-
closes #25565
-
only interface_window_handler knows correct root window fixes CSD settings not updating and aero snap not working with win7 compositor
-
-