Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (109)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (15904)

  • avfilter/af_afftdn : allow user to change ratio factor

    12 mars 2022, par Paul B Mahol
    avfilter/af_afftdn : allow user to change ratio factor
    

    While here change default to lower value as previous
    value were causing too much smearing on time axis of spectrogram.

    • [DH] doc/filters.texi
    • [DH] libavfilter/af_afftdn.c
  • avcodec/golomb : Factor writing golomb codes out

    3 janvier 2022, par Andreas Rheinhardt
    avcodec/golomb : Factor writing golomb codes out
    

    Most users only want to either read or write golomb codes, not both.
    By splitting these headers one avoids having unnecesssary
    (get|put)_hits.h inclusions.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ffv1enc.c
    • [DH] libavcodec/flacenc.c
    • [DH] libavcodec/golomb.h
    • [DH] libavcodec/hevc_ps_enc.c
    • [DH] libavcodec/jpeglsenc.c
    • [DH] libavcodec/put_golomb.h
    • [DH] libavcodec/sonic.c
    • [DH] libavcodec/tests/golomb.c
  • avformat/matroskaenc : Factor writing Info out

    14 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Factor writing Info out
    

    Avoids the surprise of using pb for the main AVIOContext
    at the beginning and end of mkv_write_header() and for
    for the dynamic buffer opened for the Info element
    in the middle of mkv_write_header().

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/matroskaenc.c