Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (26)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (6052)

  • vulkan_decode : clean up slice handling

    20 juin 2023, par Lynne
    vulkan_decode : clean up slice handling
    

    Move the slice offsets buffer to the thread decode context.
    It isn't part of the resources for frame decoding, the driver
    has to process and finish with it at submission time.
    That way, it doesn't need to be alloc'd + freed on every frame.

    • [DH] libavcodec/vulkan_decode.c
    • [DH] libavcodec/vulkan_decode.h
    • [DH] libavcodec/vulkan_h264.c
    • [DH] libavcodec/vulkan_hevc.c
  • lavfi : add an avgblur_vulkan filter

    27 octobre 2019, par Lynne
    lavfi : add an avgblur_vulkan filter
    

    This commit adds a fast avgblur Vulkan filter.
    This will reset Intel GPUs on Linux due to a known, two-year-old driver bug
    (!834 on mesa's gitlab).

    • [DH] configure
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/vf_avgblur_vulkan.c
  • hwcontext_vaapi : add a quirk for the missing MemoryType attribute

    30 septembre 2016, par Anton Khirnov
    hwcontext_vaapi : add a quirk for the missing MemoryType attribute
    

    The Intel binary iHD driver does not support the
    VASurfaceAttribMemoryType, so surface allocation will fail when using
    it.

    (cherry picked from commit 2124711b950b03c582a119c75f52a87acc32d6ec)

    • [DH] doc/APIchanges
    • [DH] libavutil/hwcontext_vaapi.c
    • [DH] libavutil/hwcontext_vaapi.h
    • [DH] libavutil/version.h