Recherche avancée

Médias (91)

Autres articles (104)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (12561)

  • swscale/output : fix bilinear yuv2rgb chroma interpolation

    17 décembre 2024, par Niklas Haas
    swscale/output : fix bilinear yuv2rgb chroma interpolation
    

    These functions were divided into two special cases ; one assuming that
    uvalpha == 0, and the other assuming that uvalpha == 2048. This worked fine
    for simple 2x chroma upscaling but broke for e.g. yuv410p, non-centered chroma,
    or other special cases that involved non-aligned chroma filters.

    Fix it by instead dividing this check into two cases, a uvalpha==0 fast path
    and a uvalpha>0 general path. Instead of (A+B)/2 the general path now multiplies
    in the true uvalpha weight.

    I tried preserving the old fast path for the case of uvalpha == 2048, but this
    was significantly slower in practise versus having just one general path.
    However, we still need a uvalpha == 0 path for the unscaled case.

    Fixes : ticket #5083
    Signed-off-by : Niklas Haas <git@haasn.dev>
    Sponsored-by : Sovereign Tech Fund

    • [DH] libswscale/output.c
  • DSD Stream File (DSF) demuxer

    17 avril 2014, par Peter Ross
    DSD Stream File (DSF) demuxer
    

    Signed-off-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/dsfdec.c
  • Anomalie #3930 (Nouveau) : Moteur de recherche : combinaison de DEUX mots avec accents ne retourne ...

    13 avril 2017, par - Equipement

    Bonjour,
    Sur un site sous SPIP 3.0.25, avec Mysql, une rubrique a comme titre : Secrétariat général

    Sur les recherches suivantes, le moteur de recherche trouve la rubrique :
    - secrétariat
    - général

    en revanche, sur la recherche suivante, le moteur de recherche ne trouve pas la rubrique :
    - Secrétariat général

    J’ai observé que si, dans la fonction "expression_recherche" de inc/rechercher.php, je met en commentaire les lignes suivantes, alors toutes les recherches précitées fonctionnent (y compris les deux mots avec accent) :

    /*
        for($i = 0 ;$i
    

    Par ailleurs, les mots utilisés dans les recherches citées dans https://core.spip.net/issues/3162 fonctionnent également (sous Mysql).

    Est-ce que les lignes de code ci-dessus ne devraient pas être réservées à SQLite ?

    Cordialement
    Equipement