Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (96)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

  • avformat/matroskadec : Make reading zero-length elements spec-compliant

    16 février 2021, par Andreas Rheinhardt
    avformat/matroskadec : Make reading zero-length elements spec-compliant
    

    For a very long time, the payload of integer and float elements had to
    have a length > 0. Our parser treated such invalid elements as having a
    value zero. But now it has been defined what an EBML element with length
    zero means : It is a shorthand for the default value. This has also been
    defined for strings (both ASCII and UTF-8). This commit modifies our
    parser to support this.

    Reviewed-by : Ridley Combs <rcombs@rcombs.me>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskadec.c
  • avfilter/hue : fix range in comment

    24 mars 2020, par Gyan Doshi
    avfilter/hue : fix range in comment
    

    Found-by : Michael Koch
    Signed-off-by : Gyan Doshi <ffmpeg@gyani.pro>

    • [DH] libavfilter/vf_hue.c
  • lavc/pngdec : improve chunk length check

    2 avril 2021, par Anton Khirnov
    lavc/pngdec : improve chunk length check
    

    The length does not cover the chunk type or CRC.

    • [DH] libavcodec/pngdec.c