Recherche avancée

Médias (91)

Autres articles (94)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (12548)

  • Clean up some ARM asm issues.

    13 juillet 2011, par Tim Terriberry
    Clean up some ARM asm issues.
    

    1) Allow specification of the section alignment and make the
    default alignment 4 bytes (like the RVCT manual says it should
    be).
    This ensures that linking our ARM asm into a Thumb executable
    won’t get the section placed on a 2-byte boundary.
    2) Add a linker hint to indicate we don’t need an executable stack.
    Otherwise it assumes we do.
    3) Stop building and linking to an (empty) armopts object file.
    This is needed to make 2) work, since we include this file, so
    we can’t add the linker hint at the end of it, and linking in
    just one object without that hint makes the whole library ask
    for an executable stack.

    git-svn-id : http://svn.xiph.org/trunk/theora@18031 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/Makefile.am
    • [DH] lib/arm/arm2gnu.pl
  • avcodec/xpmdec : Fix multiple pointer/memory issues

    11 mai 2017, par Michael Niedermayer
    avcodec/xpmdec : Fix multiple pointer/memory issues
    

    Most of these were found through code review in response to
    fixing 1466/clusterfuzz-testcase-minimized-5961584419536896
    There is thus no testcase for most of this.
    The initial issue was Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/xpmdec.c
  • Revision 8433c8f92d : Merge "[spatial svc]Fix reference issues"

    25 juillet 2014, par Minghai Shang

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c



    Merge "[spatial svc]Fix reference issues"