Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (74)

  • 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.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (13437)

  • checkasm : add cycle counter read for aarch64

    6 novembre 2014, par Janne Grunau
    checkasm : add cycle counter read for aarch64
    

    Needs kernel support since user space access to the cycle counter is not
    allowed on all available AArch64 systems (Android 5 and iOS).

    • [DH] tools/checkasm.c
  • lavf/udp : fix dead code.

    3 juin 2016, par Nicolas George
    lavf/udp : fix dead code.
    

    Since d607861, service can not be NULL, only "0".
    An UDP address with neither local port nor address leaves both
    service and node to their default value, and POSIX specifies
    that they are not allowed to be both NULL ; "0" is equivalent
    to an unspecified port for all currently known protocols.

    Fix CID 1341570.

    • [DH] libavformat/udp.c
  • avformat/mov : Disallow more than one meta box for AVIF

    3 octobre 2023, par Vignesh Venkatasubramanian via ffmpeg-devel
    avformat/mov : Disallow more than one meta box for AVIF
    

    This is not allowed per the spec.

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Reviewed-by : Vittorio Giovara <vittorio.giovara@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c