Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (44)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (11556)

  • vp8 : make wait/thread_mb_pos atomic.

    5 avril 2017, par Ronald S. Bultje
    vp8 : make wait/thread_mb_pos atomic.
    

    Fixes tsan warnings like this in fate-vp8-test-vector-007 :

    WARNING : ThreadSanitizer : data race (pid=3590)
    Write of size 4 at 0x7d8c0000e07c by thread T2 :
    #0 decode_mb_row_no_filter src/libavcodec/vp8.c:2330 (ffmpeg+0x000000ffb59e)
    [..]
    Previous write of size 4 at 0x7d8c0000e07c by thread T1 :
    #0 decode_mb_row_no_filter src/libavcodec/vp8.c:2330 (ffmpeg+0x000000ffb59e)

    • [DH] libavcodec/vp8.c
    • [DH] libavcodec/vp8.h
  • vp8 : make mv_min/max thread-local if using partition threading.

    5 avril 2017, par Ronald S. Bultje
    vp8 : make mv_min/max thread-local if using partition threading.
    

    Fixes tsan warnings like this in fate-vp8-test-vector-007 :

    WARNING : ThreadSanitizer : data race (pid=65909)
    Write of size 4 at 0x7d8c0000e088 by thread T1 :
    #0 vp8_decode_mb_row_sliced vp8.c:2519 (ffmpeg:x86_64+0x100995ede)
    [..]
    Previous write of size 4 at 0x7d8c0000e088 by thread T2 :
    #0 vp8_decode_mb_row_sliced vp8.c:2519 (ffmpeg:x86_64+0x100995ede)

    • [DH] libavcodec/vp8.c
    • [DH] libavcodec/vp8.h
  • 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