Skip to content
Snippets Groups Projects
  1. Oct 10, 2024
  2. Oct 07, 2024
  3. Jun 27, 2024
  4. Jun 04, 2024
  5. Mar 28, 2024
  6. Mar 20, 2024
  7. Mar 08, 2024
  8. Sep 24, 2023
  9. May 27, 2023
  10. Mar 09, 2023
    • Martin Storsjö's avatar
      contrib: ffmpeg: Apply patches for vulkan on 32 bit architectures · 29e86638
      Martin Storsjö authored and Steve Lhomme's avatar Steve Lhomme committed
      This fixes building with modern Clang for 32 bit architectures.
      Integer/pointer conversion issues (visible on 32 bit architectures)
      that only are warnings in older compilers have been made hard errors
      in recent versions of Clang.
      
      This issue appeared in VLC after ffmpeg was updated to the 5.1 version.
      29e86638
  11. Mar 03, 2023
  12. Feb 28, 2023
  13. Nov 29, 2022
  14. Nov 19, 2022
  15. Oct 18, 2022
    • Steve Lhomme's avatar
      contrib: ffmpeg: use a release tarball · b0c7efaf
      Steve Lhomme authored
      There are proper release tarballs that we can use. It's must faster to get and
      extract than git. If we need new upstream patches we can cherry-pick them until
      the next release, like other contribs.
      b0c7efaf
  16. Oct 07, 2022
    • Steve Lhomme's avatar
      contrib: assume iOS armv7 targets have NEON support · 81192e6b
      Steve Lhomme authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      This is strictly identical to the previous situation since HAVE_NEON is
      set during bootstrapping on iOS only for armv7 targets anyway.
      
      The commit prepares the removal of the HAVE_NEON flag completely in later
      commits, which is redundant with armv7 check since we don't support
      non-neon-capable armv7 targets anymore.
      81192e6b
  17. Oct 05, 2022
    • Rémi Denis-Courmont's avatar
      contrib: ffmpeg: remove no-op --enable-neon · 657dbcae
      Rémi Denis-Courmont authored
      This is the default, and has no actual effects. The FFmpeg configure
      script will check if NEON is supported *unless* given --disable-neon is
      passed.
      
      By comparison, the ARMv6 condition below is correct (at least in this
      respect) in forcefully disabling NEON.
      657dbcae
  18. Sep 27, 2022
  19. Sep 23, 2022
  20. Sep 22, 2022
  21. Sep 15, 2022
  22. Sep 10, 2022
  23. Sep 09, 2022
  24. Aug 03, 2022
    • Thomas Guillem's avatar
      contrib: ffmpeg: enable back x86_64 asm on Android · 96b76894
      Thomas Guillem authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      Since relocation issues are now fixed.
      96b76894
    • Thomas Guillem's avatar
      contrib: ffmpeg: fix relocation out of range error on AArch64 · 46dcd6ea
      Thomas Guillem authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      ld: error: /home/tom/work/git/vlc-android/vlc/contrib/aarch64-linux-android/lib/libavcodec.a(videodsp.o):(function ff_prefetch_aarch64: .text+0x10): relocation R_AARCH64_CONDBR19 out of range: 13363404 is not in [-1048576, 1048575]; references ff_prefetch_aarch64
      >>> referenced by videodsp.S:26 (libavcodec/aarch64/videodsp.S:26)
      >>> defined in /home/tom/work/git/vlc-android/vlc/contrib/aarch64-linux-android/lib/libavcodec.a(videodsp.o)
      clang++: error: linker command failed with exit code 1 (use -v to see invocation)
      
      Backport an existing patch from the master branch.
      46dcd6ea
  25. Apr 13, 2022
  26. Mar 27, 2022
  27. Jan 22, 2022
  28. Dec 07, 2021
  29. Sep 16, 2021
  30. Sep 12, 2021
Loading