Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (58)

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

  • lavfi/dnn_backend_openvino.c : Fix Memory Leak in execute_model_ov

    18 juin 2021, par Shubhanshu Saxena
    lavfi/dnn_backend_openvino.c : Fix Memory Leak in execute_model_ov
    

    In cases where the execution inside the function execute_model_ov fails,
    push the RequestItem back to the request_queue before returning the error.
    In case pushing back fails, release the allocated memory.

    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • lavfi/dnn_backend_openvino.c : Fix Memory Leak in execute_model_ov

    11 juillet 2021, par Shubhanshu Saxena
    lavfi/dnn_backend_openvino.c : Fix Memory Leak in execute_model_ov
    

    In cases where the execution inside the function execute_model_ov fails,
    the OVRequestItem must be pushed back to the request_queue before returning
    the error. In case pushing back fails, release the allocated memory.

    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • avformat/http: fix memory leak in parse_cookie.

    11 janvier 2018, par Richard Shaffer
    avformat/http: fix memory leak in parse_cookie.
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/http.c