
Recherche avancée
Autres articles (55)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (6868)
-
avfilter/vf_tinterlace : Fix vf_tinterlace mode 6 (interlacex2)
16 mars 2014, par Jasper Tayloravfilter/vf_tinterlace : Fix vf_tinterlace mode 6 (interlacex2)
The purpose of this filter mode is to allow interlaced content to
display properly in interlaced video modes, as described in
http://forum.xbmc.org/showthread.php?tid=81834 and
https://github.com/mpv-player/mpv/issues/624#issuecomment-37685195 . The
filter doubles the video frame rate, but does not work properly because :
(1) it does not set the properties of the output stream to indicate the
doubled frame rate, and
(2) it does not set an appropriate PTS on the extra frames.
The attached patch fixes these problems by settling these values the
same way they are set in vf_yadif mode 1 (field) which also doubles the
frame rate.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Revision d35df2d8ea : High-level hooks for Profile 2 (10/12 bit) Adds some high-level hooks for profi
5 avril 2014, par Deb MukherjeeChanged Paths :
Modify /vp9/common/vp9_enums.h
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/vp9_cx_iface.c
High-level hooks for Profile 2 (10/12 bit)Adds some high-level hooks for profile 2 before further
progress on the implementation.According to the definitiion in this patch :
1. Profile 2 only supports 10 or 12 bit color but not 8
2. Profile 2 supports all color sampling modes : 444, 422 and 420,
and alpha plane.
3. Profile 3 is currently undefined.Please consider the definition carefully and suggest modifications
to the definition as needed.Change-Id : I5b284fc679e54ac5aee171af72fa7994cfd28995
-
Revision 403719963e : Converting disable_inter_mode_mask to inter_mode_mask. Making this consistent w
29 mai 2014, par Dmitry KovalevChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_speed_features.c
Modify /vp9/encoder/vp9_speed_features.h
Converting disable_inter_mode_mask to inter_mode_mask.Making this consistent with intra mode masks : you need to specify
allowed inter/intra modes to use.Change-Id : Iaecd28bf79047259707d8e7a59a57bb7b856383e