Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (94)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

Sur d’autres sites (9071)

  • 4xm : replace forcing EMU_EDGE by a copy

    17 décembre 2013, par Anton Khirnov
    4xm : replace forcing EMU_EDGE by a copy
    

    The decoder currently sets CODEC_FLAG_EMU_EDGE and relies on
    get_buffer2() to always provide buffers with linesize == 2 * width.
    This is wrong, since we place no such restriction on get_buffer2()
    implementations.

    Fix this by decoding into internal buffers and copying them to output
    frames. Since this is a very obscure decoder, the performance hit should
    not be an issue.

    • [DBH] libavcodec/4xm.c
  • libkvazaar : Replace asserts with proper errors

    28 septembre 2015, par Arttu Ylä-Outinen
    libkvazaar : Replace asserts with proper errors
    

    Changes function libkvazaar_encode to return proper error codes instead
    of crashing when the video dimensions or pixel format change in the
    middle of encoding.

    Signed-off-by : Arttu Ylä-Outinen <arttu.yla-outinen@tut.fi>

    • [DH] libavcodec/libkvazaar.c
  • Revision 1e6be7bc75 : Deprecate 4x4 intra modes from bit-stream Replace B_DC_PRED like syntax element

    20 mai 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c



    Deprecate 4x4 intra modes from bit-stream

    Replace B_DC_PRED like syntax element writing/reading with sb_ymode
    set (e.g., DC_PRED, etc).

    Change-Id : I293006a6b3bcd130c08ea9f053e7a79c6819c6f8