Recherche avancée

Médias (91)

Autres articles (89)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (4638)

  • libFLAC : Put upper bound on number of seek points.

    18 février 2015, par Erik de Castro Lopo
    libFLAC : Put upper bound on number of seek points.
    

    Restrict number of seek points to 32768 total and a maximum of two per
    second.

    Ten hours of content is 36000 seconds which gives about one seek point
    for every second for those ten hours. Also, having more than two seek
    point per second makes little sense regardless of content length.

    Without these restrictions flac-to-flac encoding of a malformed input
    file (eg something generated with http://lcamtuf.coredump.cx/afl/)
    can result in an attempt to generate a stupidly large number of seek
    points and cause an allocation failure.

    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/share/grabbag/seektable.c
  • doc/writing_filters : Use ff_filter_get_nb_threads() get number of threads

    22 mai 2019, par Jun Zhao
    doc/writing_filters : Use ff_filter_get_nb_threads() get number of threads
    

    ff_filter_get_nb_threads() respect AVFilterContext.nb_threads and
    graph->nb_threads both, in most case, we perfer this API than using
    ctx->graph->nb_threads directly.

    Reviewed-by : Steven Liu <lq@onvideo.cn>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] doc/writing_filters.txt
  • Revision 9bf73f46f9 : fix a number issues that cause failures During master jenkins verification proc

    15 janvier 2013, par Yaowu Xu

    Changed Paths : Add /vp9/common/x86/vp9_subpel_variance_impl_sse2.asm Modify /vp9/encoder/vp9_rdopt.c Modify /vp9/encoder/x86/vp9_variance_impl_sse2.asm Modify /vp9/vp9_common.mk fix a number issues that cause failures During master jenkins verification proces Change-Id : (...)