Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (33)

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

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4749)

  • 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

  • videodsp : don’t overread edges in vfix3 emu_edge.

    23 octobre 2015, par Ronald S. Bultje
    videodsp : don’t overread edges in vfix3 emu_edge.
    

    Fixes trac ticket 3226. Also see Andreas’ analysis in
    https://bugs.debian.org/801745, which was very helpful.

    • [DH] libavcodec/x86/videodsp.asm