Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (59)

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

  • avutil/opt : Clarify type of integers

    3 mai 2024, par Marcus B Spencer
    avutil/opt : Clarify type of integers
    

    Clarify comment regarding type of integers regarding AV_OPT_TYPE_IMAGE_SIZE.

    Signed-off-by : Marcus B Spencer <marcus@marcusspencer.xyz>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/opt.h
  • ffmdec : change type of len to ptrdiff_t

    2 janvier 2016, par Andreas Cadhalpun
    ffmdec : change type of len to ptrdiff_t
    

    It is used to store the difference between pointers, so ptrdiff_t is the
    correct type.

    This prevents potential overflows.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavformat/ffmdec.c
  • avcodec/vc1 : fix type of tmp

    24 janvier 2014, par Michael Niedermayer
    avcodec/vc1 : fix type of tmp
    

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

    • [DH] libavcodec/vc1.c