Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (92)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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" ;

Sur d’autres sites (13784)

  • huffyuv : assign correct per-thread avctx pointer to HYuvContext::avctx.

    4 avril 2017, par Ronald S. Bultje
    huffyuv : assign correct per-thread avctx pointer to HYuvContext::avctx.
    

    Fixes the following tsan warning when running fate-vsynth_lena-ffvhuff :

    WARNING : ThreadSanitizer : data race (pid=6484)
    Write of size 8 at 0x7d64000154b8 by main thread (mutexes : write M1331) :
    #0 update_context_from_user src/libavcodec/pthread_frame.c:331 (ffmpeg+0x000000dca887)
    [..]
    Previous read of size 8 at 0x7d64000154b8 by thread T2 (mutexes : write M1334) :
    #0 draw_slice src/libavcodec/huffyuvdec.c:857 (ffmpeg+0x000000bcc86f)

    • [DH] libavcodec/huffyuvdec.c
  • png : set AVFrame flags/fields before calling setup_finished().

    3 avril 2017, par Ronald S. Bultje
    png : set AVFrame flags/fields before calling setup_finished().
    

    Fixes tsan warnings in fate-apng :

    WARNING : ThreadSanitizer : data race (pid=51230)
    Read of size 4 at 0x7d50000042fc by main thread (mutexes : write M1000) :
    #0 frame_copy_props frame.c:302 (ffmpeg:x86_64+0x1019a35d6)
    [..]
    Previous write of size 4 at 0x7d50000042fc by thread T1 (mutexes : write M997) :
    #0 decode_idat_chunk pngdec.c:708 (ffmpeg:x86_64+0x100f5562a)

    • [DH] libavcodec/pngdec.c
  • png : split header state and data state in two separate variables.

    3 avril 2017, par Ronald S. Bultje
    png : split header state and data state in two separate variables.
    

    Fixes a reported (but false) race condition in tsan for fate-apng :

    WARNING : ThreadSanitizer : data race (pid=6274)
    Read of size 4 at 0x7d680001ec78 by main thread (mutexes : write M1338) :
    #0 update_thread_context src/libavcodec/pngdec.c:1456 (ffmpeg+0x000000dacf0c)
    [..]
    Previous write of size 4 at 0x7d680001ec78 by thread T1 (mutexes : write M1335) :
    #0 decode_idat_chunk src/libavcodec/pngdec.c:737 (ffmpeg+0x000000dae951)

    • [DH] libavcodec/png.h
    • [DH] libavcodec/pngdec.c