Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (13866)

  • lavc : add Intel libmfx-based MPEG2 decoder.

    16 juin 2015, par Anton Khirnov
    lavc : add Intel libmfx-based MPEG2 decoder.
    
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/qsvdec_mpeg2.c
  • 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