Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (93)

  • 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 (9443)

  • patcheck : Add 'threshhold' to common typo list

    12 décembre 2017, par Kelly Ledford
    patcheck : Add 'threshhold' to common typo list
    

    Signed-off-by : Kelly Ledford <kelly.ledford@intel.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/patcheck
  • avutil : Move error.h from avutil.h to common.h

    23 juillet 2021, par Andreas Rheinhardt
    avutil : Move error.h from avutil.h to common.h
    

    Up until now, avutil.h includes common.h which includes mem.h which
    includes avutil.h, so that all these headers are in fact equivalent.
    Yet mem.h does not need to include avutil.h at all and when it no longer
    does, including common.h will no longer include error.h (included by
    avutil.h) as well ; change this by moving error.h to avutil.h, as error.h
    is clearly a commonly used header.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/avutil.h
    • [DH] libavutil/common.h
  • avformat/matroskaenc : Use common function for H.2645 annex B->mp4

    16 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Use common function for H.2645 annex B->mp4
    

    Matroska does not have different profiles that allow or disallow
    in-band extradata, so one can just use the ordinary H.264 function
    for H.265, too. (Both use ff_avc_parse_nal_units() internally anyway.)

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/matroskaenc.c