Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (82)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

Sur d’autres sites (11772)

  • Revision fcb4253c9c : update libyuv to r1456 picks up build warning fixes for visual studio 2015 Cha

    25 juillet 2015, par James Zern

    Changed Paths :
     Modify /examples.mk


     Modify /third_party/libyuv/README.libvpx


     Modify /third_party/libyuv/include/libyuv/convert.h


     Modify /third_party/libyuv/include/libyuv/convert_argb.h


     Modify /third_party/libyuv/include/libyuv/convert_from.h


     Modify /third_party/libyuv/include/libyuv/convert_from_argb.h


     Modify /third_party/libyuv/include/libyuv/planar_functions.h


     Add /third_party/libyuv/include/libyuv/rotate_row.h


     Modify /third_party/libyuv/include/libyuv/row.h


     Modify /third_party/libyuv/include/libyuv/scale_row.h


     Modify /third_party/libyuv/include/libyuv/version.h


     Modify /third_party/libyuv/source/compare.cc


     Add /third_party/libyuv/source/compare_gcc.cc
    (from /third_party/libyuv/source/compare_posix.cc
    :f42012e526f218f4607e5d678c5bd44bb5978bff)
     Modify /third_party/libyuv/source/compare_neon64.cc


     Delete /third_party/libyuv/source/compare_posix.cc


     Modify /third_party/libyuv/source/compare_win.cc


     Modify /third_party/libyuv/source/convert.cc


     Modify /third_party/libyuv/source/convert_argb.cc


     Modify /third_party/libyuv/source/convert_from.cc


     Modify /third_party/libyuv/source/convert_from_argb.cc


     Modify /third_party/libyuv/source/cpu_id.cc


     Modify /third_party/libyuv/source/mjpeg_decoder.cc


     Modify /third_party/libyuv/source/mjpeg_validate.cc


     Modify /third_party/libyuv/source/planar_functions.cc


     Modify /third_party/libyuv/source/rotate.cc


     Add /third_party/libyuv/source/rotate_any.cc


     Modify /third_party/libyuv/source/rotate_argb.cc


     Add /third_party/libyuv/source/rotate_common.cc


     Add /third_party/libyuv/source/rotate_gcc.cc


     Modify /third_party/libyuv/source/rotate_mips.cc


     Modify /third_party/libyuv/source/rotate_neon.cc


     Modify /third_party/libyuv/source/rotate_neon64.cc


     Add /third_party/libyuv/source/rotate_win.cc


     Modify /third_party/libyuv/source/row_any.cc


     Modify /third_party/libyuv/source/row_common.cc


     Add /third_party/libyuv/source/row_gcc.cc
    (from /third_party/libyuv/source/row_posix.cc
    :f42012e526f218f4607e5d678c5bd44bb5978bff)
     Modify /third_party/libyuv/source/row_neon.cc


     Modify /third_party/libyuv/source/row_neon64.cc


     Delete /third_party/libyuv/source/row_posix.cc


     Modify /third_party/libyuv/source/row_win.cc


     Modify /third_party/libyuv/source/scale.cc


     Add /third_party/libyuv/source/scale_any.cc


     Modify /third_party/libyuv/source/scale_argb.cc


     Modify /third_party/libyuv/source/scale_common.cc


     Add /third_party/libyuv/source/scale_gcc.cc
    (from /third_party/libyuv/source/scale_posix.cc
    :f42012e526f218f4607e5d678c5bd44bb5978bff)
     Modify /third_party/libyuv/source/scale_neon.cc


     Modify /third_party/libyuv/source/scale_neon64.cc


     Delete /third_party/libyuv/source/scale_posix.cc


     Modify /third_party/libyuv/source/scale_win.cc



    update libyuv to r1456

    picks up build warning fixes for visual studio 2015

    Change-Id : Idea85fa70d1aeb2a46ea355b87fe41ec5b2b9520

  • configure : Support MSVC 2015

    5 juin 2015, par Luca Barbato
    configure : Support MSVC 2015
    

    The C runtime C99 compatibility had been improved a lot and it now
    rejects some of the compatibility defines provided for the older
    versions.

    Many thanks to Ray for the time spent testing.

    Bug-Id : 864
    CC : libav-stable@libav.org

    • [DH] configure
    • [DH] libavutil/internal.h
  • configure : Support MSVC 2015

    5 juin 2015, par Luca Barbato
    configure : Support MSVC 2015
    

    The C runtime C99 compatibility had been improved a lot and it now
    rejects some of the compatibility defines provided for the older
    versions.

    Many thanks to Ray for the time spent testing.

    Bug-Id : 864
    CC : libav-stable@libav.org

    • [DBH] configure
    • [DBH] libavutil/internal.h