
Recherche avancée
Autres articles (54)
-
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 -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (10109)
-
Revision c87f32c7fd : vpx_integer.h : define __STDC_LIMIT_MACROS fixes —enable-coefficient-range-chec
1er octobre 2014, par James ZernChanged Paths :
Modify /vpx/vpx_integer.h
vpx_integer.h : define __STDC_LIMIT_MACROSfixes —enable-coefficient-range-checking —enable-debug
vp9_idct.h has references to INT16_MIN/MAX ; this header is included in
c++ source so needs to request the macrosChange-Id : I2e643eb973c2d84729fa3cf2f4c4d8bf65cfdff0
-
avutil/tests/channel_layout : Improve enum range check
30 mars, par Andreas Rheinhardtavutil/tests/channel_layout : Improve enum range check
Both GCC and Clang use unsigned as underlying type of
an enum with no negative enumeration constants, making
checks like "layout->order >= 0" here tautologically true.
Clang warns about this. Combine both range checks
by casting to unsigned to suppress this warning.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
Revision 91c222491e : Alternate high bitdepth quantizer changes In this proposal, the qindex range is
3 juillet 2014, par Peter de RivazChanged Paths :
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/common/vp9_quant_common.c
Modify /vp9/common/vp9_quant_common.h
Modify /vp9/common/vp9_seg_common.c
Modify /vp9/common/vp9_seg_common.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_aq_complexity.c
Modify /vp9/encoder/vp9_aq_cyclicrefresh.c
Modify /vp9/encoder/vp9_aq_variance.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_quantize.c
Modify /vp9/encoder/vp9_quantize.h
Modify /vp9/encoder/vp9_ratectrl.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/vp9_cx_iface.c
Alternate high bitdepth quantizer changesIn this proposal, the qindex range is kept at 0 to 255
but the values are remapped to cover an extended range of
quantizer values.This simplifies the code and bitstream compared to the 8-bit version.
Change-Id : I0dda61388cef41e21a0d5c34d817c862de637580