Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (41)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (4987)

  • ffmpeg : set extra_hw_frames to account for frames held in queues

    25 février 2024, par Mark Thompson
    ffmpeg : set extra_hw_frames to account for frames held in queues
    

    Since e0da916b8f5b079a4865eef7f64863f50785463d the ffmpeg utility has
    held multiple frames output by the decoder in internal queues without
    telling the decoder that it is going to do so. When the decoder has a
    fixed-size pool of frames (common in some hardware APIs where the output
    frames must be stored as an array texture) this could lead to the pool
    being exhausted and the decoder getting stuck. Fix this by telling the
    decoder to allocate additional frames according to the queue size.

    • [DH] fftools/ffmpeg_dec.c
    • [DH] fftools/ffmpeg_sched.c
    • [DH] fftools/ffmpeg_sched.h
  • swscale : Take the destination range into account for yuv->rgb->yuv conversions

    18 février 2022, par Martin Storsjö
    swscale : Take the destination range into account for yuv->rgb->yuv conversions
    

    The range parameters need to be set up before calling
    sws_init_context (which selects which fastpaths can be used ;
    this gets called by sws_getContext) ; solely passing them via
    sws_setColorspaceDetails isn't enough.

    This fixes producing full range YUV range output when doing
    YUV->YUV conversions between different YUV color spaces.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libswscale/utils.c
    • [DH] tests/fate/libswscale.mak
    • [DH] tests/ref/fate/sws-yuv-colorspace
    • [DH] tests/ref/fate/sws-yuv-range
  • lavfi : Add OpenCL unsharp mask filter

    14 novembre 2017, par Mark Thompson
    lavfi : Add OpenCL unsharp mask filter
    

    Intended to replace existing opencl mode of the unsharp filter.
    Supports many more pixel formats and works without immediate upload
    and download of frame data. The options are compatible with the
    existing filter.

    • [DH] configure
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/opencl/unsharp.cl
    • [DH] libavfilter/opencl_source.h
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_unsharp_opencl.c