Recherche avancée

Médias (91)

Autres articles (62)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (3107)

  • Merge commit ’bcbdeb318e0828cf00b458885ffa1e1596c85d06’

    15 décembre 2014, par Michael Niedermayer
    Merge commit ’bcbdeb318e0828cf00b458885ffa1e1596c85d06’
    

    * commit ’bcbdeb318e0828cf00b458885ffa1e1596c85d06’ :
    asvenc : Forward the error instead of asserting on it

    Conflicts :
    libavcodec/asvenc.c

    Not merged, conditions which are impossible should be checked by assert*()
    adding impossible to be true error checks has the potential to confuse

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/asvenc.c
  • avcodec/movtextdec : check that ftab has been allocated before dereferencing it

    6 août 2015, par Michael Niedermayer
    avcodec/movtextdec : check that ftab has been allocated before dereferencing it
    

    Fixes potential null pointer dereference on deallocation

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

    • [DH] libavcodec/movtextdec.c
  • avcodec/ffv1dec : Explicitly check read_quant_table() return value

    26 septembre 2015, par Michael Niedermayer
    avcodec/ffv1dec : Explicitly check read_quant_table() return value
    

    Forwards the error code, avoids potential integer overflow

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

    • [DH] libavcodec/ffv1dec.c