Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (57)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (8289)

  • avcodec/x86/videodsp : Remove obsolete MMX, 3dnow, SSE functions

    12 juin 2022, par Andreas Rheinhardt
    avcodec/x86/videodsp : Remove obsolete MMX, 3dnow, SSE functions
    

    x64 always has MMX, MMXEXT, SSE and SSE2 and this means
    that some functions for MMX, MMXEXT, SSE and 3dnow are always
    overridden by other functions (unless one e.g. explicitly
    disables SSE2). So given that the only systems which benefit
    from these functions are truely ancient 32bit x86s they are removed.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/x86/videodsp.asm
    • [DH] libavcodec/x86/videodsp_init.c
  • avfilter/x86/vf_yadif : Remove obsolete MMXEXT functions

    13 juin 2022, par Andreas Rheinhardt
    avfilter/x86/vf_yadif : Remove obsolete MMXEXT functions
    

    The only system which benefit from these are truely ancient
    32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/x86/vf_yadif.asm
    • [DH] libavfilter/x86/vf_yadif_init.c
    • [DH] libavfilter/x86/yadif-10.asm
    • [DH] libavfilter/x86/yadif-16.asm
  • avfilter/x86/vf_idet : Remove obsolete MMX(EXT) functions

    13 juin 2022, par Andreas Rheinhardt
    avfilter/x86/vf_idet : Remove obsolete MMX(EXT) functions
    

    The only system which benefit from these are truely ancient
    32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/x86/vf_idet.asm
    • [DH] libavfilter/x86/vf_idet_init.c