
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (101)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (13021)
-
avutil/frame : Port AVFrame.private_ref to RefStruct API
25 février, par Andreas Rheinhardtavutil/frame : Port AVFrame.private_ref to RefStruct API
This is possible without deprecation period, because said field
is documented as only for our libav* libraries and not the general
public.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by : James Almer <jamrial@gmail.com>- [DH] libavcodec/decode.c
- [DH] libavcodec/lcevcdec.c
- [DH] libavcodec/nvdec.c
- [DH] libavcodec/nvdec_av1.c
- [DH] libavcodec/nvdec_h264.c
- [DH] libavcodec/nvdec_hevc.c
- [DH] libavcodec/nvdec_mjpeg.c
- [DH] libavcodec/nvdec_mpeg12.c
- [DH] libavcodec/nvdec_mpeg4.c
- [DH] libavcodec/nvdec_vc1.c
- [DH] libavcodec/nvdec_vp8.c
- [DH] libavcodec/nvdec_vp9.c
- [DH] libavcodec/videotoolbox.c
- [DH] libavutil/frame.c
- [DH] libavutil/frame.h
-
avcodec/vvcdec : schedule next stage only if the current stage reports no error
23 novembre 2024, par Nuo Mi -
avcodec/vvcdec : refact out deblock boundary strength stage
4 octobre 2024, par Nuo Miavcodec/vvcdec : refact out deblock boundary strength stage
The deblock boundary strength stage utilizes 5% of CPU resources for 8K clips.
It's worth considering it as a standalone stage. This stage has been relocated
to follow the parser process, allowing us to reuse CUs and TUs before releasing them.