
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (70)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ;
-
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
Sur d’autres sites (8363)
-
configure : Added require alternative for libmfx to support alternate installation...
6 mai 2017, par Aaron Levinsonconfigure : Added require alternative for libmfx to support alternate installation options
Purpose : Added require alternative for libmfx in the case that pkg-config
cannot find libmfx. On Linux, most people likely get libmfx via
https://github.com/lu-zero/mfx_dispatch , but on Windows, the most
well-known way to get libmfx is via the Intel Media SDK, which
provides a static build of libmfx.lib and also provides the source
code for building libmfx yourself. If built this way, there are no
pkg-config files to be found.Comments :
— configure : Altered enabled libmfx step to use use_pkg_config()
instead of require_pkg_config(), and, if use_pkg_config() fails, it
falls back to require(). Also added explanatory comment. Note
that the reason that require() is passed -llibmfx as the last
argument, instead of -lmfx, is the file name for the library
produced from the Intel Media SDK starts with "libmfx".
Apparently, the filename for the library produced via
https://github.com/lu-zero/mfx_dispatch starts with "mfx".Signed-off-by : Aaron Levinson <alevinsn@aracnet.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avcodec/hevcdec : remove HEVCContext usage from hevc_sei
30 avril 2017, par James Almeravcodec/hevcdec : remove HEVCContext usage from hevc_sei
Based on the H264 SEI implementation.
Reviewed-by : Hendrik Leppkes <h.leppkes@gmail.com>
Reviewed-by : Aaron Levinson <alevinsn@aracnet.com>
Signed-off-by : James Almer <jamrial@gmail.com> -
avcodec/hevcdec : move SEI message parsing into a separate header
30 avril 2017, par James Almeravcodec/hevcdec : move SEI message parsing into a separate header
It doesn't depend on hevcdec anymore.
Reviewed-by : Hendrik Leppkes <h.leppkes@gmail.com>
Reviewed-by : Aaron Levinson <alevinsn@aracnet.com>
Signed-off-by : James Almer <jamrial@gmail.com>