Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (58)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • 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 (6152)

  • arm : vp9mc : Calculate less unused data in the 4 pixel wide horizontal filter

    17 décembre 2016, par Martin Storsjö
    arm : vp9mc : Calculate less unused data in the 4 pixel wide horizontal filter
    

    Before : Cortex A7 A8 A9 A53
    vp9_put_8tap_smooth_4h_neon : 378.1 273.2 340.7 229.5
    After :
    vp9_put_8tap_smooth_4h_neon : 352.1 222.2 290.5 229.5

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/arm/vp9mc_neon.S
  • aarch64 : vp9mc : Calculate less unused data in the 4 pixel wide horizontal filter

    17 décembre 2016, par Martin Storsjö
    aarch64 : vp9mc : Calculate less unused data in the 4 pixel wide horizontal filter
    

    No measured speedup on a Cortex A53, but other cores might benefit.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/aarch64/vp9mc_neon.S
  • avformat/asfdec_f : Avoid stack packet

    18 mars 2021, par Andreas Rheinhardt
    avformat/asfdec_f : Avoid stack packet
    

    Replace it by using AVFormatInternal.parse_pkt which is otherwise unused
    when reading a header.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/asfdec_f.c