Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (111)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • avformat/rtsp : correctly set media control uri with mpegts

    11 octobre 2020, par tpol
    avformat/rtsp : correctly set media control uri with mpegts
    

    Fixes #1941

    Currently the media control uri is not correctly assigned when mpegts is
    signalled in the media description.

    The code checks whether at least one AVStream has been setup before
    assigning to the media's uri. With mpegts the AVStreams are setup when
    parsing packets and so the media's uri is skipped. This is fixed by
    using rt->nb_rtsp_streams in the check which counts all medias in the
    sdp.

    Reviewed-by : Andriy Gelman <andriy.gelman@gmail.com>
    Signed-off-by : Andriy Gelman <andriy.gelman@gmail.com>

    • [DH] libavformat/rtsp.c
  • Revision ffa06b3708 : Prevent severe rate control errors in CBR mode In rare cases, the interaction b

    18 novembre 2014, par Yaowu Xu

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


     Modify /vp9/encoder/vp9_ratectrl.h



    Prevent severe rate control errors in CBR mode

    In rare cases, the interaction between rate correction factor and Q
    choices may cause severe oscillating frame sizes that are way off
    target bandwidth. This commit adds tracking of rate control results
    for last two frames, and use the information to prevent oscillating
    Q choices.

    Change-Id : I9a6d125a15652b9bcac0e1fec6d7a1aedc4ed97e

  • Revision 0a0ccf669b : [spatial svc]Add golden frame to first pass rate control Change-Id : If3035f0e7d

    6 septembre 2014, par Minghai Shang

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



    [spatial svc]Add golden frame to first pass rate control

    Change-Id : If3035f0e7dfcfe88c4bbf4eec66761e070476df0