Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (60)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

Sur d’autres sites (8250)

  • 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
  • codec_desc : mark some lossless audio codecs as intraonly.

    3 avril 2017, par Ronald S. Bultje
    codec_desc : mark some lossless audio codecs as intraonly.
    

    Fixes tsan warnings in several audio codecs (flac, alac, wavpack, tta
    and tak) that look like this :

    WARNING : ThreadSanitizer : data race (pid=14340)
    Read of size 4 at 0x7d64000169d8 by main thread (mutexes : write M1335) :
    #0 update_context_from_thread src/libavcodec/pthread_frame.c:284 (ffmpeg+0x000000dc795f)
    [..]
    Previous write of size 4 at 0x7d64000169d8 by thread T1 (mutexes : write M1333) :
    #0 wavpack_decode_block src/libavcodec/wavpack.c:1012 (ffmpeg+0x00000112b175)

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
  • ffmpeg : make transcode_init_done atomic.

    31 mars 2017, par Ronald S. Bultje
    ffmpeg : make transcode_init_done atomic.
    

    Should fix tsan warnings in fate-fifo-muxer-h264/wav :

    WARNING : ThreadSanitizer : data race (pid=26552)
    Write of size 4 at 0x000001e0d7c0 by main thread :
    #0 transcode_init src/ffmpeg.c:3761 (ffmpeg+0x00000050ca1c)
    [..]
    Previous read of size 4 at 0x000001e0d7c0 by thread T1 :
    #0 decode_interrupt_cb src/ffmpeg.c:460 (ffmpeg+0x0000004fde19)

    • [DH] ffmpeg.c