Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (93)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (8678)

  • lavc/libgsmenc : Force mono and use 13k as default bitrate.

    16 février 2019, par Carl Eugen Hoyos
    lavc/libgsmenc : Force mono and use 13k as default bitrate.
    
    • [DH] libavcodec/libgsmenc.c
  • configure : force -mconsole when linking SDL under MinGW

    18 août 2015, par Stephen Hutchinson
    configure : force -mconsole when linking SDL under MinGW
    

    When building SDL with MinGW, it sets -mwindows with the
    assumption that the application is a GUI application. If this
    is linked without passing -mconsole to configure via
    — extra-ldflags, stdout will be silenced from cmd.exe while
    running FFmpeg.

    The -mwindows flag that causes this behavior is included in the
    sdl_libs variable, so append -mconsole there rather than create
    an sdl_ldflags case just to insert it (especially if -mconsole
    must come *after* -mwindows in order to be effective).

    Reviewed-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] configure
  • configure : force erroring out in check_disable_warning() if an option doesn't exists

    13 octobre 2017, par James Almer
    configure : force erroring out in check_disable_warning() if an option doesn't exists
    

    Should prevent some options from being added to cflags when they
    don't exist and the compiler only warns about it.

    Reviewd-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure