Recherche avancée

Médias (91)

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11403)

  • swscale/utils : Factor initializing single slice context out

    19 novembre 2022, par Andreas Rheinhardt
    swscale/utils : Factor initializing single slice context out
    

    Initializing slice threads currently uses the function
    (sws_init_context()) that is also used for initializing
    user-facing contexts with the only difference being that
    nb_threads is set to one before initializing the slice contexts.

    Yet sws_init_context() also initializes lots of stuff
    that is not slice-dependent, i.e. (src|dst)Range. This
    currently only works because the code sets these fields
    to the same values for all slice contexts. This is not
    nice ; even worse, it entails that log messages are printed
    once per slice context (and therefore fill the screen).

    This commit lays the groundwork to fix this.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libswscale/utils.c
  • aacenc : allocate a larger buffer for the TNS LPC context

    1er septembre 2015, par Rostislav Pehlivanov
    aacenc : allocate a larger buffer for the TNS LPC context
    

    Turns out autocorrelating more than 750 coefficients at once
    will cause a segfault, despite there being enough space to
    hold an entire frame of samples into the buffer.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc.c
  • aviobuf : check context before using it

    18 octobre 2014, par Vittorio Giovara
    aviobuf : check context before using it
    

    Avoid a possible null pointer dereference.

    CC : libav-stable@libav.org
    Bug-Id : CID 1135769

    • [DBH] libavformat/aviobuf.c