Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (53)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (8532)

  • avformat/hlsenc : Don't cast const away

    9 mai 2020, par Andreas Rheinhardt
    avformat/hlsenc : Don't cast const away
    

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

    • [DH] libavformat/hlsenc.c
  • swscale/rgb2rgb : Don't cast const away

    25 juillet 2022, par Andreas Rheinhardt
    swscale/rgb2rgb : Don't cast const away
    

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

    • [DH] libswscale/rgb2rgb.c
  • avcodec/decode : Fix leaks upon subtitle decoding errors

    10 décembre 2021, par Andreas Rheinhardt
    avcodec/decode : Fix leaks upon subtitle decoding errors
    

    Up until now, various subtitle decoders have not cleaned up
    the AVSubtitle on error ; this task must not be left to the user
    because the documentation explicitly states that the AVSubtitle
    "must be freed with avsubtitle_free if *got_sub_ptr is set"
    (which it isn't on error).
    Leaks happen upon failure in ff_ass_add_rect() or in
    ass_decode_frame() ; freeing generically also allows to remove
    now redundant freeing code in pgssubdec and dvbsubdec.
    While just at it, also reset got_sub_ptr generically on error.

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

    • [DH] libavcodec/decode.c
    • [DH] libavcodec/dvbsubdec.c
    • [DH] libavcodec/pgssubdec.c