Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (39)

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

  • avcodec/libx264 : Don't use init_static_data for newer versions

    25 février 2021, par Andreas Rheinhardt
    avcodec/libx264 : Don't use init_static_data for newer versions
    

    x264 versions >= 153 can support multiple bitdepths ; they also don't
    export x264_bit_depth any more. The actual check whether a bitdepth
    is supported is therefore performed at runtime in x264_encoder_open.
    Ergo it is unnecessary to use init_static_data for these versions :
    One can already set ff_libx264_encoder.pix_fmts to the value that
    X264_init_static always sets it to.

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

    • [DH] libavcodec/libx264.c
  • h264_idct : enable unmacro on newer NASM versions

    10 février 2018, par Rostislav Pehlivanov
    h264_idct : enable unmacro on newer NASM versions
    

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/x86/h264_idct.asm
  • Update level dpb size calculation to match newer H.264 spec

    11 octobre 2012, par Jason Garrett-Glaser

    Update level dpb size calculation to match newer H.264 spec