Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10321)

  • avcodec : Add picture structure information to AVCodecParserContext.

    15 mai 2013, par Yusuke Nakamura
    avcodec : Add picture structure information to AVCodecParserContext.
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/version.h
  • avutil : install des.h, rc4.h and tree.h as public headers

    14 octobre 2015, par Andreas Cadhalpun
    avutil : install des.h, rc4.h and tree.h as public headers
    

    These headers contain functions supposed to be public.

    libavutil/des.h :
    av_des_alloc
    av_des_crypt
    av_des_init
    av_des_mac
    libavutil/rc4.h :
    av_rc4_alloc
    av_rc4_crypt
    av_rc4_init
    libavutil/tree.h
    av_tree_destroy
    av_tree_enumerate
    av_tree_find
    av_tree_insert
    av_tree_node_alloc
    av_tree_node_size

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavutil/Makefile
  • lavfi/formats : describe conversion in negotiation structure.

    24 juillet 2021, par Nicolas George
    lavfi/formats : describe conversion in negotiation structure.
    
    • [DH] libavfilter/avfiltergraph.c
    • [DH] libavfilter/formats.c
    • [DH] libavfilter/formats.h