Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (20)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • avcodec/j2kenc : Fix undefined shifts of negative numbers

    21 janvier 2020, par Andreas Rheinhardt
    avcodec/j2kenc : Fix undefined shifts of negative numbers
    

    Also add parentheses to some lines to make the operator precedence
    clearer.

    This affected the FATE-tests vsynth*-jpeg2000 and vsynth*-jpeg2000-97
    (where * ranges over 1, 2, 3, _lena ) as well as ticket #7983.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/j2kenc.c
  • avcodec/cavsdsp : Fix undefined left shifts of negative numbers

    28 septembre 2019, par Andreas Rheinhardt
    avcodec/cavsdsp : Fix undefined left shifts of negative numbers
    

    Affected the ffmpeg-filter_colorkey FATE-test (but only if the C version
    of idct8_add is used and not e.g. the x86 SSE2 version).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    Fixes : left shift of negative value -107
    Fixes : 20398/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CAVS_fuzzer-5725389278412800

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

    • [DH] libavcodec/cavsdsp.c
  • avformat/mvdec : Check stream numbers

    23 février 2020, par Michael Niedermayer
    avformat/mvdec : Check stream numbers
    

    Fixes : null pointer dereference
    Fixes : 20768/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5638648978735104.fuzz

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mvdec.c