Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (71)

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

  • 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

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

  • x86 : SSSE3 LUT-based faster coeff_level_run

    5 avril 2013, par Jason Garrett-Glaser
    x86 : SSSE3 LUT-based faster coeff_level_run
    

     2x faster coeff_level_run.
    Faster CAVLC encoding : 1%,2%,7% overall with superfast,medium,slower.
    Uses the same pshufb LUT abuse trick as in the previous ads_mvs patch.

    • [DH] common/bitstream.h
    • [DH] common/quant.c
    • [DH] common/x86/const-a.asm
    • [DH] common/x86/pixel-a.asm
    • [DH] common/x86/quant-a.asm
    • [DH] common/x86/quant.h
    • [DH] common/x86/x86inc.asm
    • [DH] encoder/cavlc.c
    • [DH] tools/checkasm.c
  • 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