- May 21, 2021
-
-
ref #25584
-
closes #25720
-
ref #25584
-
fixes #25589
-
-
This warning is useless because we already clip the values before. The linear values are never negative. Shader@0x00007FFE51EFA920(105,12-30): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
-
The signal slot binding here is redundant, because every time the menu is created, the value is obtained from MainInterface, and there is no need to set it again through the signal.
-
- May 20, 2021
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
This leaves some time for the decoder to do things. This is how it was before 42011b9f. Fixes #25728
-
Steve Lhomme authored
-
-
-
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.
-