Recherche avancée

Médias (91)

Autres articles (92)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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, par

    Multilang 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, par

    MediaSPIP 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 (4600)

  • Revision 67e41fe2f6 : vp9 com/dec : avoid reading unavailable above/left in most cases at least the le

    16 octobre 2013, par James Zern

    Changed Paths :
     Modify /vp9/common/vp9_pred_common.c


     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/decoder/vp9_decodemv.c



    vp9 com/dec : avoid reading unavailable above/left

    in most cases at least the left column was a harmless race as it was
    left unused later in the code.

    Change-Id : I43211df66fb157c6feecf08c681add4fcf18b644

  • Perl or Python for daemons on linux [on hold]

    17 juin 2014, par SurveillanceWizard

    I am kinda at crossroads I know HTML and PHP so I am not new to programing but I know need to pick up one more for what I want to do. I am trying to create a daemon that listens to a socket port for any kind of signal and when there is a something that comes in on that port script will execute shell ffmpeg with a mounted video feed from ffserver to stream copy to a folder or drive for storage. I "could" do this with PHP but I know I may memory leaks and other problems, so I want to know if I should learn perl or python as either one of those will definitely be able to accomplish what I want to do. this would run on a distro of linux server ( no GUI)

  • avcodec/h264 : Be more strict on rejecting pps_id changes

    6 février 2015, par Michael Niedermayer
    avcodec/h264 : Be more strict on rejecting pps_id changes
    

    Fixes race condition
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264.c