Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (111)

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

Sur d’autres sites (11091)

  • Revision d340c114fb : Merge "Add more checking to using_small_partition_info"

    3 août 2013, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Merge "Add more checking to using_small_partition_info"

  • wmavoice : disable bitstream checking.

    20 décembre 2016, par Ronald S. Bultje
    wmavoice : disable bitstream checking.
    

    The checked bitstream reader does that already. To allow parsing of
    superframes split over a packet boundary, we always decode the last
    superframe in each packet at the start of the next packet, even if
    theoretically we could have decoded it. The last superframe in the
    last packet is decoded using AV_CODEC_CAP_DELAY.

    • [DH] libavcodec/wmavoice.c
  • avcodec/mpegaudiodec_template : disable CRC checking for layers 1 and 2

    3 août 2020, par James Almer
    avcodec/mpegaudiodec_template : disable CRC checking for layers 1 and 2
    

    Layers 1 and 2 use lengths in bits which are not a multiple of 8,
    and our CRC works on a per-byte basis.

    Based on b48397e7b8

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/mpegaudiodec_template.c