Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

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

Sur d’autres sites (12919)

  • lavfi/vaapi : Factorise out common code for parameter buffer setup

    31 mars 2019, par Mark Thompson
    lavfi/vaapi : Factorise out common code for parameter buffer setup
    

    Also enables cropping on all VAAPI filters, inherited from the existing
    support in scale_vaapi.

    • [DH] libavfilter/vaapi_vpp.c
    • [DH] libavfilter/vaapi_vpp.h
    • [DH] libavfilter/vf_deinterlace_vaapi.c
    • [DH] libavfilter/vf_misc_vaapi.c
    • [DH] libavfilter/vf_procamp_vaapi.c
    • [DH] libavfilter/vf_scale_vaapi.c
    • [DH] libavfilter/vf_transpose_vaapi.c
  • vp56data : Move all shared enum/struct declarations to common header

    14 août 2013, par Diego Biurrun
    vp56data : Move all shared enum/struct declarations to common header
    
    • [DBH] libavcodec/vp56.h
    • [DBH] libavcodec/vp56data.h
    • [DBH] libavcodec/vp6data.h
    • [DBH] libavcodec/vp8.h
  • avutil/hwcontext_cuda : Define and use common CHECK_CU()

    11 novembre 2018, par Philip Langdale
    avutil/hwcontext_cuda : Define and use common CHECK_CU()
    

    We have a pattern of wrapping CUDA calls to print errors and
    normalise return values that is used in a couple of places. To
    avoid duplication and increase consistency, let's put the wrapper
    implementation in a shared place and use it everywhere.

    Affects :

    * avcodec/cuviddec
    * avcodec/nvdec
    * avcodec/nvenc
    * avfilter/vf_scale_cuda
    * avfilter/vf_scale_npp
    * avfilter/vf_thumbnail_cuda
    * avfilter/vf_transpose_npp
    * avfilter/vf_yadif_cuda

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/cuda_check.c
    • [DH] libavcodec/cuviddec.c
    • [DH] libavcodec/nvdec.c
    • [DH] libavcodec/nvenc.c
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/cuda_check.c
    • [DH] libavfilter/vf_scale_cuda.c
    • [DH] libavfilter/vf_scale_npp.c
    • [DH] libavfilter/vf_thumbnail_cuda.c
    • [DH] libavfilter/vf_transpose_npp.c
    • [DH] libavfilter/vf_yadif_cuda.c
    • [DH] libavutil/Makefile
    • [DH] libavutil/cuda_check.c
    • [DH] libavutil/cuda_check.h
    • [DH] libavutil/hwcontext_cuda.c