Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

Sur d’autres sites (8328)

  • avutil/intmath : use de Bruijn based ff_ctz

    14 octobre 2015, par Ganesh Ajjanagadde
    avutil/intmath : use de Bruijn based ff_ctz
    

    It has already been demonstrated that the de Bruijn method has benefits
    over the current implementation : commit 971d12b7f9d7be3ca8eb98e6c04ed521f83cbd3c.
    That commit implemented it for long long, this extends it to the int version.

    Tested with FATE.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] libavutil/intmath.h
  • Revision b339aea675 : Allocate 16-byte aligned diff buffer This was done based on John's suggestion.

    8 mars 2013, par Yunqing Wang

    Changed Paths : Modify /vp9/decoder/vp9_dequantize.c Modify /vp9/decoder/x86/vp9_dequantize_x86.c Allocate 16-byte aligned diff buffer This was done based on John's suggestion. Change-Id : I62516a513c31fe3dbea0d6cd063df79d9e819ec8

  • avcodec/libx264 : add support for ROI-based encoding

    10 janvier 2019, par Guo, Yejun
    avcodec/libx264 : add support for ROI-based encoding
    

    This patch just enables the path from ffmpeg to libx264,
    the more encoders can be added later.

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/libx264.c