Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (91)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (10008)

  • Revision f2b978e895 : Use normal rate_correction_factor for gf in CBR mode I0c5f010 changed to allow

    10 novembre 2014, par Yaowu Xu

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



    Use normal rate_correction_factor for gf in CBR mode

    I0c5f010 changed to allow update golden reference buffer in CBR mode,
    this commit changes the use of rate_correction_factor for those frames
    to be aligned with the new usage. This commit attempts to solve two
    issues :

    a. Initialization of rate correction factor for Golden Frame
    Prior to this patch, even the regular inter frame has been update
    the rate correction factor based on content and encoding results,
    the first golden frame would still use the ininitialized value
    that can be way off.

    b. Allowing rate correction factor update to be slightly faster
    Prior to this patch, when the rate correction factor is off, the
    update to the factor is too slow, the factor could not get close
    to a semi-correct value even after many frames.

    The commit helps all clips in psnr/ssim metric, but especially to
    a few clip in RTC set that rate correction was way off. For example
    thaloundeskmtgvga gained about .5dB for both overall/average psnr.

    Change-Id : I0be5c41691be57891d824505348b64be87fa3545

  • movenc : Remove a now redundant check

    29 octobre 2014, par Martin Storsjö
    movenc : Remove a now redundant check
    

    When using the new first_trun flag instead of checking the track id,
    we don’t need to have a special case for the separate_moof flag
    any longer.

    This simplifies the complicated codepath ever so slightly.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c
  • lavc/aacpsdsp : unroll RISC-V V add_squares

    15 juillet 2023, par Rémi Denis-Courmont
    lavc/aacpsdsp : unroll RISC-V V add_squares
    

    This slightly improves performance with the Device Under Test.

    • [DH] libavcodec/riscv/aacpsdsp_rvv.S