Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (48)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (4929)

  • avcodec/adxenc : match prediction used in the decoder

    30 novembre 2014, par Michael Niedermayer
    avcodec/adxenc : match prediction used in the decoder
    

    The prediction used in the encoder was not correct

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

    • [DH] libavcodec/adxenc.c
    • [DH] tests/ref/acodec/adpcm-adx
    • [DH] tests/ref/acodec/adpcm-adx-trellis
  • Make the RELEASE file match with the most recent tag

    14 octobre 2016, par Sean McGovern
    Make the RELEASE file match with the most recent tag
    
    • [DBH] RELEASE
  • FFMPEG/libav : how to match a linux lib version to a source code commit

    31 août 2016, par Gauthier

    I’m having trouble using a libav function, so I thought I’d dig into the source and see why it’s not doing what I expect.

    I want to checkout the source version used on my system, obviously, but I don’t know how to match these.

    $ ldd my_application | grep avformat
    libavformat.so.56 => /usr/local/lib/libavformat.so.56 (0x00007f629ef8f000)

    How can I find out the git tag that was used to build version 56 of the shared lib ?