Recherche avancée

Médias (91)

Autres articles (99)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

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

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

Sur d’autres sites (13118)

  • mem : Handle av_reallocp(..., 0) properly

    20 septembre 2013, par Martin Storsjö
    mem : Handle av_reallocp(..., 0) properly
    

    Previously this did a double free (and returned an error).

    Reported-by : Justin Ruggles
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavutil/mem.c
  • Revision 9d901217c6 : Fix x86inc.asm to build PIC code correctly Current x86inc.asm didn't handle 32b

    18 septembre 2013, par Yunqing Wang

    Changed Paths :
     Modify /third_party/x86inc/x86inc.asm


     Modify /vp9/common/x86/vp9_intrapred_sse2.asm


     Modify /vp9/common/x86/vp9_intrapred_ssse3.asm



    Fix x86inc.asm to build PIC code correctly

    Current x86inc.asm didn't handle 32bit PIC build properly.
    TEXTRELs were seen in the library built. The PIC macros from
    libvpx's x86_abi_support.asm was used to fix this problem.
    The assembly code was modified to use the macros.

    Notes : We need this fix in for decoder building. Functions in
    encoder will be fixed later.

    Change-Id : Ifa548d37b1d0bc7d0528db75009cc18cd5eb1838

  • Use the + operator instead of array_merge to properly handle numeric keys. Fixes #2589

    13 septembre 2013, par blueimp
    Use the + operator instead of array_merge to properly handle numeric keys. Fixes #2589