
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (9)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)
Sur d’autres sites (2206)
-
avutil/mathematics/av_add_stable : check for the common case of inc=1
2 juin 2014, par Michael Niedermayer -
libavfilter/vf_vpp : Add common filters of the qsv vpp
24 août 2017, par Huang, Zhengxulibavfilter/vf_vpp : Add common filters of the qsv vpp
Add common filters of the qsv vpp features including scale,denosie,
deinterlace,frc,crop and procAmp.Performance will be significantly reduced in the test if using cascade
mode just like qsv framerate + qsv scale + qsv deinterlace + qsv denoise in
separated way no matter in system or video memmory cases.
And the code is so redundant because so much the same just as session and
surface’s creation and management.
So we add a common qsv filter.Usage :
hwaccel qsv -c:v h264_qsv -r 25 -i in -vf
vpp_qsv=w=iw/2:h=400:deinterlace=1:framerate=60:detail=50:denoise=50b 2M -maxrate 3M -c:v h264_qsv -y out.h264
Signed-off-by : ChaoX A Liu <chaox.a.liu@gmail.com>
Signed-off-by : Zhengxu Huang <zhengxu.maxwell@gmail.com>
Signed-off-by : Andrew Zhang <huazh407@gmail.com>
Change-Id : I130392ce722138c209ab658c5f03f0009b6e8024
Signed-off-by : Maxym Dmytrychenko <maxim.d33@gmail.com> -
hwcontext_vulkan : fix downloads ; use the common host map function to map frame data
13 mars, par Lynnehwcontext_vulkan : fix downloads ; use the common host map function to map frame data
This commit uses the recently exported code for host mapping images back
where it was exported from.The function also had broken download code for image downloading since its
recent refactor.