Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (41)

  • 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

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

  • rtmpdh : Fix a local variable name in the nettle/gcrypt codepath

    28 mai 2015, par Martin Storsjö
    rtmpdh : Fix a local variable name in the nettle/gcrypt codepath
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtmpdh.c
  • movenc : Simplify code by using an existing local pointer

    11 octobre 2014, par Martin Storsjö
    movenc : Simplify code by using an existing local pointer
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/movenc.c
  • hevcdec : Use LOCAL_ALIGNED_* for declaring local variables with alignment

    28 mars 2017, par Martin Storsjö
    hevcdec : Use LOCAL_ALIGNED_* for declaring local variables with alignment
    

    Not all compilers can do alignment larger than the normal stack alignment
    for variables on the stack. In these cases, the LOCAL_ALIGNED_* macros
    produce the workaround alignment wrapper consisting of a padded array
    and a pointer variable.

    This fixes the hevc fate tests on RVCT/ARMCC after adding IDCT assembly
    that actually assumes/relies on this alignment.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/hevcdec.c