- Apr 04, 2022
-
-
Prince Gupta authored
-
Prince Gupta authored
-
Prince Gupta authored
-
- Apr 03, 2022
-
-
Trims filenames as they are not stored as attributes. Also removes incorrect asprintf 0 return value handling
-
Only reset the clock and filters. Every aout modules must be able to stop without having a flush first.
-
To avoid forward declarations.
-
In order to split stream_Reset() and aout->flush(). The aout is now flushed before resetting filters and clocks but it should not have any impacts.
-
Because the documentation says that flush is called when stopped.
-
The stop cb was only resetting some variables. Also flush from stop since the flush cb won't necessarily be called before a stop.
-
-
fix: #26671
-
invalidating the cache doesn't update the filter/sort order of the loader. Changing the parent or the sort order completely change the model, so a reset is preferable in the general case.
-
According to the spec, when an AUD is present, it shall be the first NAL unit. However, many samples don't follow this rule.
-
François Cartegnie authored
-
Widgets.PageLoader/StackViewExt: load default page if viewProperties is empty fixup 9457692d
-
This configure flag was dropped in 1.8. See pupnp upstream 8abbd63b9a8190bcbbbbcbcff5cdbaaf83fbe99a
-
Adding the `UPNP_` prefix just like the other variables will avoid potential namespaces conflicts.
-
-
libupnp 1.6 is starting to get really old and caused bugs recently with the new winpthread rework for contribs. Added contrib patches: - revert-ifaddrs.patch (revert changes breaking android) Removed contrib patches: - 0001-Do-not-try[...] -> Fixed upstream by 386b7ed7 - dont_use_down_intf.patch -> Fixed upstream by 1f2e3b88 - fix_infinite_loop.patch -> Fixed upstream by 4367cbfa - libpthread.patch -> Replaced - missing_win32.patch -> Fixed upstream by 02bb90c5 - no-getifinfo.patch -> Fixed upstream by 0296c3cd - use-inet-pton.patch -> Fixed upstream by 44cdeeb7 - use-unicode.patch -> Fixed upstream - windows-random.patch -> Fixed upstream by 44e092a6 Edited patches (mostly to fit the new sources): - miniserver.patch - upnp-no-debugfile.patch - pthread-w32-checks.patch (Partially fixed upstream by e0f44dd9) - libupnp-win32.patch (Partially fixed upstream) - libupnp-win64.patch (Partially fixed upstream by 421d5d28) - windows-version-inet.patch - libupnp-win32-exports.patch Renamed patch: - pthread-w32-force -> pthread-force (Gets applied to linux too now)
-
This patch was never used.
-
`UpnpInit` is deprecated since 1.8 and removed in 1.14. `UpnpInit2` offer a better replacement, working for both ipv6 and ipv4. There is no reason to keep using `UpnpInit` apart from keeping the module usable with 1.6.
-
These functions are inline and will be removed by the compiler anyway if unused. The #if guards add unecessary compexity.
-
- Apr 02, 2022
-
-
"Release" usually imply that the object is refcounted in recents VLC naming conventions. "Delete" or "Destroy" is more common and less misleading for non-shared objects such as `vlc_fifo_t`.
-
-
The list of changes can be found at https://code.videolan.org/videolan/medialibrary/-/milestones/13
-
-
-
-
-
-
don't capture mouse clicks in hoverhandler of title col delegate fixup 10e096a3
-
don't capture mouse clicks in hoverhandler of default col delegate fixup e2440608
-
- Apr 01, 2022
-
-