- Feb 15, 2025
-
-
Avoid using cdata, which will trigger a full rebuild on enabling/disabling.
-
The contrib include path was used to specify the include path to the libavcodec headers, but of course it doesn't work when libavcodec is not compiled from the contribs. Originally added with the plugin definition in 07d15477.
-
This reverts commit 4cd9bdcb. Modifying cdata requires regenerating config.h which is included by every single source file in the project. There's no point in reconfiguring and recompiling the whole project to enable or disable a library for a module just for the sake of matching what autotool buildsystem did.
-
OpenBSD was the latest OS to fix if.h being built standlone and we fixed this 7 yrs ago.
-
- Feb 14, 2025
-
-
-
-
-
This will cause more realloc when using oss-fuzz but won't hide less than 32 bytes buffer overflow.
-
Steve Lhomme authored
vlc_alloc does check the multiplying is possible.
-
Steve Lhomme authored
Fixes #28998
-
Steve Lhomme authored
If the duration is less than 1s the previous algorithm would give 0 bytes.
-
Steve Lhomme authored
As the name suggests. VLC_TICK_FROM_US() is already used in many places for that. The hardcoded value for DEMUX_GET_TIME was bogus.
-
Signed-off by: Ash <ashutoshv191@gmail.com>
-
`DragItem` expects that the image fills the area denoted for the image.
-
Steve Lhomme authored
The codec ID is set in ReadDescChunk(). And according to the error before using it: > The audio description chunk must be the first chunk We should not be using codec data if we don't have the codec. The file will eventually fail with this error, but we don't need to copy bogus data before that. Fixes #29012
-
-
Steve Lhomme authored
From videolan/docker-images!315
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Feb 13, 2025
-
-
Tristan Matthews authored
Full release notes at https://aomedia.googlesource.com/aom/+/refs/tags/v3.12.0
-
-
-
The module will be disabled if gtk is not found
-
-
Fixes the following assert: ``` Assertion failed: (status == -EINTR), function thumbnailer_callback_cancel, file thumbnail.c, line 194. FAIL test_src_preparser_thumbnail (exit status: 134) ``` By increasing the length of the mock used to test cancellation. It was 200us, so it was possible that the thumbnailer finished before we could cancel it. Note that can_control_pace is false and that there are no video tracks, so the thumbnailer will take 20 secs to find a thumbnail (and fail), giving us enough time to cancel it. Fixes #29018
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Prevent going back in the navigation stack showing out-of-date folder contents Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-