Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • cavsdec : fix qp fixed slice handling

    9 juin 2014, par Michael Niedermayer
    cavsdec : fix qp fixed slice handling
    

    Fixes Ticket3400

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/cavs.h
    • [DH] libavcodec/cavsdec.c
  • x86/scale : fix xmm register count for hscale*_sse2

    9 juin 2014, par James Almer
    x86/scale : fix xmm register count for hscale*_sse2
    

    xmm6 was being clobbered in ff_hscale8to15,19_8_sse2 on Win64

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libswscale/x86/scale.asm
  • how to support ios rotation using SDL

    9 juin 2014, par Smeegol Xie

    As you know, iOS supports device rotation. Now I want to integrate SDL 2.0.3 support to an iOS project. I have complete it, but still one problem : the app doesn’t support device rotation ! Does somebody know why ?