Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (80)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • tests/checkasm/vvc_mc : for SAD, only test valid subblock sizes

    28 mai 2024, par Stone Chen
    tests/checkasm/vvc_mc : for SAD, only test valid subblock sizes
    

    According to the VVC specification (section 8.5.1), the maximum width/height of a subblock passed for DMVR SAD is 16. This along with previous constraint requiring width * height >= 128 means that 8x16, 16x8, and 16x16 are the only allowed sizes.

    This changes check_vvc_sad() to only test and benchmark those sizes.

    • [DH] tests/checkasm/vvc_mc.c
  • Updated generated docs

    17 septembre 2011, par Scott Schiller

    m doc/generated/script/soundmanager2.html Updated generated docs

  • lavc/videotoolboxenc : better compat_keys docs

    20 mai 2023, par Rick Kern
    lavc/videotoolboxenc : better compat_keys docs
    

    Added more specific docs about when to use compat_keys, and how to
    add new constants.

    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavcodec/videotoolboxenc.c