Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (36)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (3091)

  • avcodec/h264dec : fix possible out-of-bounds array access

    25 août 2021, par Niklas Haas
    avcodec/h264dec : fix possible out-of-bounds array access
    

    If slice_type is > 9, the access to ff_h264_golomb_to_pict_type is
    out-of-bounds. Fix this by simply setting the slice_type to 0 in this
    case.

    This is completely inconsequential because the value is only being used
    to being used as an offset in the calculation of the film grain seed
    value, a corruption of which is practically invisible.

    Fixes coverity ticket #1490802

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/h264dec.c
  • Access shared files with shell commands in Ubuntu

    24 mars 2018, par likudou

    In Ubuntu,is there any way to access shared file with commands ?
    I want to use ffmpeg command to mux mp4 that files are shared by smb on the other server(windows or linux).
    I can use \ip\path to access files in Windows,but the ffmpeg command in Ubuntu can not recognize the path "\ip\path" or "smb ://ip/path"

  • h264_metadata : Always add the SEI user data to the first access unit

    11 février 2018, par Mark Thompson
    h264_metadata : Always add the SEI user data to the first access unit
    

    This should be added even if the first access unit does not contain
    parameter sets.

    • [DH] libavcodec/h264_metadata_bsf.c