Recherche avancée

Médias (91)

Autres articles (81)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (10592)

  • avcodec/snowenc : Fix invalid left shift of negative numbers

    21 octobre 2022, par Andreas Rheinhardt
    avcodec/snowenc : Fix invalid left shift of negative numbers
    

    Affected the vsynth(1|2|_lena)-snow(|-hpel) tests.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/snowenc.c
  • swscale : aarch64 : Fix yuv2rgb with negative strides

    25 octobre 2022, par Martin Storsjö
    swscale : aarch64 : Fix yuv2rgb with negative strides
    

    Treat the 32 bit stride registers as signed.

    Alternatively, we could make the stride arguments ptrdiff_t instead
    of int, and changing all of the assembly to operate on these
    registers with their full 64 bit width, but that's a much larger
    and more intrusive change (and risks missing some operation, which
    would clamp the intermediates to 32 bit still).

    Fixes : https://trac.ffmpeg.org/ticket/9985

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libswscale/aarch64/yuv2rgb_neon.S
  • avformat/replaygain : avoid undefined / negative abs

    28 octobre 2022, par Michael Niedermayer
    avformat/replaygain : avoid undefined / negative abs
    

    Fixes : signed integer overflow : -2147483648 * 100000 cannot be represented in type 'int'
    Fixes : 52060/clusterfuzz-testcase-minimized-ffmpeg_dem_MP3_fuzzer-5131616708329472

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/replaygain.c