Recherche avancée

Médias (91)

Autres articles (79)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (12078)

  • swscale : Replace illegal vector keyword usage in altivec code

    7 août 2019, par Daniel Kolesa
    swscale : Replace illegal vector keyword usage in altivec code
    

    While this technically compiles in current ffmpeg, this is only
    because ffmpeg is compiled in strict ISO C mode, which disables
    the builtin 'vector' keyword for AltiVec/VSX. Instead this gets
    replaced with a macro inside altivec.h, which defines vector to
    be actually __vector, which accepts random types.

    Normally, the vector keyword should be used only with plain
    scalar non-typedef types, such as unsigned int. But we have the
    vec_(s|u)(8|16|32) macros, which can be used in a portable manner,
    in util_altivec.h in libavutil.

    This is also consistent with other AltiVec/VSX code elsewhere in
    the tree.

    Fixes #7861.

    Signed-off-by : Daniel Kolesa <daniel@octaforge.org>
    Signed-off-by : Lauri Kasanen <cand@gmx.com>

    • [DH] libswscale/ppc/swscale_altivec.c
    • [DH] libswscale/ppc/swscale_vsx.c
  • Merge remote-tracking branch ’cehoyos/master’

    10 juin 2013, par Michael Niedermayer
    Merge remote-tracking branch ’cehoyos/master’
    

    * cehoyos/master :
    Accept incomplete http cookies without domain.

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/http.c
  • ffmpeg shell output goes to php header ?

    23 septembre 2014, par Kuba Stachu

    I am trying to use ffmpeg from php script, ex. :

    exec('ffmpeg -i input.mp4 -f ogg -y output.ogv >out.txt')

    Let’s assume it works, it actually doesn’t for multiple reasons, but it’s going to be solved by hosting provider as I have no way to change any config or so.

    What seems strange is that out.txt is 0kb all the time, instead after php script finishes its work I get output like one below :

    Malformed header from CGI script:
    ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers built on May 10 2013 16:31:05 with gcc 4.8.0 (GCC) 20130502 (prerelease) configurati
    (......)
    Press [q] to stop, [?] for help
    [vp8 @ 0x13e8d00] alloc_buffer: av_image_alloc() failed
    [vp8 @ 0x13e8d00] get_buffer() failed!
    sh: line 1: 1540 Segmentation fault ffmpeg -i ../uploads/videomod_m_7/433c3f8b9b0cc0f6cbdebba5263ff71809811c20o.webm -f ogg -y ../uploads/videomod_m_7/test2.ogv > out.txt
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Content-type: text/html