
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (86)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (14762)
-
ffserver : steal SPACE_CHARS, remove one reason for internal.h that way
28 octobre 2016, par Michael Niedermayer -
Create a deep copy of internal x264 encoder's state
9 janvier, par Ragdoll CarI am using x264 library : https://github.com/mirror/x264


We can create a new encoder handler this way :


x264_param_t param{}; // fill with proper values
x264_t* handler = x264_encoder_open(&param);



But how can we create a deep copy of
handler
so we can have two the same encoders with exactly the same internal state ?

-
Create a deep copy of internal x264 encoder's state
9 janvier, par Ragdoll CarI am using x264 library : https://github.com/mirror/x264


We can create a new encoder handler this way :


x264_param_t param{}; // fill with proper values
x264_t* handler = x264_encoder_open(&param);



But how can we create a deep copy of
handler
so we can have two the same encoders with exactly the same internal state ?