Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (52)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

Sur d’autres sites (9260)

  • Revision 9f79259e54 : adapt the adjustment limit for rate correction factor in RTC mode Rate correcti

    13 novembre 2014, par Yaowu Xu

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



    adapt the adjustment limit for rate correction factor in RTC mode

    Rate correction factor is used to correct the estimated rate for any
    given quantizer, and feeds into rate control for quantizer selection.
    We make use of the actual bits used to calculate this rate correction
    factor with an adjustment limit to prevent over-adjustment.

    This commit adapts the adjustment limit to the difference between the
    estimated bits and the actual bits, allows the adjustment limit to vary
    between 0.125 (when estimate is close to actual) and 0.625 (when there
    is >10X factor off between estimated and actual bits). By doing this,
    the commit appears to have largely corrected two observed issues :
    1. Adjustment is too slow when the actual bits used is way off from
    estimate due to the small adjustment limit.
    2. Extreme oscillating quantizer choices due to the feedback loop.

    Change-Id : I4ee148d2c9d26d173b6c48011313ddb07ce2d7d6

  • avcodec/vc1 : fix mquant calculation

    28 avril 2018, par Jerome Borsboom
    avcodec/vc1 : fix mquant calculation
    

    In vc1_decode_i_blocks_adv mquant needs to be reset to its default value for
    each macroblock, instead of once at the beginning of the slice.

    DQPROFILE specifies which macroblocks can have an alternative quantizer step
    size. When DQPROFILE specifies edges, the selection is applicable to the edges
    of the picture. Slice edges are not selected by DQPROFILE.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vc1_block.c
  • vaapi_encode : Fix GOP sizing

    5 janvier 2017, par Mark Thompson
    vaapi_encode : Fix GOP sizing
    

    This change makes the configured GOP size be respected exactly -
    previously the value could be exceeded slightly due to flaws in the
    frame type selection logic.

    (cherry picked from commit 37fab0661a760b2a9d727939d72e629acee1a6ef)

    • [DH] libavcodec/vaapi_encode.c
    • [DH] libavcodec/vaapi_encode.h