Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (20)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

Sur d’autres sites (5695)

  • vaapi_vp8 : Use VP8_MAX_QUANT instead of magic number

    16 février 2017, par Mark Thompson
    vaapi_vp8 : Use VP8_MAX_QUANT instead of magic number
    
    • [DH] libavcodec/vaapi_encode_vp8.c
  • avcodec/msmpeg4 : Inline number of motion vectors

    26 janvier 2021, par Andreas Rheinhardt
    avcodec/msmpeg4 : Inline number of motion vectors
    

    Both motion vector tables have the same number of elements, hence one
    can inline said number and remove the field containing the number of
    elements from the structure.

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

    • [DH] libavcodec/msmpeg4data.c
    • [DH] libavcodec/msmpeg4data.h
    • [DH] libavcodec/msmpeg4dec.c
    • [DH] libavcodec/msmpeg4enc.c
  • ffv1enc_vulkan : restrict number of execution contexts to 1

    18 novembre 2024, par Lynne
    ffv1enc_vulkan : restrict number of execution contexts to 1
    

    This only leads to wasting memory in a single-threaded operation.
    Limit this to 1 for now and leave a comment.

    • [DH] libavcodec/ffv1enc_vulkan.c