Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (111)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

Sur d’autres sites (9525)

  • Revision a76caa7ff4 : Alter Speed 3. This patch deletes the variance based speed three partitioning.

    19 septembre 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



    Alter Speed 3.

    This patch deletes the variance based speed three partitioning.
    Speed 3 now uses the same partitioning method as speed 2
    but with some stricter conditions.

    The speed and quality are now somewhere between speeds 2 and 4
    whereas before it was worse in both than speed 4.

    Change-Id : Ia142e7007299d79db3ceee6ca8670540db6f7a41

  • 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