Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (83)

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

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

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

Sur d’autres sites (14263)

  • 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