Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (55)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (8265)

  • Anomalie #2702 (Nouveau) : installe individuelle d’un plugin chez free

    11 mai 2012, par Jacques Bouthier

    Une alternative à l’installation de plugins avec un dépôt et tous les automatismes associés, pourrait être d’installer les plugins individuellement, en saisissant leur adresse dans la boîte "Télécharger un plugin depuis son archive", malheureusement chez free cette action est aussi vouée à l’échec. Par (...)

  • avcodec/vaapi : free slice_buffers when decoding failed

    19 septembre 2018, par Linjie Fu
    avcodec/vaapi : free slice_buffers when decoding failed
    

    If vaEndPicture() failed in ff_vaapi_decode_issue(), free
    the pic->slice_buffers.

    Fixes the memory leak issue in ticket #7385

    Signed-off-by : Linjie Fu <linjie.fu@intel.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi_decode.c
  • avcodec/libdav1d : properly free all output picture references

    8 janvier 2019, par James Almer
    avcodec/libdav1d : properly free all output picture references
    

    Dav1dPictures contain more than one buffer reference, so we're forced to use the
    API properly to free them all.

    Reviewed-by : BBB
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/libdav1d.c