Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (28)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (4608)

  • avformat/mpegts : pass MpegTSContext ptr explicitly (fixes #3721)

    8 juillet 2014, par Alexander V. Lukyanov
    avformat/mpegts : pass MpegTSContext ptr explicitly (fixes #3721)
    

    AVFormatContext->priv_data is not always a MpegTSContext, it can be
    RTSPState when decoding a RTP stream. So it is necessary to pass
    MpegTSContext pointer explicitly.

    This fixes memory corruption from bug #3721 (RTSPState is smaller than
    MpegTSContext thus innocent memory gets overwritten).

    Signed-off-by : Alexander V. Lukyanov <lavv17f@gmail.com>
    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mpegts.c
  • Revision f0c3da930a : Alter adjustment of two pass GF/ARF boost with Q. Delete gfboost_qadjust() and

    16 octobre 2014, par Paul Wilkins

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



    Alter adjustment of two pass GF/ARF boost with Q.

    Delete gfboost_qadjust() and move Q based adjustment
    into calc_frame_boost(). Also remove clamping. Making
    the adjustment here means that it influences not just the
    boost level but also the selection of the GF/ARF interval.

    This change gives a small average gain in PSNR but
    larger gains in SSIM, especially for harder std-hd set (1.5%)

    Change-Id : I3aa81b8feccaeff93d915e19fb9cf5cd64c86327

  • Revision 0e1068a4bd : Improve two pass VBR accuracy. Adjustments to the GF interval choice and minimu

    26 septembre 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_ratectrl.c



    Improve two pass VBR accuracy.

    Adjustments to the GF interval choice and minimum boost.
    Adjustment to the calculation of 2 pass worst q.
    Compared to 09/29 head there is metrics hit on derf of
    (-0.123%,-0.191%)

    Compared to the September 29 head and a baseline on
    September 18 baseline the accuracy of the VBR rate control
    measured on the derf set is as follows :-

    Mean error % / Mean abs(error %)
    Sept 18 baseline (-7.0% / 14.76%)
    Sept 29 head (-15.7%, 19.8%)
    This check in (-1.5% / 14.4%)

    The mean undershoot is reduced slightly but the
    worst case overshoot on e.g. harbour/highway is
    increased. This will be addressed in a later patch.

    Change-Id : Iffd9b0ab7432a131c98fbaaa82d1e5b40be72b58