Recherche avancée

Médias (91)

Autres articles (98)

  • 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 ;

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (14120)

  • {avcodec,tests} : rename the bundled Mesa AV1 vulkan video headers

    14 février 2024, par Jan Ekström
    avcodec,tests : rename the bundled Mesa AV1 vulkan video headers
    

    This together with adjusting the inclusion define allows for the
    build to not fail with latest Vulkan-Headers that contain the
    stabilized Vulkan AV1 decoding definitions.

    Compilation fails currently as the AV1 header is getting included
    via hwcontext_vulkan.h -> <vulkan/vulkan.h> -> vulkan_core.h, which
    finally includes vk_video/vulkan_video_codec_av1std.h and the decode
    header, leading to the bundled header to never defining anything
    due to the inclusion define being the same.

    This fix is imperfect, as it leads to additional re-definition
    warnings for things such as
    VK_STD_VULKAN_VIDEO_CODEC_AV1_DECODE_SPEC_VERSION. , but it is
    not clear how to otherwise have the bundled version trump the
    actually standardized one for a short-term compilation fix.

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/vulkan_video.h
    • [DH] libavcodec/vulkan_video_codec_av1std.h
    • [DH] libavcodec/vulkan_video_codec_av1std_decode.h
    • [DH] libavcodec/vulkan_video_codec_av1std_decode_mesa.h
    • [DH] libavcodec/vulkan_video_codec_av1std_mesa.h
    • [DH] tests/ref/fate/source
  • configure : Check for DXVA2_ConfigPictureDecode instead of LPDIRECT3DSURFACE9

    2 juin 2015, par Martin Storsjö
    configure : Check for DXVA2_ConfigPictureDecode instead of LPDIRECT3DSURFACE9
    

    Checking this struct is a bit more natural for this dependency.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure
  • w32pthreads : Mark functions in compatibility wrapper as av_unused

    14 août 2014, par Diego Biurrun
    w32pthreads : Mark functions in compatibility wrapper as av_unused
    

    This avoids annoying warnings about unused functions. The compatibility
    wrapper is designed to provide a complete (stub) API, so some functions
    being unused by some files is natural and no reason for a warning.

    • [DH] compat/w32pthreads.h