Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (48)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • Revision 9f26861147 : Support for extended feature flags enumeration leaf in CPUID instruction This C

    20 novembre 2013, par Erik Niemeyer

    Changed Paths :
     Modify /vpx_ports/x86.h


     Modify /vpx_ports/x86_cpuid.c



    Support for extended feature flags enumeration leaf in CPUID instruction

    This CL fixes an overcite with the AVX2 support CL previously
    merged (Change-Id : Idc03f3fca4bf2d0afd33631ea1d3caf8fc34ec29) that
    prevented runtime execution of AVX2 code in WebM.

    Background :
    Starting with the Sandybridge processor, the CPUID instruction was
    enhanced to add various extended feature flag enumeration leaves.
    Reading these leaves requires an additional input value for the CPUID
    instruction which is stored in ECX. This change adds this second input
    value for all ARCH_X86 and ARCH_x86_64 targets to the CPUID macros,
    allowing checks of EBX bit 5 for AVX2 support. This capability will be
    required moving forward to check for future processor features.

    Change-Id : Ie9d872bc9ff68dad4b6578e4544e4dfd0ae26c36

  • Merge remote-tracking branch ’qatar/master’

    23 octobre 2013, par Michael Niedermayer
    Merge remote-tracking branch ’qatar/master’
    

    * qatar/master :
    aac : Add support for Enhanced AAC Low Delay (ER AAC ELD).

    Conflicts :
    Changelog
    libavcodec/aacdec.c
    libavcodec/version.h

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

    • [DH] Changelog
    • [DH] libavcodec/aac.h
    • [DH] libavcodec/aacdec.c
    • [DH] libavcodec/aactab.c
    • [DH] libavcodec/aactab.h
    • [DH] libavcodec/version.h
  • Merge remote-tracking branch ’lukaszmluki/master’

    31 mai 2013, par Michael Niedermayer
    Merge remote-tracking branch ’lukaszmluki/master’
    

    * lukaszmluki/master :
    ftp: enhanced error handling
    ftp: reconnect on seek
    ftp: move common commands code to function
    ftp: enhanced status code handling
    ftp: reconnect on read
    ftp: move create control connection to function
    ftp: credentials moved into FTPContext
    ftp: rename function name
    ftp: formatting and typos fixes

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

    • [DH] libavformat/ftp.c