Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (64)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

Sur d’autres sites (5717)

  • Revision 21d8e8590b : Cleanup in mvref_common.{h, c}. Making code more compact, adding consts, removi

    23 août 2013, par Dmitry Kovalev

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


     Modify /vp9/common/vp9_mvref_common.c


     Modify /vp9/common/vp9_mvref_common.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_rdopt.c



    Cleanup in mvref_common.h, c.

    Making code more compact, adding consts, removing redundant arguments,
    adding do/while(0) for macros.

    Change-Id : Ic9ec0bc58cee0910a5450b7fb8cfbf35fa9d0d16

  • Revision 863138a2ad : Rewriting vp9_set_pred_flag_{seg_id, mbskip}. Making implementation of vp9_set_

    16 juillet 2013, par Dmitry Kovalev

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


     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_segmentation.c



    Rewriting vp9_set_pred_flag_seg_id, mbskip.

    Making implementation of vp9_set_pred_flag_seg_id, mbskip consistent
    with vp9_get_segment_id without using confusing sub(a, b) macro. Passing
    mi_row and mi_col to functions explicitly instead of replying on
    mb_to_right_edge and mb_to_bottom_edge.

    Change-Id : I54c1087dd2ba9036f8ba7eb165b073e807d00435

  • Revision 0e84fb08e9 : Merge "Making c++ compiler happier."

    25 mars 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c



    Merge "Making c++ compiler happier."