Recherche avancée

Médias (91)

Autres articles (111)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (9600)

  • 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
  • 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
  • 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