Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (36)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

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

  • libx264 runtime check failure #2

    4 mars 2014, par PeeVee75

    I have built libx264.dll as explained in http://doom10.org/index.php?topic=1876.0

    However, when I try to run a simple test by just initializing an x264_param_t variable to the default values, and exiting the program, I get a runtime check failure #2 error.

    I’m on a Win7 machine with VS2005. Below is the code I’m trying to run. Is there something I need to clean in x264_param_t before exiting ?

    extern "C" {
     #include "stdint.h"
     #include "x264.h"
    }

    void InitX264Params(x264_param_t *outX264Param)
    {
     x264_param_default(outX264Param);
    }

    int main(int argc,const char **argv)
    {
     x264_param_t x264Param;
     InitX264Params(&x264Param);
     return 0;
    }
  • libx264 runtime check failure #2

    4 mars 2014, par PeeVee75

    I have built libx264.dll as explained in http://doom10.org/index.php?topic=1876.0

    However, when I try to run a simple test by just initializing an x264_param_t variable to the default values, and exiting the program, I get a runtime check failure #2 error.

    I’m on a Win7 machine with VS2005. Below is the code I’m trying to run. Is there something I need to clean in x264_param_t before exiting ?

    extern "C" {
     #include "stdint.h"
     #include "x264.h"
    }

    void InitX264Params(x264_param_t *outX264Param)
    {
     x264_param_default(outX264Param);
    }

    int main(int argc,const char **argv)
    {
     x264_param_t x264Param;
     InitX264Params(&x264Param);
     return 0;
    }
  • avfilter/palettegen : use lowbias32 for color hashing

    27 décembre 2022, par Clément Bœsch
    avfilter/palettegen : use lowbias32 for color hashing
    

    1.12x faster overall in palettegen on my machine.

    • [DH] libavfilter/vf_palettegen.c