- Mar 23, 2022
-
-
Hugo Beauzée-Luyssen authored
-
- Mar 22, 2022
-
-
This is a cherry-pick of a patch in the 1.6.x branch that has not been released yet. (cherry picked from commit 4a44a134) Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
- Mar 11, 2022
-
-
Hugo Beauzée-Luyssen authored
-
- Mar 09, 2022
-
-
François Cartegnie authored
For some reason AAC is not part of the probing sequence, it then can't activate without shortcut/forced naming. (cherry picked from commit 2396e15b)
-
- Mar 08, 2022
-
-
-
fixes playback/stuttering with wrong mux/monotonically increasing pts on frames that must be reordered. no change for regular pts. (cherry picked from commit 0834d393)
-
Fixes #26684 Regression from d5e53764
-
The descrambling function is now called through an intermediate array variable. This change has also added two extra ways to recover the function name. Add support to parse and resolve any of them. Fixes #26574 (cherry picked from commit 3df28fc5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
- Mar 07, 2022
-
-
Thomas Guillem authored
0 should be returned in case of EOS or error, -1 means EAGAIN. /me blames me for not reading the documentation. (cherry picked from commit 249a76b9) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
0 should be returned in case of EOS or error, -1 means EAGAIN. /me blames me for not reading the documentation. (cherry picked from commit 59a3d85d) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
- Feb 28, 2022
-
-
Steve Lhomme authored
Patch merged upstream (cherry picked from commit 54088315) Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
- Feb 26, 2022
-
-
DRM modifiers communicate a description of the data layout in the buffers exported/imported through various API. On Intel HW this exports tiling information as well as potential compression. Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 3633417e) Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
-
- Feb 25, 2022
-
-
Hugo Beauzée-Luyssen authored
This will help automatically cancel outdated pipelines instead of having to do so manually (cherry picked from commit 64ff40e2) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Feb 24, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
(cherry picked from commit a49cca05) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Feb 22, 2022
-
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Similar to 553ed5fa found in contribs. Co-authored-by: Martin Storsjö <martin@martin.st>
-
Add raw video fourcc conversion support to convert from gstreamer representation (for strings that are not equal to length 4) to vlc representation. Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit a6c52d89) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 58202004) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Add support for vp9 and hevc Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9894f84b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 419ad46d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Feb 21, 2022
-
-
Fixes GeoVision video playback via the avi demuxer. (cherry picked from commit 6372cce4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- Feb 19, 2022
-
-
Martin Storsjö authored
This fixes build breakage with latest nightly libc++. Since https://github.com/llvm/llvm-project/commit/2e2f3158c604adb8401a2a44a03f58d4b6f1c7f9, fewer libc++ headers transitively include <algorithm>. This protobuf header uses std::fill unconditionally, which is a function provided by <algorithm>. (The surrounding code comment was wrong/outdated - <algorithm> was needed on all platforms.) The same seems to have been fixed in upstream protobuf as part of a larger code sync: https://github.com/protocolbuffers/protobuf/commit/ab4585a6956675ce14a1cba5d321fde980bbf12b#diff-5cc9e8e347380b7bbc8fac8c06dc98100f3b5c076fcffa177e8ce11e753d4f7c (cherry picked from commit 5f677641)
-
- Feb 17, 2022
-
-
Fixes CVE-2021-31566, CVE-2021-36976 (cherry picked from commit e308b8c8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Those are only available starting macOS 10.10.
-
(cherry picked from commit 50baf567) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit d6717612) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit fb1dd770) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 9a289291) Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit a49c449f) Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
Fix #26048 To avoid sending a lot of small UDP packets. (cherry picked from commit 84bc80de) (rebased) rebased: * 3.0 doesn't have struct typedefs Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit 853df267) Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
It's the same thing as SRT_PARAM_PAYLOAD_SIZE. (cherry picked from commit c90ef66a) (edited) edited: * 3.0 doesn't have struct typedefs * 3.0 has advanced parameter in some settings Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit e6b547cc) Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
Otherwise the zero initialized p_sys->sock will be closed in srt_schedule_reconnect(). (cherry picked from commit e452063d) (rebased) rebased: * 3.0 has vlc_mutex_destroy() Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
(cherry picked from commit 52e3f716) (rebased) rebased: * 3.0 is freeing psz_host Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
Firstly, SRTO_PAYLOADSIZE has no effect for receiver. Secondly, since there is no negotiation of payload size between sender and receiver, the receiver should use a buffer at least SRT_LIVE_MAX_PLSIZE bytes, otherwise the data can be truncated. So the default value of option SRT_PARAM_CHUNK_SIZE is inappropriate. User may know exactly the sender's payload size to set the value for SRT_PARAM_CHUNK_SIZE, but there is no much gain for doing that. (cherry picked from commit 0b0cc7ff) (edited) edited: * 3.0 had the advanced flag in obsolete parameters Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-