- Jul 14, 2022
-
-
Refs #27050
-
This utility handles synthetization of the PCR whenever the transcode pipeline (any of the filter or the encoder) alter the frame timestamp output or even, discard some blocks.
-
-
This utility helps handling PCR events in modules where frames are treated asynchronously. This tool basically bufferize PCR events until all associated frames are out of the async unit. The helper was made to handle any async frame treatment unit and could be used in any other modules that have the same behavior. For now, only transcode is in that case so the files will reside in the transcode folder.
-
The default mode was preventing double click events from propagating in some cases (KeyNavigableTableView) Unless for very specific context we don't need rich/html text formatting
-
-
drag N drop feature may be usefull outside playlist management, it remains disabled by default. this also reduce the amount of duplicated code between generic views and playlist views
-
-
-
-
-
-
-
-
-
instead of violating the scope of widgets
-
-
-
For some reason this filter was missing from the filters declaration.
-
Even if no problems were reported by the missing init.
-
-
-
-
-
-
-
-
-
- Jul 13, 2022
-
-
Steve Lhomme authored
-
Thomas Guillem authored
New API: https://docs.microsoft.com/en-us/windows/win32/procthread/thread-pool-api This avoid one allocation (that can fail) in vlc_timer_schedule() (that was handled with a call to abort()). One remark from the documentation: "If the due time specified by pftDueTime is relative, the time that the system spends in sleep or hibernation does not count toward the expiration of the timer. The timer is signaled when the cumulative amount of elapsed time the system spends in the waking state equals the timer's relative due time or period. If the due time specified by pftDueTime is absolute, the time that the system spends in sleep or hibernation does count toward the expiration of the timer. If the timer expires while the system is sleeping, the timer is signaled immediately when the system wakes." For that reason, the vlc_timer API always use a absolute FILETIME in SetThreadpoolTimer(). vlc_timer absolute ticks are substracted with vlc_tick_now() and added to the absolute FILETIME.
-
- Jul 12, 2022
-
-
See functions in https://github.com/NetBSD/src/tree/trunk/lib/libc/stdlib Fixes a leak in tdelete().
-
Refs #27106
-
result is good enough compared to GaussianBlur
-
-
-
-
Co-authored-by:
Fatih Uzunoglu <fuzun54@outlook.com>
-
this limits the video memory used by the texture, this also provides a look and feel closer to designer's mockups
-
This reduce the number of intermediary FBO and shader passes
-
-