Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (47)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (4556)

  • lpc : remove "decay" argument

    18 juin 2013, par Loren Merritt
    lpc : remove "decay" argument
    

    We never used the rolling-average mode, and this makes av_update_lls 15% faster.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/lpc.c
    • [DBH] libavutil/lls.c
    • [DBH] libavutil/lls.h
  • Revision dee5782f93 : Enable encode breakout in real time For real time speed 7, once encode breakout

    28 juin 2014, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_speed_features.h



    Enable encode breakout in real time

    For real time speed 7, once encode breakout is on(i.e. encoding
    setting —static-thresh=1), a proper encode breakout threshold
    is set to speed up the encoder.

    Set —static-thresh=1, RTC set borg test showed a slight overall
    psnr loss of 0.162%, but ssim gain of 0.287%. The average speedup
    on RTC set is 6%, and for some clips, the speedup can be 10+%.

    Change-Id : Id522d9ce779ff7c699936d13d0c47083de4afb85

  • Revision adf4293e4e : Adapt strength of AQ2. Adapt the use of segmentation in AQ mode 2 based on the

    4 juin 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_segmentation.c



    Adapt strength of AQ2.

    Adapt the use of segmentation in AQ mode 2 based on
    the ambient kf/arf/gf Q.

    Disable segmentation where the rate per SB is very
    low and overheads are likely to outweigh the benefits.

    This patch reduces the -ve average metrics impact
    of AQ mode 2 while allowing stronger 3 segment AQ
    in some cases. Average improvement 0.5-1.0%.

    Change-Id : I5892dfcc7507c5cc6444531cc7fe17554cf8d0c7