Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (103)

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

  • avformat/movenc : Limit ism_lookahead to a sane value

    22 septembre 2021, par Andreas Rheinhardt
    avformat/movenc : Limit ism_lookahead to a sane value
    

    There can only be a maximum of 255 entries in a tfrf tag, so using
    more makes no sense ; moreover, several size computations can overflow
    in this case. Fix this by limiting it to 255.

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

    • [DH] libavformat/movenc.c
  • avformat/mxfenc : Remove redundant check

    7 novembre 2021, par Andreas Rheinhardt
    avformat/mxfenc : Remove redundant check
    

    None of the muxers here has the AVFMT_NOSTREAMS flag set,
    so it is checked generically that there are streams.

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/mxfenc.c
  • avcodec/h2645_parse : Move ref_idc further up in H2645NAL

    11 décembre 2021, par Andreas Rheinhardt
    avcodec/h2645_parse : Move ref_idc further up in H2645NAL
    

    This puts it directly near the NALU type which is more natural
    and furthermore reduces the size of the structure because it
    can be placed in padding (on 64-bit systems).

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

    • [DH] libavcodec/h2645_parse.h