Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (89)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (11777)

  • tests/fate-run : Use DEC_OPTS for additional input, too

    8 octobre 2021, par Andreas Rheinhardt
    tests/fate-run : Use DEC_OPTS for additional input, too
    

    Should fix failures in the cover-art-flac-remux test.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/fate-run.sh
  • avformat/tee : Unref packet on av_bsf_send_packet() failure

    6 septembre 2021, par Andreas Rheinhardt
    avformat/tee : Unref packet on av_bsf_send_packet() failure
    

    Given that the packet sent to av_bsf_send_packet() is always
    already refcounted, it is doubtful whether the error can even
    be triggered currently.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/tee.c
  • avcodec/adpcmenc : Deduplicate AVClasses

    7 juin 2021, par Andreas Rheinhardt
    avcodec/adpcmenc : Deduplicate AVClasses
    

    The child_class_next API relied on different (de)muxers to use
    different AVClasses ; yet this API has been replaced by
    child_class_iterate.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/adpcmenc.c