Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (68)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • 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

Sur d’autres sites (12058)

  • avformat/hdsenc : Pass flags to child context

    11 avril 2016, par Michael Niedermayer
    avformat/hdsenc : Pass flags to child context
    

    This is needed as the bitexact flag is not in the codecpar context, and thus not copied

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

    • [DH] libavformat/hdsenc.c
  • avio : Copy URLContext generic options into child URLContexts

    28 février 2015, par Martin Storsjö
    avio : Copy URLContext generic options into child URLContexts
    

    Since all URLContexts have the same AVOptions, such AVOptions
    will be applied on the outermost context only and removed from the
    dict, while they probably make sense on all contexts.

    This makes sure that rw_timeout gets propagated to the innermost
    URLContext (to make sure it gets passed to the tcp protocol, when
    opening a http connection for instance).

    Alternatively, such matching options would be kept in the dict
    and only removed after the ffurl_connect call.

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

    • [DBH] libavformat/avio.c
    • [DBH] libavformat/aviobuf.c
    • [DBH] libavformat/concat.c
    • [DBH] libavformat/crypto.c
    • [DBH] libavformat/gopher.c
    • [DBH] libavformat/hlsproto.c
    • [DBH] libavformat/http.c
    • [DBH] libavformat/icecast.c
    • [DBH] libavformat/md5proto.c
    • [DBH] libavformat/mmst.c
    • [DBH] libavformat/rtmpcrypt.c
    • [DBH] libavformat/rtmpproto.c
    • [DBH] libavformat/rtpproto.c
    • [DBH] libavformat/rtsp.c
    • [DBH] libavformat/rtspdec.c
    • [DBH] libavformat/sapdec.c
    • [DBH] libavformat/sapenc.c
    • [DBH] libavformat/smoothstreamingenc.c
    • [DBH] libavformat/srtpproto.c
    • [DBH] libavformat/tls.c
    • [DBH] libavformat/url.h
  • hls : disallow opening nested files in child demuxers

    15 février 2016, par Anton Khirnov
    hls : disallow opening nested files in child demuxers
    
    • [DBH] libavformat/hls.c