Recherche avancée

Médias (91)

Autres articles (22)

  • 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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7467)

  • Revision f153a5d063 : Make the intra rd search support 8x4/4x8 This commit allows the rate-distortion

    21 mai 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_findnearmv.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_modecosts.c


     Modify /vp9/encoder/vp9_rdopt.c



    Make the intra rd search support 8x4/4x8

    This commit allows the rate-distortion optimization of intra coding
    capable of supporting 8x4 and 4x8 partition settings.

    It enables the entropy coding of intra modes in key frame using a
    unified contextual probability model conditioned on its above/left
    prediction modes.

    Coding performance :
    derf 0.464%

    Change-Id : Ieed055084e11fcb64d5d5faeb0e706d30268ba18

  • Revision 51b6e73a68 : Make sb intra rd search consistent with encoding This commit makes operations o

    4 juin 2013, par Jingning Han

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



    Make sb intra rd search consistent with encoding

    This commit makes operations of the superblock intra coding rate
    distortion optimization consistent with those used in the encoding
    process. Given the test prediction mode and transform size, the rd
    optimizer encodes and reconstructs each transformed block of the
    superblock consecutively, then computes the total rate-distortion
    costs accosicated with the current superblock to select the coding
    decisions.

    It achieves coding performance gains :
    derf 0.353%
    yt 1.111%

    Change-Id : I0da2eb7a71361dfb8c1384927fc536b0c2790d07

  • Revision 74ded4863e : Enable conditional skip path in rd_pick_intra_sby_mode These speed-up features

    4 décembre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_speed_features.c



    Enable conditional skip path in rd_pick_intra_sby_mode

    These speed-up features for key frame coding are only turned on
    in the settings of hybrid non-RD and RD mode decision. It provides
    about 20% speed-up to the hybrid key frame coding at the expense
    of certain compression performance loss. For vidyo1, the key frame
    coding statistics are changed
    9838F, 35.020 dB, 61677 us -> 9920F, 34.834 dB, 47556 us

    Overall rtc set compression performance is down by -0.257%.

    Change-Id : I0025447fda26bb7855e982955642b5f55d71b51f