Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (57)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (10516)

  • 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
  • fftools/cmdutils : split common option handlers into their own file

    9 mars 2022, par Anton Khirnov
    fftools/cmdutils : split common option handlers into their own file
    
    • [DH] fftools/Makefile
    • [DH] fftools/cmdutils.c
    • [DH] fftools/cmdutils.h
    • [DH] fftools/ffmpeg_opt.c
    • [DH] fftools/ffplay.c
    • [DH] fftools/ffprobe.c
    • [DH] fftools/opt_common.c
    • [DH] fftools/opt_common.h
  • mpeg12 : Move finding the best frame rate to common code

    12 septembre 2017, par Mark Thompson
    mpeg12 : Move finding the best frame rate to common code
    

    Previously in the mpeg2_metadata filter. Also adds a test.

    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/mpeg12.h
    • [DBH] libavcodec/mpeg12framerate.c
    • [DBH] libavcodec/mpeg2_metadata_bsf.c
    • [DBH] libavcodec/tests/mpeg12framerate.c
    • [DBH] tests/fate/libavcodec.mak