Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (96)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (6100)

  • avutil/tests : Add cpu_init.c to check whether the one-time initialization in av_get_c...

    23 novembre 2016, par Wan-Teh Chang
    avutil/tests : Add cpu_init.c to check whether the one-time initialization in av_get_cpu_flags() has data races.
    

    Co-author : Dmitry Vyukov of Google

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

    • [DH] libavutil/Makefile
    • [DH] libavutil/tests/cpu_init.c
  • avutil/cpu : remove the |checked| static variable

    23 novembre 2016, par Wan-Teh Chang
    avutil/cpu : remove the |checked| static variable
    

    Remove the |checked| variable because the invalid value of -1 for

    flags can be used to indicate the same condition. Also rename flags

    to |cpu_flags| because there are a local variable and a function
    parameter named |flags| in the same file.

    Co-author : Dmitry Vyukov of Google

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

    • [DH] libavutil/cpu.c
  • matroskadec : partly revert "demux relevant subtitle packets after a seek"

    26 novembre 2016, par Rainer Hochecker
    matroskadec : partly revert "demux relevant subtitle packets after a seek"
    

    This reverts parts of c16582579b1c6f66a86615c5808cd5b2bf17be73. The hard
    coded 30 seconds are a lot, and finishing the seek can takes several
    seconds when the source is on a network share. Remove this code
    entirely, because it does more bad than good.

    (Commit message provided by committer, based on the original messages
    by the patch author.)

    Signed-off-by : Rainer Hochecker <fernetmenta@online.de>
    Signed-off-by : wm4 <nfxjfg@googlemail.com>

    • [DH] libavformat/matroskadec.c