
Recherche avancée
Autres articles (101)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (10726)
-
Revision 9afb6700c2 : Adjust q range Skip Q values between the q.0 mode and a real q of 2.0 as these
4 avril 2013, par Paul WilkinsChanged Paths :
Modify /vp9/common/vp9_quant_common.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_quantize.c
Adjust q rangeSkip Q values between the q.0 mode and a real q of
2.0 as these are not valuable from an RD perspective.Change-Id : I110c4858c57f97315953f4d88a2596d4764360df
-
avfilter/f_loop : fix length of aloop leftover buffer
3 novembre 2024, par Marton Balintavfilter/f_loop : fix length of aloop leftover buffer
If the audio loop stops inside an audio frame, the leftover buffer contains the
end of the frame, which is not looped. The length supposed to be the part which
was not written to the loop buffer, so we need to drain exactly that number of
bytes from the leftover buffer.Signed-off-by : Marton Balint <cus@passwd.hu>
-
avformat/mov : Add simple ACLR atom reading to set the color range of the incomming...
19 février 2015, par Kevin Wheatleyavformat/mov : Add simple ACLR atom reading to set the color range of the incomming track for codec’s like DNxHD that utilise AVID’s proprietary atom.
On input ACLR will be used to set colour range no matter which codec
it is associated with.
No change for when it will be output.Rework mov_read_extradata function to allow detection of truncated
atom reads by callers.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>