Recherche avancée

Médias (91)

Autres articles (30)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • 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