
Recherche avancée
Autres articles (56)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
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 (...)
Sur d’autres sites (7817)
-
Merge commit ’1f604f96ea70503caa642f68a85be6074a5b3f46’
19 janvier 2014, par Michael Niedermayer -
Merge commit ’292dbe5e8a95d38c1324b0432fbaca67f8fe4b73’
31 mars 2014, par Michael NiedermayerMerge commit ’292dbe5e8a95d38c1324b0432fbaca67f8fe4b73’
* commit ’292dbe5e8a95d38c1324b0432fbaca67f8fe4b73’ :
libmp3lame : add comments about CBR/VBR modesConflicts :
libavcodec/libmp3lame.cSee : 07e7bc9cbda12921ddf0ae6bbbf9328f29c3c63e
Merged-by : Michael Niedermayer <michaelni@gmx.at> -
Revision 4f95a7fe3e : Fix the setting of mode_skip_mask In mode selection loop, once mode_index pass
9 avril 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Fix the setting of mode_skip_maskIn mode selection loop, once mode_index pass mode_skip_start, all
modes with a different reference frame from current best mode are
masked out using mode_skip_mask.However, the setting of mode_skip_mask may use an invalid mode if
there is no mode tested yet. This commit fixes the issue by making
sure a mode has been tested and selected. Otherwise, no mode will be
masked out because of their reference frame.Change-Id : Ib0009e8a96836a65cf5347440fff8a2e1a67f29f