Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

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)

  • avcodec/dca_core : Only call emms_c() if needed

    8 septembre 2022, par Andreas Rheinhardt
    avcodec/dca_core : Only call emms_c() if needed
    

    It is not needed on x64, because the AV_COPY* and AV_ZERO*
    macros never use MMX on x64.

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

    • [DH] libavcodec/dca_core.c
  • hwcontext_vulkan : fix DMABUF import format check call

    13 novembre 2021, par Lynne
    hwcontext_vulkan : fix DMABUF import format check call
    

    VkExternalImageFormatProperties is required to be present in the .pNext
    chain of VkImageFormatProperties2, or some drivers crash (RADV).

    • [DH] libavutil/hwcontext_vulkan.c
  • swscale/x86/rgb2rgb_template : don’t call emms on sse2/avx functions

    23 juin 2015, par James Almer
    swscale/x86/rgb2rgb_template : don’t call emms on sse2/avx functions
    

    Reviewed-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libswscale/x86/rgb2rgb_template.c