Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (56)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (8427)

  • avcodec/idctdsp : Clear idct/idct_add for studio profile

    28 mai 2018, par Michael Niedermayer
    avcodec/idctdsp : Clear idct/idct_add for studio profile
    

    This does not leave them "as before" which may be a value from a previous profile

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/idctdsp.c
  • avformat/img2dec : Attempt to detect non-escaped glob patterns too (-pattern_type...

    5 octobre 2014, par Alexander Strasser
    avformat/img2dec : Attempt to detect non-escaped glob patterns too (-pattern_type glob)
    

    Fixes ticket #3948

    Based-on-patch-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/img2dec.c
  • lavc : specify the behavior of av_lockmgr_register on failure.

    2 octobre 2014, par Manfred Georg
    lavc : specify the behavior of av_lockmgr_register on failure.
    

    The register function now specifies that the user callback should
    leave things in the same state that it found them on failure but
    that failure to destroy is ignored by the library. The register
    function is now explicit about its behavior on failure
    (it unregisters the previous callback and destroys all mutex).

    Signed-off-by : Manfred Georg <mgeorg@google.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h