Recherche avancée

Médias (1)

Mot : - Tags -/blender

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)

  • vp8e -removed undefined max call

    18 janvier 2011, par Jim Bankoski

    vp8e -removed undefined max call

  • avformat/rtsp : don't forget to call ff_network_close() on error

    12 octobre 2020, par Andriy Gelman
    avformat/rtsp : don't forget to call ff_network_close() on error
    

    In sdp_read_header() some ff_network_close() calls were missed.

    Also in rtp_read_header() update comment to explain why a single
    call to ff_network_close() is enough to cover all cases even if
    sdp_read_header() returns an error.

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Andriy Gelman <andriy.gelman@gmail.com>

    • [DH] libavformat/rtsp.c
  • Revision 538af7db5f : Fix a problem of using an uninitialized parameter This commit added a call to s

    30 mai 2014, par Yaowu Xu

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



    Fix a problem of using an uninitialized parameter

    This commit added a call to set speed feature before initializing
    motion search, fixed the problem where unintialized search method
    is used before its value being set.

    Change-Id : I537e4612bf0d00fd6f51396fd222d4b3bd6fde58