
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (40)
-
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 -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (5058)
-
Revision afd2f68dae : Revert "VP9_COPY_CONVOLVE_SSE2 optimization" This reverts commit a5e97d874b16ae
5 août 2015, par James ZernChanged Paths :
Modify /vpx_dsp/x86/vpx_convolve_copy_sse2.asm
Revert "VP9_COPY_CONVOLVE_SSE2 optimization"This reverts commit a5e97d874b16ae5826b68515f1e35ffb44361cf8.
Additionally :
Revert "vpx_convolve_copy_sse2 : fix win64"This reverts commit 22a8474fe7ec30d96f746dc6e4b23771758c071e.
This change performs poorly on various x86_64 devices affecting
performance by 1-3% at 1080P. Performance on chromebook like devices was
mixed neutral to slightly negative, so there should be minimal change
there.Change-Id : I95831233b4b84ee96369baa192a2d4cc7639658c
-
Evolution #2469 : Mode « vacances » : suspension temporaire de toute publication
28 juillet 2017j’ai fait un plugin vacances minimal qui permet d’activer un mode vacances en backoffice.
https://contrib.spip.net/ecrire/?exec=article&id_article=4921il ne fait qu’enregistrer un état donné ensuite aux squelettes et aux plugins de récupérer l’information
-
avcodec/thread : Don't use ThreadFrame when unnecessary
6 février 2022, par Andreas Rheinhardtavcodec/thread : Don't use ThreadFrame when unnecessary
The majority of frame-threaded decoders (mainly the intra-only)
need exactly one part of ThreadFrame : The AVFrame. They don't
need the owners nor the progress, yet they had to use it because
ff_thread_(get|release)_buffer() requires it.This commit changes this and makes these functions work with ordinary
AVFrames ; the decoders that need the extra fields for progress
use ff_thread_(get|release)_ext_buffer() which work exactly
as ff_thread_(get|release)_buffer() used to do.This also avoids some unnecessary allocations of progress AVBuffers,
namely for H.264 and HEVC film grain frames : These frames are not
used for synchronization and therefore don't need a ThreadFrame.Also move the ThreadFrame structure as well as ff_thread_ref_frame()
to threadframe.h, the header for frame-threaded decoders with
inter-frame dependencies.Reviewed-by : Anton Khirnov <anton@khirnov.net>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>- [DH] libavcodec/aic.c
- [DH] libavcodec/alac.c
- [DH] libavcodec/av1dec.c
- [DH] libavcodec/av1dec.h
- [DH] libavcodec/bitpacked_dec.c
- [DH] libavcodec/cfhd.c
- [DH] libavcodec/cllc.c
- [DH] libavcodec/cri.c
- [DH] libavcodec/dnxhddec.c
- [DH] libavcodec/dvdec.c
- [DH] libavcodec/dxtory.c
- [DH] libavcodec/dxv.c
- [DH] libavcodec/dxva2_av1.c
- [DH] libavcodec/error_resilience.h
- [DH] libavcodec/exr.c
- [DH] libavcodec/ffv1.h
- [DH] libavcodec/ffv1dec.c
- [DH] libavcodec/flacdec.c
- [DH] libavcodec/fraps.c
- [DH] libavcodec/h264_picture.c
- [DH] libavcodec/h264_slice.c
- [DH] libavcodec/h264dec.c
- [DH] libavcodec/h264dec.h
- [DH] libavcodec/hapdec.c
- [DH] libavcodec/hevc_refs.c
- [DH] libavcodec/hevcdec.c
- [DH] libavcodec/hevcdec.h
- [DH] libavcodec/hqx.c
- [DH] libavcodec/huffyuvdec.c
- [DH] libavcodec/jpeg2000dec.c
- [DH] libavcodec/lagarith.c
- [DH] libavcodec/lcldec.c
- [DH] libavcodec/libopenjpegdec.c
- [DH] libavcodec/magicyuv.c
- [DH] libavcodec/mdec.c
- [DH] libavcodec/mpegpicture.h
- [DH] libavcodec/notchlc.c
- [DH] libavcodec/nvdec_av1.c
- [DH] libavcodec/photocd.c
- [DH] libavcodec/pixlet.c
- [DH] libavcodec/proresdec2.c
- [DH] libavcodec/pthread_frame.c
- [DH] libavcodec/rv34.c
- [DH] libavcodec/sheervideo.c
- [DH] libavcodec/takdec.c
- [DH] libavcodec/thread.h
- [DH] libavcodec/threadframe.h
- [DH] libavcodec/tiff.c
- [DH] libavcodec/tta.c
- [DH] libavcodec/utils.c
- [DH] libavcodec/utvideodec.c
- [DH] libavcodec/v210dec.c
- [DH] libavcodec/v410dec.c
- [DH] libavcodec/vaapi_av1.c
- [DH] libavcodec/vble.c
- [DH] libavcodec/vp8.h
- [DH] libavcodec/vp9shared.h
- [DH] libavcodec/webp.c
- [DH] libavcodec/ylc.c