Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (40)

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

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

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

Sur d’autres sites (6109)

  • avcodec/012v : redesign main loop

    10 mars 2015, par Michael Niedermayer
    avcodec/012v : redesign main loop
    

    Fixes out of array accesses
    Fixes : ffmpeg_012v_crash.ts

    Found-by : Thomas Lindroth <thomas.lindroth@gmail.com>
    Reviewed-by : Thomas Lindroth <thomas.lindroth@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/012v.c
  • rtpenc_jpeg : handle case of picture dimensions not dividing by 8

    10 avril 2015, par Andrey Utkin
    rtpenc_jpeg : handle case of picture dimensions not dividing by 8
    

    This fixes the calculation of the number of needed blocks to make
    sure that ALL pixels are represented by the result.

    Reviewed-by : Thomas Volkert <silvo@gmx.net>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/rtpenc_jpeg.c
  • h264 : Fix ticket #3147 H264 - Wrong field order

    27 septembre 2015, par Thomas Mundt
    h264 : Fix ticket #3147 H264 - Wrong field order
    

    Default field order to top field first when interlaced frame is detected and pic_struct_present_flag is not set.
    Since bottom field first comes from the old NTSC standard and is not used with HD anymore I think it´s straight forward to favor the majority.

    Signed-off-by : Thomas Mundt <loudmax@yahoo.de>
    Reviewed-by : Kieran Kunhya <kierank@obe.tv>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/h264.c