Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (92)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (10353)

  • Revision 8f05e70340 : Simplify mask checking in loop filters Considering a horizontal edge, if mask_1

    27 novembre 2013, par Yunqing Wang

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



    Simplify mask checking in loop filters

    Considering a horizontal edge, if mask_16x16 is 1 for an even-
    indexed 8x8 block, then mask_16x16 is 1 for next 8x8 block in
    same row. Similiar to a verticle edge, if mask_16x16 is 1 for
    an even-rowed 8x8 block, then mask_16x16 is 1 for the 8x8 block
    right below it in next raw. Based on that, the mask_16x16 checking
    can be simplified to save cycles. The corresponding 8-pixel
    vp9_mb_lpf_horizontal_edge code can also be removed.

    Change-Id : Ic3fe7a5674322239208cbe2731dc3216ce2084f3

  • Revision 0607abc3dd : Stop partition checking when distortion is small If the current obtained distor

    7 septembre 2013, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Stop partition checking when distortion is small

    If the current obtained distortion is very small, which happens
    for static image case, we pick the current partition type without
    further split checking.

    This won't affect regular videos. For static videos, we got 10% 12%
    encoding speed gain. PSNR was better for some clips, and worse for
    others. Overall it was even.

    Change-Id : If787a57bedf46fc595ca4f5ded2b0c0a69e9fdef

  • Revision 518904926d : Added checking for invalid size Change-Id : I9672a61e60a26e2934796f088880ce4cb49

    18 octobre 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c



    Added checking for invalid size

    Change-Id : I9672a61e60a26e2934796f088880ce4cb49605be