
Advanced search
Other articles (106)
-
MediaSPIP 0.1 Beta version
25 April 2011, byMediaSPIP 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 February 2011, byMultilang 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 April 2011, byMediaSPIP 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 (...)
On other websites (8342)
-
avcodec/hap: Avoid unnecessary opt.h inclusion
24 January 2024, by Andreas Rheinhardtavcodec/hap: Avoid unnecessary opt.h inclusion
It presumably exists because HapContext contains an AVClass*.
Yet AVClass is actually defined in log.h and even this inclusion
can be avoided by struct AVClass*. This avoids opt.h inclusions
in hap.c and hapdec.c.Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avfilter/af_channelmap: add some additional checks for the mappings
18 March 2024, by Marton Balintavfilter/af_channelmap: add some additional checks for the mappings
Properly initialize all the mappings to -1 by default.
Make sure every output channel is assigned exactly once
Autodetect a native layout when only native channels are present
Always honor the user specified layout, but make sure the mapping is
compatible with itThe last item is a regression from 4af412be7153405e43930ac73fc7d91d7ded19eb.
Signed-off-by: Marton Balint <cus@passwd.hu>
-
avcodec/ac3enc: Use common encode_frame function
7 April 2024, by Andreas Rheinhardtavcodec/ac3enc: Use common encode_frame function
This is in preparation for sharing even more stuff
common to the fixed and floating-point encoders.Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>