[vlc-commits] [Git][videolan/vlc][master] contrib: aom: update to 3.9.0

2024-04-26 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: e3d31efa by Tristan Matthews at 2024-04-26T16:26:46-04:00 contrib: aom: update to 3.9.0 This release includes new codec interfaces, compression efficiency and perceptual improvements, speedup for RTC for both video and screen

[vlc-commits] [Git][videolan/vlc][master] contrib: opus: update to 1.5.2

2024-04-24 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 4e67f834 by Tristan Matthews at 2024-04-24T10:18:48-04:00 contrib: opus: update to 1.5.2 Opus 1.5.2 fixes several build issues that were discovered since the 1.5 release. It also fixes a misalignment issue in the AVX2 code

[vlc-commits] [Git][videolan/vlc][master] sout: rtp_rawvideo: error out instead of asserting

2024-04-20 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 66b62f5c by Tristan Matthews at 2024-04-20T14:38:36-04:00 sout: rtp_rawvideo: error out instead of asserting A bogus fmtp probably shouldnt abort the whole process. - - - - - 3 changed files: - modules/stream_out/rtp.c -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: opus: Simplify a condition for Windows on aarch64

2024-03-11 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: c7c46352 by Martin Storsjö at 2024-03-12T00:13:21+00:00 contrib: opus: Simplify a condition for Windows on aarch64 While the CI configuration where this is encountered is LLVM specific (because there is no upstream GCC that

[vlc-commits] [Git][videolan/vlc][master] contrib: opus: update to 1.5.1

2024-03-06 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: d0608821 by Tristan Matthews at 2024-03-07T00:03:24-05:00 contrib: opus: update to 1.5.1 See: https://opus-codec.org/demo/opus-1.5/ - - - - - 4 changed files: - +

[vlc-commits] [Git][videolan/vlc][master] contrib: dav1d: update to 1.4.0

2024-02-17 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: b1c03211 by Tristan Matthews at 2024-02-17T17:00:15-05:00 contrib: dav1d: update to 1.4.0 - - - - - 2 changed files: - contrib/src/dav1d/SHA512SUMS - contrib/src/dav1d/rules.mak Changes:

[vlc-commits] [Git][videolan/vlc][master] contrib: libvpx: update to 1.14.0

2024-01-26 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 1a007d1f by Tristan Matthews at 2024-01-26T10:59:33-05:00 contrib: libvpx: update to 1.14.0 This release drops support for old C compilers, such as Visual Studio 2012 and older, that disallow mixing variable declarations

[vlc-commits] [Git][videolan/vlc][master] contrib: aom: update to 3.8.0

2023-12-21 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 745c1bf5 by Tristan Matthews at 2023-12-21T08:37:13-05:00 contrib: aom: update to 3.8.0 Release v3.8.0 Jelly Bee 2023-11-30 v3.8.0 This release includes new codec interfaces, compression efficiency and perceptual

[vlc-commits] [Git][videolan/vlc][master] contrib: aom: update to 3.7.0

2023-09-14 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 49eb51af by Tristan Matthews at 2023-09-14T16:59:35-04:00 contrib: aom: update to 3.7.0 This release includes new codec interfaces, compression efficiency and perceptual improvements, speedup and memory optimizations and many

[vlc-commits] [Git][videolan/vlc][master] contrib: dav1d: update to 1.2.1

2023-06-02 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 2b9c1fdf by Tristan Matthews at 2023-06-03T01:30:20+00:00 contrib: dav1d: update to 1.2.1 - Fix a threading race on task_thread.init_done - NEON z2 8bpc and high bit-depth optimizations - SSSE3 z2 high bit-depth optimziations

[vlc-commits] [Git][videolan/vlc][master] contrib: dav1d: update to 1.2.0

2023-05-04 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 5fd6445a by Tristan Matthews at 2023-05-04T09:26:47-04:00 contrib: dav1d: update to 1.2.0 - - - - - 2 changed files: - contrib/src/dav1d/SHA512SUMS - contrib/src/dav1d/rules.mak Changes:

[vlc-commits] [Git][videolan/vlc][master] contrib: opus: switch to meson build

2023-04-26 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: fb9cd5de by Tristan Matthews at 2023-04-26T12:48:17+00:00 contrib: opus: switch to meson build - - - - - 3 changed files: - + contrib/src/opus/0001-meson-arm64.patch - −

[vlc-commits] [Git][videolan/vlc][master] codec: avcodec: fourcc: add PNM->PPM mapping

2023-04-13 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 9ac09bf5 by Tristan Matthews at 2023-04-13T23:11:34-04:00 codec: avcodec: fourcc: add PNM-PPM mapping This fixes playback of ppm files. - - - - - 1 changed file: - modules/codec/avcodec/fourcc.c Changes:

[vlc-commits] [Git][videolan/vlc][master] 4 commits: fourcc: add QOI

2023-04-06 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: b710e792 by Tristan Matthews at 2023-04-05T09:51:06-04:00 fourcc: add QOI QOI - The “Quite OK Image Format” for fast, lossless image compression See: https://github.com/phoboslab/qoi - - - - - cd2f48d4 by Tristan Matthews

[vlc-commits] [Git][videolan/vlc][3.0.x] 3 commits: codec: dav1d: apply HDR MDCV

2023-02-08 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch 3.0.x at VideoLAN / VLC Commits: fb59da1c by Francois Cartegnie at 2023-02-06T23:26:58+00:00 codec: dav1d: apply HDR MDCV (Cherry-picked from 8a1cad5e825d74275dfd0f187a8e2c6baa005cb2) Signed-off-by: Vibhoothi mindfre...@videolan.org - - - - - 606724cc by

[vlc-commits] [Git][videolan/vlc][master] codec: vpx: use pitch as image stride alignment

2023-01-31 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 295ddcab by Tristan Matthews at 2023-01-31T15:27:50+00:00 codec: vpx: use pitch as image stride alignment This didnt seem to be causing issues like #27718 did for aom but it seems safer than hardcoding a value. Refs !3110 -

[vlc-commits] [Git][videolan/vlc][master] vpx: mux WebP in RIFF container

2023-01-31 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 3183c561 by Tristan Matthews at 2023-01-31T15:11:55+00:00 vpx: mux WebP in RIFF container For now it is always the WebP Simple File Format (lossy):

[vlc-commits] [Git][videolan/vlc][3.0.x] dav1d: fix gbrp mapping

2023-01-30 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch 3.0.x at VideoLAN / VLC Commits: 6a661074 by Tristan Matthews at 2023-01-29T11:26:06-05:00 dav1d: fix gbrp mapping Fixes #27586 (cherry picked from commit f28a4b2b34be9cc3d342c258d698c8f34751205e) - - - - - 1 changed file: - modules/codec/dav1d.c

[vlc-commits] [Git][videolan/vlc][master] dav1d: fix gbrp mapping

2023-01-28 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: f28a4b2b by Tristan Matthews at 2023-01-28T14:53:01+00:00 dav1d: fix gbrp mapping Fixes #27586 - - - - - 1 changed file: - modules/codec/dav1d.c Changes: = modules/codec/dav1d.c

[vlc-commits] [Git][videolan/vlc][master] 4 commits: transcode: make pcr forwarding optional

2023-01-26 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 68a9ddde by Alaric Senat at 2023-01-26T15:55:06+00:00 transcode: make pcr forwarding optional This patch make it possible to disable the PCR forwarding synchronisation algorithm as it is still prone to bugs and will likely

[vlc-commits] [Git][videolan/vlc][master] 4 commits: medialibrary: Thumbnailer: fix double-free

2023-01-24 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: a41743de by Alexandre Janniaux at 2023-01-25T04:29:36+00:00 medialibrary: Thumbnailer: fix double-free The picture was referenced on the ThumbnailerCtx object, which release it whenever one is not nullptr. However, after the

[vlc-commits] [Git][videolan/vlc][master] 5 commits: access: dv: do not log error on ENOMEM

2023-01-23 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: bb84763e by Tristan Matthews at 2023-01-24T00:30:38+00:00 access: dv: do not log error on ENOMEM - - - - - bf06b9b9 by Tristan Matthews at 2023-01-24T00:30:38+00:00 waveout: do not log error on ENOMEM - - - - - d6d568a3 by

[vlc-commits] [Git][videolan/vlc][master] contrib: rav1e: update to 0.6.2

2022-12-27 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: ac6ec7e8 by Tristan Matthews at 2022-12-27T16:39:33+00:00 contrib: rav1e: update to 0.6.2 - - - - - 2 changed files: - contrib/src/rav1e/SHA512SUMS - contrib/src/rav1e/rules.mak Changes:

[vlc-commits] [Git][videolan/vlc][master] contrib: rust: update to 1.65.0

2022-11-08 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: cb4464dd by Tristan Matthews at 2022-11-08T08:49:41-05:00 contrib: rust: update to 1.65.0 It seems like we need to skip the _Unwind_Resume patch for win64. - - - - - 2 changed files: - contrib/src/cargo/rules.mak -

[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: cargo: update rust to 1.64.0

2022-10-28 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 2dd0 by Tristan Matthews at 2022-10-28T16:21:59+00:00 contrib: cargo: update rust to 1.64.0 - - - - - b8a8ff96 by Tristan Matthews at 2022-10-28T16:21:59+00:00 contrib: cargo: update cargo-c to 0.9.13 - - - - - 1

[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: aom: update to 3.3.0

2022-04-29 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch 3.0.x at VideoLAN / VLC Commits: f0b1ddca by Tristan Matthews at 2022-04-29T16:14:57-04:00 contrib: aom: update to 3.3.0 2022-01-28 v3.3.0 This release includes compression efficiency and perceptual quality improvements, speedup and memory optimizations,

[vlc-commits] [Git][videolan/vlc][master] live555: fill in Opus extradata

2021-11-02 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: c73d61a5 by Tristan Matthews at 2021-11-02T15:09:49+00:00 live555: fill in Opus extradata This does not make the live555 module dependent on libopus, just the helper functions in opus_header.{c,h} - - - - - 2 changed

[vlc-commits] [Git][videolan/vlc][master] contrib: aom: update to v3.1.3

2021-10-09 Thread Tristan Matthews (@tmatth)
Tristan Matthews pushed to branch master at VideoLAN / VLC Commits: 7ba96db6 by Tristan Matthews at 2021-10-09T10:15:45-04:00 contrib: aom: update to v3.1.3 - - - - - 1 changed file: - contrib/src/aom/rules.mak Changes: = contrib/src/aom/rules.mak