Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (95)

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

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

Sur d’autres sites (10424)

  • Merge commit '3fdf50f9e864c88da2139cf066832944de81acaa'

    6 novembre 2017, par James Almer
    Merge commit '3fdf50f9e864c88da2139cf066832944de81acaa'
    

    * commit '3fdf50f9e864c88da2139cf066832944de81acaa' :
    hwframe : Allow hwaccel frame allocators to align surface sizes
    dxva : verbose-log decoder GUID list
    hwcontext_d3d11va : add option to enable debug mode
    dxva : support DXGI_FORMAT_420_OPAQUE decoding
    hwcontext_d3d11va : allocate staging texture lazily
    hwcontext_d3d11va : fix crash on frames_init failure
    dxva : fix some warnings
    dxva : add declarative profile checks

    This commit is a noop, see
    e2afcc33e0bcba92ab6c767f09f17a67911a4928
    39f201a0ec7913f7509a01fb0fa6634a24e52203
    1509d739a036b9838e12f28dac9f09ac37bc3928
    6f5ff3269b12776a32b12887128ba034ad86e08b
    8d7fdba7b8670db9dd5023dde6fe3a06674933c4
    289d387330d8a0a07ff98c9e09215627a70ace2d
    f0bcedaf37ed4fdb082c88826b8bd3a5dd26382a
    d14179e3d49eb0f2533db16151e01abb0018b165

    Merged-by : James Almer <jamrial@gmail.com>

  • cmdutils : move get_rotation() up in the file

    5 mai 2015, par James Almer
    cmdutils : move get_rotation() up in the file
    

    Fixes compilation of fftools without libavdevice

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] cmdutils.c
  • configure : check if NAN can be used as a constant initializer

    13 septembre 2017, par James Almer
    configure : check if NAN can be used as a constant initializer
    

    Some targets, like NetBSD and DJGPP, don't seem to support it.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure