Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (55)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

  • Revision 7b011c5467 : Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup. Change

    6 novembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_pred_common.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_vaq.c



    Replacing mi_width,height_log2 with num_8x8_blocks_wide,high_lookup.

    Change-Id : I04c55daef89bca2b85cb7db0850f9b052abc5a7c

  • lavc/mediacodec : bypass width/height restrictions when looking for a decoder

    31 mai 2016, par Matthieu Bouron
    lavc/mediacodec : bypass width/height restrictions when looking for a decoder
    

    Codec width/height restrictions seem hardcoded at the OMX level and
    seem arbitrary. Bypassing those restrictions allows a device to decode
    streams at higher resolutions.

    For example it allows a Nexus 5 to decode h264 streams with a resolution
    higher than 1920x1080.

    • [DH] libavcodec/mediacodec_wrapper.c
    • [DH] libavcodec/mediacodec_wrapper.h
    • [DH] libavcodec/mediacodecdec.c
  • matroskaenc : fixed display width / height calculation for stereo mode

    29 octobre 2013, par Michael Niedermayer
    matroskaenc : fixed display width / height calculation for stereo mode
    

    Based-on : patch by Asan Usipov <asan.usipov@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/matroskaenc.c