Recherche avancée

Médias (91)

Autres articles (54)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash 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 (8432)

  • af_hdcd : allow all HDCD sample rates

    7 septembre 2016, par Burt P
    af_hdcd : allow all HDCD sample rates
    

    The PM Model Two could output HDCD-encoded audio in CD and all
    DVD-Audio sample rates. (44100, 48000, 88200, 96000, 176400, and
    192000 Hz)

    Signed-off-by : Burt P <pburt0@gmail.com>

    • [DH] libavfilter/af_hdcd.c
  • xv.c : Add missing const to lookup table.

    29 août 2014, par Reimar Döffinger
    xv.c : Add missing const to lookup table.
    

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavdevice/xv.c
  • dv : fix weight table for 2x4x8 transform

    25 octobre 2014, par Christophe Gisquet
    dv : fix weight table for 2x4x8 transform
    

    The coefficients must be in the appropriate zigzag scan order.
    Also fix their values at the same time, as they were pretty wrong.

    Fixes ticket #2970.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dvdata.c