Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (69)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9375)

  • Revision cc894a184f : Fix variance (signed integer) overflow based on change made in experimental :

    22 février 2013, par James Zern

    Changed Paths : Modify /vp8/common/variance_c.c Modify /vp8/common/x86/variance_mmx.c Modify /vp8/common/x86/variance_sse2.c Modify /vp8/common/x86/variance_ssse3.c Fix variance (signed integer) overflow based on change made in experimental : 9847344 Fix variance (signed integer) overflow (...)

  • version.sh : Print versions based on the last git tag for release branches

    28 juillet 2014, par Michael Niedermayer
    version.sh : Print versions based on the last git tag for release branches
    

    release branches are detected by checking if "git" is not in RELEASE
    This changes "N-64706-g2f71aeb" to "n2.3-8-g2f71aeb"
    for git master theres no change

    This should improve the readability of lists of versions which come from
    more than 1 release branch or master + release. fate.ffmpeg.org is
    one possible example

    Reviewed-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    (cherry picked from commit ee606fd0317df202b59946cf9b738c0a01056316)

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] version.sh
  • Revision d77f51ba9e : Add dynamic resize logic for 1 pass CBR. Decision to scale down/up is based on

    8 juin 2015, par Marco

    Changed Paths :
     Modify /examples/vpx_temporal_svc_encoder.c


     Modify /vp9/encoder/vp9_aq_cyclicrefresh.c


     Modify /vp9/encoder/vp9_aq_cyclicrefresh.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    Add dynamic resize logic for 1 pass CBR.

    Decision to scale down/up is based on buffer state and average QP
    over previous time window. Limit the total amount of down-scaling
    to be at most one scale down for now.

    Reset certain quantities after resize (buffer level, cyclic refresh,
    rate correction factor).

    Feature is enable via the setting rc_resize_allowed = 1.

    Change-Id : I9b1a53024e1e1e953fb8a1e1f75d21d160280dc7