Recherche avancée

Médias (91)

Autres articles (42)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • avformat/apvdec : Check before access

    28 avril, par Andreas Rheinhardt
    avformat/apvdec : Check before access
    

    The signature check would segfault in case the packet could not
    be allocated or if nothing could be read.
    Furthermore, read_packet callbacks are supposed to return zero
    on success, yet the current code returned the size of the packet.

    Reviewed-by : Mark Thompson <sw@jkqxz.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/apvdec.c
  • avfilter/af_surround : fix possible out of array access

    19 novembre 2022, par Paul B Mahol
    avfilter/af_surround : fix possible out of array access
    
    • [DH] libavfilter/af_surround.c
  • hwcontext_vulkan : allow using concurrent access images with more than 5 queues

    14 mars, par Lynne
    hwcontext_vulkan : allow using concurrent access images with more than 5 queues
    

    This limit was not bumped when the queue family rewrite happened.

    Fixes validation issues on nvidia.

    • [DH] libavutil/hwcontext_vulkan.c