Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (75)

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

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9858)

  • 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