Recherche avancée

Médias (91)

Autres articles (110)

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

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (13054)

  • hap : Adjust printf length modifiers to match variable types

    8 décembre 2015, par Diego Biurrun
    hap : Adjust printf length modifiers to match variable types
    

    libavcodec/hapenc.c:121:20 : warning : format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t aka unsigned int’ [-Wformat=]
    libavcodec/hapenc.c:121:20 : warning : format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘size_t aka unsigned int’ [-Wformat=]

    • [DBH] libavcodec/hapenc.c
  • Revision 2baec56312 : Tidied high bitdepth variance Refactored code to match current style on master.

    3 juin 2014, par Peter de Rivaz

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_picklpf.c


     Modify /vp9/encoder/vp9_sad.c


     Modify /vp9/encoder/vp9_variance.c


     Modify /vp9/encoder/vp9_variance.h



    Tidied high bitdepth variance

    Refactored code to match current style on master.
    Also fixed a bug where some sse results were
    not being shifted for high bitdepth.
    Also increased internal bitdepth for variance to
    avoid saturation.
    Also added rounding for variance when computing
    shifted results.

    Change-Id : I322bbc1b9abe82c8ef72ab97991720240ddf755c

  • lavc : add trailing_padding to AVCodecContext to match AVCodecParameters.

    15 août 2016, par Jon Toohill
    lavc : add trailing_padding to AVCodecContext to match AVCodecParameters.
    

    Shows encoder delay/padding in the stream summary if they are set.

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

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h