Recherche avancée

Médias (91)

Autres articles (13)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (3604)

  • rtpdec_hevc : Share the implementation of parsing a=framesize with h264

    23 février 2015, par Martin Storsjö
    rtpdec_hevc : Share the implementation of parsing a=framesize with h264
    

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

    • [DH] libavformat/rtpdec_formats.h
    • [DH] libavformat/rtpdec_h264.c
    • [DH] libavformat/rtpdec_hevc.c
  • rtpdec_hevc : Share the implementation of fragmented packets with h264

    23 février 2015, par Martin Storsjö
    rtpdec_hevc : Share the implementation of fragmented packets with h264
    

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

    • [DH] libavformat/rtpdec_formats.h
    • [DH] libavformat/rtpdec_h264.c
    • [DH] libavformat/rtpdec_hevc.c
  • Revision 043d348aae : Reimplementation of loop filter This version of the loop filter supports non-4 :

    30 mai 2013, par John Koleszar

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter_filters.c


     Modify /vp9/common/vp9_rtcd_defs.sh



    Reimplementation of loop filter

    This version of the loop filter supports non-4:2:0 subsampling and
    a fourth plane, as well as changing the filtering order to be more
    friendly to hardware implementations.

    The filters are applied first to all vertical edges within the
    64x64 SB, followed by the top horizontal edge and any internal
    horizontal edges. Since filtering is applied on each 4x4 edge
    serially, a dependency is created from filtering one block edge
    to the next. It would be possible to remove this depencnecy by
    building all filtering decisions from the unfiltered
    reconstruction data.

    Change-Id : I08f3e9683eb7bded8a76651cbc50fc0dfdd05fa7