Recherche avancée

Médias (91)

Autres articles (81)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

Sur d’autres sites (10595)

  • avcodec/av1dec : honor the requested skip_frame level

    7 janvier 2022, par James Almer
    avcodec/av1dec : honor the requested skip_frame level
    

    This supports dropping non-intra, non-key, or all frames.

    Tested-by : nevcairiel
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/av1dec.c
  • avcodec/libdav1d : honor the requested strict_std_compliance level on supported builds

    7 janvier 2022, par James Almer
    avcodec/libdav1d : honor the requested strict_std_compliance level on supported builds
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/libdav1d.c
  • avformat/http,tls : honor http_proxy command line variable for HTTPS

    23 août 2020, par Moritz Barsnick
    avformat/http,tls : honor http_proxy command line variable for HTTPS
    

    Add the "http_proxy" option and its handling to the "tls" protocol,
    pass the option from the "https" protocol.

    The "https" protocol already defines the "http_proxy" command line
    option, like the "http" protocol does. The "http" protocol properly
    honors that command line option in addition to the environment
    variable. The "https" protocol doesn't, because the proxy is
    evaluated in the underlying "tls" protocol, which doesn't have this
    option, and thus only handles the environment variable, which it
    has access to.

    Fixes #7223.

    Signed-off-by : Moritz Barsnick <barsnick@gmx.net>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/protocols.texi
    • [DH] libavformat/http.c
    • [DH] libavformat/tls.c
    • [DH] libavformat/tls.h