Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (105)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6944)

  • Revision f99eb936a4 : Set proper rtc interp_filter at block level Based on frame level settings. Cha

    1er février 2014, par Yaowu Xu

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



    Set proper rtc interp_filter at block level

    Based on frame level settings.

    Change-Id : I922c09c195ab055585eaa4f544c51aceb1203a7a

  • Revision be3b08da3e : [svc] Temporal svc with two pass rate control It's built based on current spati

    2 septembre 2014, par Minghai Shang

    Changed Paths :
     Modify /examples/vp9_spatial_svc_encoder.c


     Modify /test/svc_test.cc


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_bitstream.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_svc_layercontext.c


     Modify /vp9/encoder/vp9_svc_layercontext.h


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/src/svc_encodeframe.c


     Modify /vpx/svc_context.h



    [svc] Temporal svc with two pass rate control

    It’s built based on current spatial svc code.
    We only support one spatial two temporal layers at this time.
    Change-Id : I1fdc8584354b910331e626bfae60473b3b701ba1

  • libavcodec/libx264 : fix reference frame computation based on level

    16 avril 2020, par Josh Brewster
    libavcodec/libx264 : fix reference frame computation based on level
    

    The current implementation allows passing levels to libavcodec as
    integers (such as "31" instead of "3.1").

    However, in this case, the maximum reference frame value per level was
    ignored because libavcodec converted the string to 310 instead of 31.

    Since libx264 has correctly parsed the level to int
    (x4->params.i_level_idc), we should rely on this value instead of
    attempting to parse the level string on our own.

    Signed-off-by : Josh Brewster <josh.brewster@protonmail.com>
    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libavcodec/libx264.c