Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (27)

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

  • Revision e03715fe6c : Replace vp8_inverse_htransform_b() by direct call to vp8_ihtllm_c(). Change-Id :

    13 octobre 2012, par Ronald S. Bultje

    Changed Paths : Modify /vp8/common/invtrans.c Modify /vp8/common/invtrans.h Modify /vp8/encoder/encodeintra.c Replace vp8_inverse_htransform_b() by direct call to vp8_ihtllm_c(). Change-Id : I55ee7566341b04d7e7340fdab95189f82231a792

  • Anomalie #3157 (Fermé) : Fatal error : Call to undefined function spip_htmlentities()

    23 janvier 2014, par Xavier MOREAU

    Bonjour,

    Quand je fais un var_profile=1 sur mon site en 3.0.14, j’obtiens l’erreur suivante :

    Fatal error : Call to undefined function spip_htmlentities() in .../ecrire/public/tracer.php on line 62

    denisb a proposé d’ajouter à la ligne 41 de tracer.php : include_spip('inc/filtres_mini');

    Avec ce changement il n’y a plus d’erreur

  • avcodec/vc1dec : Don't call ff_get_format() twice

    5 février 2024, par Andreas Rheinhardt
    avcodec/vc1dec : Don't call ff_get_format() twice
    

    It is currently called once in the codecs' init function
    and once when (re)initializing the VC-1 decode context
    (which happens upon frame size changes as well as before
    decoding the first frame). The first one is unnecessary
    now that vc1_decode_frame() no longer requires avctx->hwaccel
    to be already set for hwaccel to work properly.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vc1dec.c