Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (87)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (6176)

  • Revision fe5e2a91bb : Auto min and max partition size experiment. Speed feature experiment to set an

    24 juillet 2013, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Auto min and max partition size experiment.

    Speed feature experiment to set an upper and lower
    partition size limit based on what has been seen
    in spatial neighbors.

    This seems to gives quite reasonable speed gains in local
    (10-15%) and when used with speed 0 the losses are small
    (0.25% derf, 0.35% stdhd). However, for now I am only
    enabling it on speed 1 as there may be clashes with the existing
    temporal partition selection in speed 2.

    Using a tighter min / max around the range derived from the
    neighbors increases speed further but at the cost of a
    bigger quality loss. However, I think this spatial method could
    be combined with data from either the last frame or a variance
    method (or both) to refine the range of minimum and maximum
    partition size. I.e. consider the min and max from spatial and
    temporal neighbors and the variance recommendation.

    Change-Id : I1b96bf8b84368d6aad0c7aa600fe141b4f07435f

  • Revision 302698fb12 : Reworked the auto_mv_step_size speed feature This patch modifies the auto_mv_st

    12 juillet 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodemv.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Reworked the auto_mv_step_size speed feature

    This patch modifies the auto_mv_step_size speed feature to
    use a combination of the maximum magnitude mv from the last
    inter frame, and the maximum magnitude mv for the two reference
    mvs with the same reference. For arf frames, the max mav step
    for the resolution is used.
    The bounds therefore are slightly tighter. The feature is made
    a speed 1 feature.

    Rebased.

    Results (when this feature is turned on over speed 0) :
    derfraw300 : -0.046% psnr, about 5+% speedup
    (tested on football : goes from 4m30.760s to 4m17.410s).

    Change-Id : If492797a61b0b4b3e58c0b8f86afb880165fc9f6

  • Revision 9f427bfe98 : Best_rd breakout in rd partition search. About 15% faster for bus (speed 0) fir

    17 juillet 2013, par Ronald S. Bultje

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


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h



    Best_rd breakout in rd partition search.

    About 15% faster for bus (speed 0) first 50 frames @ 1500kbps, which
    goes from 1min36 to 1min24. Results become slightly better (+0.2% on
    derf/yt, +0.4% on hd), probably because of a bugfix for skipmode in
    super_block_yrd(). Overall speed change (on derfraw300) is roughly
    - 13%. This can probably be improved further by caching best_yrd
    between partition searches. Also, we might be able to get more
    speedups by always doing PARTITION_NONE before PARTITIONS_SPLIT, not
    just at the sb8x8 level.

    Change-Id : I83736949ebd5b4a3b400ee688d7661913fefc98b