- May 20, 2021
-
-
This class allows us to avoid duplicates for the CoverGenerator and the cover property.
-
-
-
-
-
This lets us enforce a specific prefix for the cover fileName.
-
-
-
-
-
fixes #25597
-
-
-
-
- May 19, 2021
-
-
-
-
-
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.
-
-
-
-