Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (111)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

    27 novembre 2017, par Mikhail Mironov
    Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK
    

    Requires AMF headers for at least version 1.4.4.1.

    Signed-off-by : Mikhail Mironov <mikhail.mironov@amd.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] Changelog
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/amfenc.c
    • [DH] libavcodec/amfenc.h
    • [DH] libavcodec/amfenc_h264.c
    • [DH] libavcodec/amfenc_hevc.c
  • lavc/hevcdec : output RASL frames based on the value of no_rasl_output_flag

    1er juin 2024, par Anton Khirnov
    lavc/hevcdec : output RASL frames based on the value of no_rasl_output_flag
    

    Instead of an ad-hoc scheme. Also, combine skipping RASL frames with
    skip_frame handling - current code seems flawed as it only executes for
    the first slice of a RASL frame and unnecessarily unsets is_decoded,
    which should not be set at this point anyway..

    Some RASL frames in fate-hevc-afd-tc-sei that were previously discarded
    are now output.

    • [DH] libavcodec/hevc/hevcdec.c
    • [DH] libavcodec/hevc/hevcdec.h
    • [DH] tests/ref/fate/hevc-afd-tc-sei
  • xcbgrab : XCB-based screen capture

    24 août 2014, par Luca Barbato
    xcbgrab : XCB-based screen capture
    

    Matches the x11grab screen capture by features.

    • [DBH] Changelog
    • [DBH] configure
    • [DBH] libavdevice/Makefile
    • [DBH] libavdevice/alldevices.c
    • [DBH] libavdevice/version.h
    • [DBH] libavdevice/xcbgrab.c