Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (91)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (21004)

  • lpc : use levinson for the first pass of multipass cholesky

    16 juin 2013, par Loren Merritt
    lpc : use levinson for the first pass of multipass cholesky
    

    Levinson is faster, and cholesky is only needed if we want to apply different
    weights to different samples, which doesn’t happen on the first pass.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/lpc.c
  • vp9 : add a 2-pass decoding mode, and add frame-mt support.

    30 novembre 2013, par Ronald S. Bultje
    vp9 : add a 2-pass decoding mode, and add frame-mt support.
    

    For a random 1080p sample, decoding time went from 9.7sec (1 threads)
    to 6.0sec (2 threads) and 5.2sec (4 threads) in 2-pass decoding mode.
    I don’t have any samples that use the parallelmode feature, but the
    gains should be higher.

    • [DH] libavcodec/vp9.c
  • Pass the file name as third argument to FormData.append().

    11 février 2012, par Sebastian Tschan

    m js/jquery.fileupload.js Pass the file name as third argument to FormData.append(). This allows setting a file name property on Blob objects, which would otherwise be sent with a generic file name.