Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (28)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (4029)

  • lavu/common.h : Fix UB in av_clip_uintp2_c()

    16 mai 2024, par Tomas Härdin
    lavu/common.h : Fix UB in av_clip_uintp2_c()
    

    Found by value analysis

    • [DH] libavutil/common.h
  • configure : Remove deprecated incompatible_fork_abi option

    4 avril 2014, par James Almer
    configure : Remove deprecated incompatible_fork_abi option
    

    It’s been deprecated since ffmpeg 2.0

    Signed-off-by : James Almer <jamrial@gmail.com>
    Analysis of the usage of the switches by : wm4
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
  • Revision 42b6791774 : Allow for re-encoding frame if high overshoot. For 1 pass CBR mode under screen

    7 juillet 2015, par Marco

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


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    Allow for re-encoding frame if high overshoot.

    For 1 pass CBR mode under screen content mode :
    if pre-analysis (source temporal-sad) indicates significant
    change in content, then check the projected frame size after
    encode_frame(), and if size is above threshold, force re-encode
    of that frame at max QP.

    Change-Id : I91e66d9f3167aff2ffcc6f16f47f19f1c21dc688