Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (74)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (9231)

  • lavu/random_seed : use arc4random() when available

    7 décembre 2015, par Ganesh Ajjanagadde
    lavu/random_seed : use arc4random() when available
    

    arc4random() was designed as a superior interface for system random
    number generation, designed for OpenBSD and subsequently incorporated by
    other BSD’s, Mac OS X, and some non-standard libc’s. It is thus an improvement to
    use it whenever available.

    As a side note, this may or may not get included in glibc, and there is
    a proposal to create a posix_random family based on these ideas :
    http://austingroupbugs.net/view.php?id=859.

    Tested on Mac OS X.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] configure
    • [DH] libavutil/random_seed.c
  • mips : intreadwrite : Only execute that code for mips r1 or r2

    25 septembre 2015, par Vicente Olivert Riera
    mips : intreadwrite : Only execute that code for mips r1 or r2
    

    MIPS R6 supports unaligned memory access and does not have
    the load/store-left/right family of instructions.

    Signed-off-by : Vicente Olivert Riera <Vincent.Riera at imgtec.com>
    Signed-off-by : Luca Barbato <lu_zero at gentoo.org>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavutil/mips/intreadwrite.h
  • libavformat/matroskadec : fix unsigned overflow to improve seeking

    21 juillet 2016, par Chris Cunningham
    libavformat/matroskadec : fix unsigned overflow to improve seeking
    

    When seeking a file where codec delay is greater than 0, the timecode
    can become negative after offsetting by the codec delay. Failing to cast
    to a signed int64 will cause the check against skip_to_timecode to evaluate
    true for these negative values. This breaks the "skip_to" seek mechanism.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/matroskadec.c