Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (17)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (3751)

  • libavformat/asfdec : remove unused parameters

    7 mai 2022, par softworkz
    libavformat/asfdec : remove unused parameters
    

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

    • [DH] libavformat/asfdec_f.c
  • checkasm : arm/aarch64 : Fix the amount of space reserved for stack parameters

    30 septembre 2016, par Martin Storsjö
    checkasm : arm/aarch64 : Fix the amount of space reserved for stack parameters
    

    Even if MAX_ARGS - 2 (for arm) or MAX_ARGS - 7 (for aarch64) parameters
    are passed on the stack to checkasm_checked_call, we actually only
    need to store MAX_ARGS - 4 (for arm) or MAX_ARGS - 8 (for aarch64)
    parameters on the stack when calling the tested function.

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

    • [DBH] tests/checkasm/aarch64/checkasm.S
    • [DBH] tests/checkasm/arm/checkasm.S
  • avcodec/flacenc : Support calculating rice parameters exactly

    19 mai 2015, par Michael Niedermayer
    avcodec/flacenc : Support calculating rice parameters exactly
    

    Some files benefit by about 0.3% from this, and speedwise its ok
    other files do not benefit and encode to the same size

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

    • [DH] libavcodec/flacenc.c