Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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 (9937)

  • lavc/vaapi_encode : grow packet if vaMapBuffer returns multiple buffers

    31 mai 2019, par Linjie Fu
    lavc/vaapi_encode : grow packet if vaMapBuffer returns multiple buffers
    

    Currently, assigning new buffer for pkt when multiple buffers were returned
    from vaMapBuffer will overwrite the previous encoded pkt data and lead
    to encode issues.

    Iterate through the buf_list first to find out the total buffer size
    needed for the pkt, allocate the whole pkt to avoid repeated reallocation
    and memcpy, then copy data from each buf to pkt.

    Signed-off-by : Linjie Fu <linjie.fu@intel.com>

    • [DH] libavcodec/vaapi_encode.c
  • Remove unreachable returns

    14 février 2013, par Diego Biurrun
    Remove unreachable returns
    
    • [DBH] libavformat/flvdec.c
    • [DBH] libavformat/nutenc.c
  • libFLAC : new function returns client_data from decoder

    4 décembre 2017, par Christophe DUMONT
    libFLAC : new function returns client_data from decoder
    

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] src/libFLAC/include/protected/stream_decoder.h
    • [DH] src/libFLAC/stream_decoder.c