Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (81)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

  • qsv : Error out if getting session handle failed in avfilter

    15 août 2018, par Zhong Li
    qsv : Error out if getting session handle failed in avfilter
    

    Solve some issues found by an automated code scansion.
    Suppress the complain "variables ’handle’ is used but maybe
    uninitialized".

    Signed-off-by : Zhong Li <zhong.li@intel.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavfilter/qsvvpp.c
    • [DBH] libavfilter/vf_deinterlace_qsv.c
    • [DBH] libavfilter/vf_scale_qsv.c
  • checkasm/x86 : Correctly handle variadic functions

    23 septembre 2015, par Henrik Gramner
    checkasm/x86 : Correctly handle variadic functions
    

    The System V ABI on x86-64 specifies that the al register contains an upper
    bound of the number of arguments passed in vector registers when calling
    variadic functions, so we aren’t allowed to clobber it.

    checkasm_fail_func() is a variadic function so also zero al before calling it.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] tests/checkasm/x86/checkasm.asm
  • avformat/ipmovie : Parse&handle late audio init

    26 juillet 2015, par Michael Niedermayer
    avformat/ipmovie : Parse&handle late audio init
    

    Fixes Ticket117

    Based on problem description by Kostya
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/ipmovie.c