Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (95)

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

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

  • avformat/amr : Return error upon error

    9 janvier 2022, par Andreas Rheinhardt
    avformat/amr : Return error upon error
    

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

    • [DH] libavformat/amr.c
  • avformat/dss : Set values known during read_header in read_header

    1er avril 2021, par Andreas Rheinhardt
    avformat/dss : Set values known during read_header in read_header
    

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

    • [DH] libavformat/dss.c
  • avcodec/mpegvideo : Avoid {a,d}c_val[{1,2}]

    13 juin, par Andreas Rheinhardt
    avcodec/mpegvideo : Avoid a,dc_val[1,2]
    

    These are already mostly unused ; not using them here is in
    preparation for removing them altogether. Use block_index[4..5]
    instead for addressing.

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

    • [DH] libavcodec/mpegvideo.c