Recherche avancée

Médias (91)

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8369)

  • avcodec/h264_slice : Fix overflow in slice offset

    4 août 2017, par Michael Niedermayer
    avcodec/h264_slice : Fix overflow in slice offset
    

    Fixes : runtime error : signed integer overflow : 1610612736 * 2 cannot be represented in type 'int'
    Fixes : 2817/clusterfuzz-testcase-minimized-5289691240726528

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

    • [DH] libavcodec/h264_slice.c
  • lavc/vaapi_encode : Change the slice/parameter buffers to dynamic alloc.

    24 août 2017, par Jun Zhao
    lavc/vaapi_encode : Change the slice/parameter buffers to dynamic alloc.
    

    Change the slice/parameter buffers to be allocated dynamically.

    Signed-off-by : Wang, Yi A <yi.a.wang@intel.com>
    Signed-off-by : Jun Zhao <jun.zhao@intel.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi_encode.c
    • [DH] libavcodec/vaapi_encode.h
  • vc2enc_dwt : pad the temporary buffer by the slice size

    9 novembre 2017, par Rostislav Pehlivanov
    vc2enc_dwt : pad the temporary buffer by the slice size
    

    Since non-Haar wavelets need to look into pixels outside the frame, we
    need to pad the buffer. The old factor of two seemed to be a workaround
    that fact and only padded to the left and bottom. This correctly pads
    by the slice size and as such reduces memory usage and potential
    exploits.
    Reported by Liu Bingchang.

    Ideally, there should be no temporary buffer but the encoder is designed
    to deinterleave the coefficients into the classical wavelet structure
    with the lower frequency values in the top left corner.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vc2enc.c
    • [DH] libavcodec/vc2enc_dwt.c
    • [DH] libavcodec/vc2enc_dwt.h