Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (93)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

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

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

  • swscale/x86/yuv_2_rgb : fix access to memory past the frame data in yuv to rgb conversion

    23 mai 2022, par Vardan Margaryan
    swscale/x86/yuv_2_rgb : fix access to memory past the frame data in yuv to rgb conversion
    

    Y, U, V data is loaded at the end of the current iteration for the next
    iteration.
    It results in memory access past the frame data on the last iteration
    (that data is never used after the loading).

    So load data at the start of the iteration, so that only useful data is
    loaded.

    Signed-off-by : Vardan Margaryan <v.t.margaryan@gmail.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libswscale/x86/yuv_2_rgb.asm
  • avformat/icodec : ico probe with unknown data

    16 février 2016, par Mark Harris
    avformat/icodec : ico probe with unknown data
    

    Fix cases where unknown data (data beyond p->buf_size) could produce a
    higher ico probe score than if the unknown data was known and valid.
    For example :
    Header : OK, 2 frames
    Frame 0 : Unknown (offset points beyond end of probe buffer)
    Frame 1 : Invalid
    Previously this example had a score of 25, even though the score would
    be 1 if the unknown frame was known to be valid or 0 if it was known
    to be invalid. For this example the score is now 1.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/icodec.c
  • lavf/hls : Add missed side data/disposition

    4 juin 2020, par vacingfang
    lavf/hls : Add missed side data/disposition
    

    hls demuxer get the stream info from sub-stream, but missed side
    data/disposition part, e,g, missed the DOVI side data when the
    stream is Dolby Vision streams.

    Reviewed-by <liuqi05@kuaishou.com>
    Signed-off-by : vacingfang <vacingfang@tencent.com>

    • [DH] libavformat/hls.c