
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (58)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (9816)
-
Convert multiplier for MV from int to ptrdiff_t.
28 septembre 2013, par Ronald S. BultjeConvert multiplier for MV from int to ptrdiff_t.
This prevents emulated_edge_mc from not undoing mvy*stride-related
integer overflows.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
- [DH] libavcodec/cavs.h
- [DH] libavcodec/diracdec.c
- [DH] libavcodec/h264.c
- [DH] libavcodec/h264.h
- [DH] libavcodec/mpegvideo.c
- [DH] libavcodec/mpegvideo.h
- [DH] libavcodec/mpegvideo_enc.c
- [DH] libavcodec/mpegvideo_motion.c
- [DH] libavcodec/snow.c
- [DH] libavcodec/snow.h
- [DH] libavcodec/videodsp.h
- [DH] libavcodec/videodsp_template.c
- [DH] libavcodec/vp3.c
- [DH] libavcodec/vp56.c
- [DH] libavcodec/vp8.c
- [DH] libavcodec/wmv2.c
- [DH] libavcodec/x86/videodsp_init.c
-
lavc : add profiles to AVCodecDescriptor
31 décembre 2014, par Anton Khirnovlavc : add profiles to AVCodecDescriptor
The profiles are a property of the codec, so it makes sense to export
them through AVCodecDescriptors, not just the codec implementations.- [DBH] doc/APIchanges
- [DBH] libavcodec/Makefile
- [DBH] libavcodec/avcodec.h
- [DBH] libavcodec/codec_desc.c
- [DBH] libavcodec/dcadec.c
- [DBH] libavcodec/h264.c
- [DBH] libavcodec/hevc.c
- [DBH] libavcodec/jpeg2000dec.c
- [DBH] libavcodec/mpeg12dec.c
- [DBH] libavcodec/mpeg4videodec.c
- [DBH] libavcodec/profiles.c
- [DBH] libavcodec/profiles.h
- [DBH] libavcodec/utils.c
- [DBH] libavcodec/vc1dec.c
- [DBH] libavcodec/version.h
-
x86 : AVX and AVX-512 memcpy_aligned
7 avril 2017, par Henrik Gramnerx86 : AVX and AVX-512 memcpy_aligned
Reorder some elements in the x264_mb_analysis_list_t struct to reduce the
amount of padding required.Also drop the MMX implementation in favor of SSE.