Recherche avancée

Médias (91)

Autres articles (96)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9303)

  • avfilter/af_ladspa : Free inpad's name generically

    11 août 2021, par Andreas Rheinhardt
    avfilter/af_ladspa : Free inpad's name generically
    

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/af_ladspa.c
  • avfilter/af_lv2 : Free inpad's name generically

    11 août 2021, par Andreas Rheinhardt
    avfilter/af_lv2 : Free inpad's name generically
    

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/af_lv2.c
  • avcodec/ra144enc : Don't free unnecessarily

    12 septembre 2020, par Andreas Rheinhardt
    avcodec/ra144enc : Don't free unnecessarily
    

    The init function of the real_144 encoder calls its own close function
    if a call to ff_lpc_init() fails ; yet nothing has been allocated before
    that point and ff_lpc_init() can be expected to clean up after itself on
    error (the documentation does not say anything to the contrary and the
    current implementation can only fail if the only allocation fails, so
    there is nothing to clean up on error anyway), so this is unnecessary.

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

    • [DH] libavcodec/ra144enc.c