Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (72)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • ffmpeg : disable threading on mingw, it doesnt work due to dependance on internal...

    11 juin 2012, par Michael Niedermayer

    ffmpeg : disable threading on mingw, it doesnt work due to dependance on internal...

  • vp6:Reset the internal state when aborting key frames header parsing in vp6 decoder.

    24 septembre 2011, par Laurent Aimar

    vp6:Reset the internal state when aborting key frames header parsing in vp6 decoder.

  • avformat/internal : Move ff_read_line_to_bprint_overwrite to avio_internal.h

    23 juillet 2021, par Andreas Rheinhardt
    avformat/internal : Move ff_read_line_to_bprint_overwrite to avio_internal.h
    

    It only uses an AVIOContext and an AVBPrint.

    When doing so, it turned out that several non-users of
    ff_read_line_to_bprint_overwrite() and ff_bprint_to_codecpar_extradata()
    relied on libavformat/internal.h to include bprint.h or avstring.h
    for them. In order to avoid a repeat of this and in order to reduce
    unnecessary dependencies, a forward declaration of struct AVBPrint is
    used instead of including bprint.h.

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

    • [DH] libavdevice/v4l2.c
    • [DH] libavformat/aadec.c
    • [DH] libavformat/argo_asf.c
    • [DH] libavformat/argo_cvg.c
    • [DH] libavformat/au.c
    • [DH] libavformat/avio_internal.h
    • [DH] libavformat/concatdec.c
    • [DH] libavformat/dashdec.c
    • [DH] libavformat/dashenc.c
    • [DH] libavformat/flacenc.c
    • [DH] libavformat/framecrcenc.c
    • [DH] libavformat/hlsenc.c
    • [DH] libavformat/internal.h
    • [DH] libavformat/librist.c
    • [DH] libavformat/mxfdec.c
    • [DH] libavformat/ttmlenc.c
    • [DH] libavformat/utils.c