
Recherche avancée
Autres articles (55)
-
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 (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (7503)
-
lavfi/dnn : Common Function to Get Async Result in DNN Backends
8 août 2021, par Shubhanshu Saxenalavfi/dnn : Common Function to Get Async Result in DNN Backends
This commits refactors the get async result function for common
use in all three backends.Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>
-
lavfi/dnn : Fill Task using Common Function
5 juin 2021, par Shubhanshu Saxenalavfi/dnn : Fill Task using Common Function
This commit adds a common function for filling the TaskItems
in all three backends.Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>
-
lavc/vdpau_hevc : add function to find exact vdp_profile for REXT
27 juin 2020, par ManojGuptaBondalavc/vdpau_hevc : add function to find exact vdp_profile for REXT
Add vdpau_parse_rext_profile and use profile constraint flags to
determine the exact vdp_profile for HEVC_REXT.If profile mismatch is allowed, select Main profile by default.
Add build object in Makefile for h265_profile_level dependency.
Signed-off-by : Philip Langdale <philipl@overt.org>