- Feb 17, 2022
-
-
libsrt input is asynchonously buffered internally and it makes sense to empty those receive buffers as much as possible on every signaled receive event from epoll. Doing so reduces context switching/re-scheduling and improves performance. Signed-off-by:
Thomas Guillem <thomas@gllm.fr> (cherry picked from commit ca7b0fcc) (rebased) rebased: * master has direct stream_sys_t typedef Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
It is possible to get an empty read from libsrt and it should not be treated as EOF. Signed-off-by:
Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 34048bef) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
VLC doesn't use pkg-config --static but hacks the .pc files, so do the same here. Also fix srt to produce valid pc files. Signed-off-by:
Konstantin Pavlov <thresh@videolan.org> (cherry picked from commit dd597699) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit e9ed3a57) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Almost the same as the previous one but squashing two patches which should have been and improving the inet_ntop() removing patch. Skipping 1.3.0 as it was a bad version. Also removed all custom patches are they don't seem to be required anymore, but added new ones to make it build with MingW. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e4e95613) (edited) edited: - don't force pthreadGC2 but pthread - removed non-gnu detection Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit 90b79191) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit d36c9ea4) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit ae882e18) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit 198f754d) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit b7c97da0) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Fixes #22909 (cherry picked from commit abf527b5) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Feb 15, 2022
-
-
Fixes #26259 (closed), #26579 and dav1d/#383. (cherry picked from commit e890cc92) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Feb 13, 2022
-
- Feb 11, 2022
-
-
Steve Lhomme authored
That's the winpthread we build and depend on. And apply the pthread patch on all targets like it was before this patchset.
-
Steve Lhomme authored
As for other contribs that rely on the winpthread/pthread-w32.
-
Steve Lhomme authored
CancelIOEx() is not supported. And pthread support is not mandatory.
-
Steve Lhomme authored
(cherry picked from commit e1ebf07d) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit 1ae503e4) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
We no longer build with pthreadGC2 since f1bf4b45 (cherry picked from commit 3837f53f) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Fixes the "build" of meson that could randomly fail when no target created the folder already. (cherry picked from commit 1649e121) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
This is a manual backport of https://github.com/protocolbuffers/protobuf/commit/01a05a53f40ca2ac5f0af10c6cc0810bee39b792 (cherry picked from commit c580054e) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit 0d2b80c0) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
* The deleted patch was added in mingw-w64 v7.0.0 Signed-off-by:
Biswapriyo Nath <nathbappai@gmail.com> Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> (cherry picked from commit d4948bc2)
-
Steve Lhomme authored
(cherry picked from commit f91f18e4) (edited) edited: * master had it for winstore only Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit ba189e92) (edited) edited: * 3.0 has different android patches Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
This is a partial revert (with modifications) of 1d156f09 (cherry picked from commit db1d637f) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit d942c7a0) (edited) edited: * 3.0 doesn't have the same aarch64 patches Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit 8ceae50d) (rebased) rebased: * 4.0 didn't some of the patches used in 3.0 Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit be864410) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit f1bf4b45) (rebased) rebased: * aom has slightly diffent .mak context * srt has slightly diffent .mak context * zvbi had removed macos hack already Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit 1d156f09) (edited) edited: * pthreadGC2 had extra pacthes in 3.0 and different URL * aom had different android patches and HOSTVARS placed differently * mysofa is building with CMAKEBUILD * DBUILD_SHARED_LIBS doesn't have set in 3.0 * upnp uses LIBUPNP_ECFLAGS on 3.0 * vpc uses VPX_HOSTVARS on 3.0 * zvbi has removed the macos hack already Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit 6f20847b) (edited) edited: * aom has different android patches * srt has extra fix-partial-availability patch * upnp is using LIBUPNP_ECFLAGS on 3.0 * vpx is using VPX_HOSTVARS on 3.0 * zvbi has the pthreads dependency for all targets, already has ZVBI_CFLAGS and removed macos hack already * srt doesn't have some gcc/pthread patches and had CMakeLists.txt-let-cmake-find-pthread patch Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
For now, we should probably switch to winpthread as well. (cherry picked from commit a77bf1c6) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit b7bbf728) (rebased) rebased: - 3.0 has more android patches Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit 2916292e) (edited) edited: * 3.0 doesn't have the same aarch64 patches Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit 707b9000) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
(cherry picked from commit e9421342) (rebased) rebased: * 3.0 has slightly different patches Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Feb 10, 2022
-
-
The doc doesn't say we have to release it but it makes sense. If it was received by a ComPtr it would be. Similar to b8e1ef21 on 4.0
-
- Feb 09, 2022
-
-
(cherry picked from commit f1603b69) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Jan 31, 2022
-
-
(cherry picked from commit 82739402)
-