Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (59)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (6105)

  • huffyuvdec : use unsafe bitstream reader

    15 juin 2014, par Christophe Gisquet
    huffyuvdec : use unsafe bitstream reader
    

    The reader reads in chunks of 11 bits at most, and at most 3 times. The unsafe
    reader therefore may read 6 chunks instead of 1 in worst case, ie 8 bytes,
    which is within the padding tolerance.

    The reader ends up being 10% faster. Cumulative effect of unsafe reading and
    code block swapping on 3 sequences is for 1 thread, decoding time goes from
    23.3s to 19.0s.

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

    • [DH] libavcodec/huffyuvdec.c
  • cmdutils : remove duplicate windows.h include

    8 novembre 2016, par Michael Niedermayer
    cmdutils : remove duplicate windows.h include
    

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

    • [DH] cmdutils.c
  • qdm2 : Convert to the new bitstream reader

    12 avril 2016, par Alexandra Hájková
    qdm2 : Convert to the new bitstream reader
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/qdm2.c