
Recherche avancée
Autres articles (100)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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 (15032)
-
Evolution #3491 : Fichier spécifique pour les log d’autorisation
3 avril 2016, par b bJ’ai un doute sur cette modification en effet, le moindre hit dans le privé génère un nombre important de lignes
:Pri:debug: autoriser
ce qui rend spip.log presque inutilisable... -
How to make SDL play FLTP samples (AAC) ?
4 septembre 2015, par progdoThe tutorials showed this way,
SDL_AudioSpec wanted_spec, spec;
wanted_spec.freq = aCodecCtx->sample_rate;
wanted_spec.format = AUDIO_S16SYS;
wanted_spec.channels = aCodecCtx->channels;
wanted_spec.silence = 0;
wanted_spec.samples = SDL_AUDIO_BUFFER_SIZE;
wanted_spec.callback = audio_callback;
wanted_spec.userdata = aCodecCtx;
SDL_OpenAudio(&wanted_spec, &spec);It doesn’t work, apparently the samples are floating points and sdl audio spec format is 16 bit samples. How to make SDL work with floating point samples ?
-
avcodec/exr : add support data windows larger or outside display window
7 septembre 2020, par Mark Reidavcodec/exr : add support data windows larger or outside display window
- [DH] libavcodec/exr.c
- [DH] tests/fate/image.mak
- [DH] tests/ref/fate/exr-rgb-scanline-float-zip-dw-large
- [DH] tests/ref/fate/exr-rgb-scanline-half-piz-dw-large
- [DH] tests/ref/fate/exr-rgb-scanline-half-zip-dw-large
- [DH] tests/ref/fate/exr-rgb-scanline-half-zip-dw-outside
- [DH] tests/ref/fate/exr-rgb-scanline-uint32-piz-dw-large
- [DH] tests/ref/fate/exr-rgb-tile-half-piz-dw-large
- [DH] tests/ref/fate/exr-rgb-tile-half-zip
- [DH] tests/ref/fate/exr-rgb-tile-half-zip-dw-outside
- [DH] tests/ref/fate/exr-rgb-tile-uint32-piz-dw-large
- [DH] tests/ref/fate/exr-ya-scanline-zip-half-12x8