Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (92)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

Sur d’autres sites (7510)

  • 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