- Mar 30, 2023
-
-
Khalid Masum authored
If major number is not equal for needmajor and gotmajor, the version checker returns old, which can lead to faulty results. For example: check_version meson 1.0.0 0.6.0 returns old; where expected is ok. Fix this issue by changing the check of ne to gt. This will revert commit: ee5fad6a So that it returns old if needmajor is greater than gotmajor.
-
- Mar 24, 2023
-
-
directly skips empty edits and avoids stopping on last track sample (fixes loop playback)
-
-
-
-
-
-
-
- Mar 23, 2023
-
-
7d70397c doesn't work properly without this, model remains in loading state
-
Using a raw path from the QFileDialog can lead to wrong native separators in the provided string. Using URLs instead of paths should be more cross-platform compliant.
-
- Mar 22, 2023
-
-
- Mar 21, 2023
-
-
Steve Lhomme authored
-
Steve Lhomme authored
The same code in direct3d9 uses an output format that can vary.
-
Steve Lhomme authored
It doesn't exist in mingw so we define it in that case.
-
Steve Lhomme authored
We do the processing on video files, not "graphics" generated sources.
-
Steve Lhomme authored
Although we set all known usable bits, it seems that leaving reserved bits "uninitialized" doesn't work in some case. In particular with LLVM builds, which results in bogus output.
-
Steve Lhomme authored
Although we set all known usable bits, it seems that leaving reserved bits "uninitialized" doesn't work in some case. In particular with LLVM builds, which results in bogus output. Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
Steve Lhomme authored
The releases before 11 had bogus dxvahd DXVAHD_STREAM_STATE_xxx_COLOR_SPACE_DATA structures. This was confusing the initialization with LLVM.
-
Creation and initialization of p_sys in EsOutSetEsDelay is not necessary as it is performed in EsOutUpdateDelayJitter later anyway.
-
- Mar 20, 2023
-
-
-
-
-
-
-
-
-
-
-
Steve Lhomme authored
json_parse_ex() now requires the length of the JSON string to parse. The following changes are integrated: * 672dd79c (int64 on Windows), * ecb7c847 (proper include guards), * c8edcab8 (null deref), * 894bab1c (fallthrough warning) The (unused) json_relaxed_commas flag is gone. We may also use it as a contrib.
-
Steve Lhomme authored
-
- Mar 19, 2023
-
-
- Mar 18, 2023
-
-
-
-
it tries to use the colorContext of the WindowDialog which was not exposed
-
-
- Mar 17, 2023
-
-
-
when the user enable the high-contrast mode on windows, we must comply to the system palette
-
AudioTrack#getTimestamp, present since API 19, is the most precise, [-20ms;0ms] delay tested with the Sync-One2.
-
Remove the smoothpos hack that was only needed for time_get.
-
Leftover from 582570aa
-