
Recherche avancée
Autres articles (26)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (5507)
-
qsv{dec,enc} : always use an internal mfxFrameSurface1
9 août 2016, par Anton Khirnovqsvdec,enc : always use an internal mfxFrameSurface1
For encoding, this avoids modifying the input surface, which we are not
allowed to do.
This will also be useful in the following commits.Signed-off-by : Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>
-
qsv{dec,enc} : use a struct as a memory id with internal memory allocator
10 août 2016, par Anton Khirnovqsvdec,enc : use a struct as a memory id with internal memory allocator
This will allow implementing the allocator more fully, which is needed
by the HEVC encoder plugin with video memory input.Signed-off-by : Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>
-
qsv{enc,dec} : extend the internal frame allocator
10 août 2016, par Anton Khirnovqsvenc,dec : extend the internal frame allocator
Handle the internal frame requests, which is required by the HEVC
encoding plugin.Signed-off-by : Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>