
Recherche avancée
Autres articles (65)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (15601)
-
Is Electron using a custom-licensed libx264 variant ?
13 septembre 2016, par JohnWElectron is providing a few variants of FFmpeg.
The variant I have seems to handle H264 just fine, which it does using libx264 apparently.
The question is simple : Do electron developers have a special deal with VideoLan to provide an MIT licensed FFmpeg with x264 ?
I am asking because VideoLan seems to dual-license libx264 (GPL and custom license) so it is possible that there is a deal.
According to this link however the answer may very well be "no".
-
avformat/hevc : don't write NALUs with nuh_layer_id > 0 in hvcC boxes
14 juin 2024, par James Almer -
avcodec : v4l2_m2m : context : fix raising warning on POLLERR
9 janvier 2018, par Jorge Ramirez-Ortizavcodec : v4l2_m2m : context : fix raising warning on POLLERR
During the initialization stage, the codec attempts to get free
buffers from the driver before any have been queued (this is to keep
the code simple and generic)When the kernel driver detects this situation, it returns POLLERR in
revents and ffmpeg therefore raises a warning.This commit disables the warning since no buffers were queued to the
driver yet.Signed-off-by : Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>