Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (107)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

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

Sur d’autres sites (14079)

  • avcodec : Change get_pixels() to ptrdiff_t linesize

    6 août 2014, par Michael Niedermayer
    avcodec : Change get_pixels() to ptrdiff_t linesize
    

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

    • [DH] libavcodec/alpha/pixblockdsp_alpha.c
    • [DH] libavcodec/arm/pixblockdsp_init_arm.c
    • [DH] libavcodec/avdct.h
    • [DH] libavcodec/dv.h
    • [DH] libavcodec/pixblockdsp.h
    • [DH] libavcodec/pixblockdsp_template.c
    • [DH] libavcodec/ppc/pixblockdsp.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/x86/pixblockdsp.asm
    • [DH] libavcodec/x86/pixblockdsp_init.c
  • cbs : Make tracing more general

    11 septembre 2023, par Mark Thompson
    cbs : Make tracing more general
    

    Turn tracing into callbacks for each syntax element, with default
    callbacks to match current trace_headers behaviour for debug. Move
    the construction of bit strings into the trace callback, which
    simplifies all of the read and write functions.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Reviewed-by : Neal Gompa <ngompa13@gmail.com>

    • [DH] libavcodec/cbs.c
    • [DH] libavcodec/cbs.h
    • [DH] libavcodec/cbs_av1.c
    • [DH] libavcodec/cbs_bsf.c
    • [DH] libavcodec/cbs_h2645.c
    • [DH] libavcodec/cbs_internal.h
    • [DH] libavcodec/cbs_vp9.c
    • [DH] libavcodec/trace_headers_bsf.c
  • dsputil : Split off global motion compensation bits into a separate context

    24 janvier 2014, par Diego Biurrun
    dsputil : Split off global motion compensation bits into a separate context
    
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/dsputil.c
    • [DBH] libavcodec/dsputil.h
    • [DBH] libavcodec/mpegvideo.c
    • [DBH] libavcodec/mpegvideo.h
    • [DBH] libavcodec/mpegvideo_motion.c
    • [DBH] libavcodec/mpegvideodsp.c
    • [DBH] libavcodec/mpegvideodsp.h
    • [DBH] libavcodec/ppc/Makefile
    • [DBH] libavcodec/ppc/dsputil_altivec.h
    • [DBH] libavcodec/ppc/dsputil_ppc.c
    • [DBH] libavcodec/ppc/mpegvideodsp.c
    • [DBH] libavcodec/x86/Makefile
    • [DBH] libavcodec/x86/dsputil_init.c
    • [DBH] libavcodec/x86/dsputil_mmx.c
    • [DBH] libavcodec/x86/dsputil_x86.h
    • [DBH] libavcodec/x86/mpegvideodsp.c