
Recherche avancée
Autres articles (68)
-
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 -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (10997)
-
Revision 9ed23de13f : Miscellaneous decoder changes for high bitdepth Also includes yv12 config chang
26 septembre 2014, par Deb MukherjeeChanged Paths :
Modify /tools_common.c
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/common/vp9_reconinter.c
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/decoder/vp9_decoder.c
Modify /vp9/vp9_dx_iface.c
Modify /vp9/vp9_iface_common.h
Modify /vpxdec.c
Miscellaneous decoder changes for high bitdepthAlso includes yv12 config changes.
Change-Id : Iacf40d8bf486815b54c32a127ce3cd4516b7e44f
-
Configure and Build OpenCV to Custom FFMPEG Install
4 avril 2017, par enderlandI cannot seem to configure OpenCV to link to a non-/usr/lib set of
FFMPEG
libraries.My LD_LIBRARY_PATH contains a direct link to the folder for the custom install of FFMPEG :
LD_LIBRARY_PATH=/pathto/ffmpeg-0.10.2/lib
Additionally, I’ve configured pkgconfig as :
PKG_CONFIG_PATH=/samepathto/ffmpeg-0.10.2/lib/pkgconfig/
Within CMake however I cannot find any setting for path to FFMPEG - either in basic or custom. The only setting related to FFMPEG appears to be
WITH_FFMPEG
type setting (set to ON).I can build OpenCV but it seems to link to the system libraries for libavcodec - this causes a conflict as the system libraries are version .52 and the version in my install of
FFMPEG
are .53. Linking an app on a machine without the same system libraries seems to NOT link to my custom install of OpenCV (specifically the libavcodec) because of this (I’m installing these libraries on a shared network folder).I am not sure if my problem is with building and linking to the wrong version of FFMPEG or if it is something with my environment after building (and then linking to the wrong ffmpeg).
I am building on Linux, Redhat 6, OpenCV 2.3.1.
-
Revision 0b3560c7a2 : Merge "Adds various high bit-depth encode functions"
25 septembre 2014, par Deb MukherjeeMerge "Adds various high bit-depth encode functions"