Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (40)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (5054)

  • lavu,lavfi,ffmpeg : Remove experimental OpenCL API

    14 novembre 2017, par Mark Thompson
    lavu,lavfi,ffmpeg : Remove experimental OpenCL API
    

    This was added in early 2013 and abandoned several months later ; as far as
    I can tell, there are no external users. Future OpenCL use will be via
    hwcontext, which requires neither special OpenCL-only API nor global state
    in libavutil.

    All internal users are also deleted - this is just the unsharp filter
    (replaced by unsharp_opencl, which is more flexible) and the deshake filter
    (no replacement).

    • [DH] configure
    • [DH] doc/APIchanges
    • [DH] doc/filters.texi
    • [DH] doc/utils.texi
    • [DH] fftools/Makefile
    • [DH] fftools/cmdutils.h
    • [DH] fftools/cmdutils_opencl.c
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/deshake.h
    • [DH] libavfilter/deshake_opencl.c
    • [DH] libavfilter/deshake_opencl.h
    • [DH] libavfilter/deshake_opencl_kernel.h
    • [DH] libavfilter/opencl_allkernels.c
    • [DH] libavfilter/opencl_allkernels.h
    • [DH] libavfilter/unsharp.h
    • [DH] libavfilter/unsharp_opencl.c
    • [DH] libavfilter/unsharp_opencl.h
    • [DH] libavfilter/unsharp_opencl_kernel.h
    • [DH] libavfilter/vf_deshake.c
    • [DH] libavfilter/vf_unsharp.c
    • [DH] libavutil/Makefile
    • [DH] libavutil/opencl.c
    • [DH] libavutil/opencl.h
    • [DH] libavutil/opencl_internal.c
    • [DH] libavutil/opencl_internal.h
  • nvenc : factor context push/pop into functions

    11 novembre 2017, par Hendrik Leppkes
    nvenc : factor context push/pop into functions
    

    This reduces code repetition, and will allow adding further push/pop
    refinement for D3D11 devices in future commits.

    • [DH] libavcodec/nvenc.c
  • hevc : rename some HEVC conformance streams

    31 décembre 2013, par Guillaume Martres
    hevc : rename some HEVC conformance streams
    

    Some HEVC conformance streams zip on
    http://wftp3.itu.int/av-arch/jctvc-site/bitstream_exchange/draft_conformance/
    were updated without changing the actual stream. Rename them in FATE
    accordingly to make it easier to track future stream updates.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] tests/fate/hevc.mak
    • [DBH] tests/ref/fate/hevc-conformance-LS_B_ORANGE_4
    • [DBH] tests/ref/fate/hevc-conformance-cip_B_NEC_3
    • [DBH] tests/ref/fate/hevc-conformance-ipcm_A_NEC_3
    • [DBH] tests/ref/fate/hevc-conformance-ipcm_B_NEC_3
    • [DBH] tests/ref/fate/hevc-conformance-ipcm_C_NEC_3
    • [DBH] tests/ref/fate/hevc-conformance-ipcm_D_NEC_3