Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (36)

  • 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

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (10992)

  • WTV : Add ff_ prefix to the moved fields.

    1er mai 2011, par zhentan feng

    WTV : Add ff_ prefix to the moved fields.

  • lavu/log : print prefix after \r.

    19 juillet 2013, par Nicolas George
    lavu/log : print prefix after \r.
    

    Should fix trac ticket #2797 because of the progress line.

    • [DH] libavutil/log.c
  • avcodec/libx265 : improve full range flag setting logic

    17 août 2021, par Jan Ekström
    avcodec/libx265 : improve full range flag setting logic
    

    Unlike libx264, libx265 does not have a separate "unspecified"/"auto"
    default for color range, so we do always have to specify it.
    Thus, we are required to handle the RGB case on the libavcodec
    side to enable the correct value to be written out in in case
    of RGB content with unspecified color range being received.

    In other words :
    1. If the user has set color range specifically, follow that.
    2. If the user has not set color range specifically, set full
    range by default in case of RGB and YUVJ pixel formats.

    • [DH] libavcodec/libx265.c