Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (107)

  • 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

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (11600)

  • avformat/udp : Fix IP_MULTICAST_TTL for BSD compatibility

    7 février 2022, par Limin Wang
    avformat/udp : Fix IP_MULTICAST_TTL for BSD compatibility
    

    Suggested by zhilizhao, vlc project has solved the compatibility by
    the same way, so I borrowed the comments from vlc project.

    Fixes ticket #9449

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/udp.c
  • avformat/udp : properly check for valid ttl in url

    7 février 2022, par Limin Wang
    avformat/udp : properly check for valid ttl in url
    

    Zhao Zhili added a ttl upper bound in commit 9daac85da8,
    but the check for ttl in url is missing still.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/udp.c
  • avcodec/adpcmenc : Add FF_CODEC_CAP_INIT_CLEANUP

    15 mai 2020, par Limin Wang
    avcodec/adpcmenc : Add FF_CODEC_CAP_INIT_CLEANUP
    

    then we can remove adpcm_encode_close() in adpcm_encode_init() if have failed.
    so the goto error lable will be unnecessary and can be removed later.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/adpcmenc.c