Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (56)

  • 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

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (12204)

  • x86/hevcdsp : add ff_hevc_sao_edge_filter_{10,12}_{sse2,avx2}

    5 février 2015, par James Almer
    x86/hevcdsp : add ff_hevc_sao_edge_filter_10,12_sse2,avx2
    

    Original x86 intrinsics code by Pierre-Edouard Lepere.
    Yasm port, refactoring and optimizations by James Almer.

    Benchmarks of BQTerrace_1920x1080_60_qp22.bin with an Intel Core i5-4200U

    Width 32
    342694 decicycles in sao_edge_filter_10, 16384 runs, 0 skips
    29476 decicycles in ff_hevc_sao_edge_filter_32_10_ssse3, 16384 runs, 0 skips
    13996 decicycles in ff_hevc_sao_edge_filter_32_10_avx2, 16381 runs, 3 skips

    Width 64
    581163 decicycles in sao_edge_filter_10, 8192 runs, 0 skips
    59774 decicycles in ff_hevc_sao_edge_filter_64_10_ssse3, 8192 runs, 0 skips
    28383 decicycles in ff_hevc_sao_edge_filter_64_10_avx2, 8191 runs, 1 skips

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/x86/constants.c
    • [DH] libavcodec/x86/constants.h
    • [DH] libavcodec/x86/hevc_sao.asm
    • [DH] libavcodec/x86/hevcdsp_init.c
  • avformat/librtmp : check return value of setsockopt

    11 juin 2017, par Timo Rothenpieler
    avformat/librtmp : check return value of setsockopt
    

    Fixes CID 1396837

    • [DH] libavformat/librtmp.c
  • avformat/pcmdec : fix memory leak

    11 juin 2017, par Timo Rothenpieler
    avformat/pcmdec : fix memory leak
    

    Fixes CID 1396267

    • [DH] libavformat/pcmdec.c