Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (56)

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

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

  • Revision 8fe50191c6 : Rework coeff probability model update for rtc coding This commit reworks the ON

    3 décembre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h


     Modify /vp9/encoder/vp9_subexp.c


     Modify /vp9/encoder/vp9_subexp.h



    Rework coeff probability model update for rtc coding

    This commit reworks the ONE_LOOP_REDUCED coefficient probability
    model update process. It allows model update for every coefficient
    across the spectrum at a coarser resolution, instead of performing
    precise update only for certain subset of probability models.

    The overall runtime remains nearly same (<1% change) for speed -6.
    The compression performance is improved by 7.5% in PSNR for speed
    - 5 and 4.57% for speed -6, respectively.

    Change-Id : Ifb17136382ee7e39a9f34ff4a4f09a753125c8d1

  • Add coverity model file

    19 février 2015, par Michael Niedermayer
    Add coverity model file
    

    The comments/header of the file are taken from qemu, they provide some
    basic documentation
    The code from the examples

    Ive no means to test this except uploading to coverity for FFmpeg, so each
    commit should stay simple, making it easy to revert.

    Also please help making this a useful and effective file by contributing
    changes/code to it and reviewing contributions.
    I am happy to upload changes but i cannot really maintain this (alone) as
    i cannot test changes.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tools/coverity.c
  • movenc : Write the make and model metadata keys for mov style files

    21 novembre 2014, par Martin Storsjö
    movenc : Write the make and model metadata keys for mov style files
    

    These are essential allowing QuickTime to keep detecting content
    as slow-motion - this allows preserving them on stream copy.

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

    • [DBH] libavformat/movenc.c