Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (104)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (14952)

  • Revision 74593c1eae : Directly split the block in partition search This patch allows the encoder to d

    5 août 2014, par Pengchong Jin

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Directly split the block in partition search

    This patch allows the encoder to directly split the block
    in partition search, therefore skip searching NONE. It
    computes a score which measures whether 16x16 motion vectors
    from the first pass in the current block are consistent with
    each others. If they are inconsistent and we have enough Q
    to encode, split the block directly, and skip searching NONE.

    This feature is under flag CONFIG_FP_MB_STATS. In speed 2,
    it further gives a speedup of 3-8% on sample yt clips as
    compared to the previous version under the same flag. Overall,
    the features under the flag will give 7-15% on typical yt
    clips at up to 6000kbps data rate. The speedup at very high
    data rate is not significant.

    For hard stdhd clips :
    park_joy_1080p @ 15000kbps : 504541ms -> 506293ms (-0.35%)
    pedestrian_area_1080p @ 2000kbps : 326610ms -> 290090ms (+11.2%)

    The compression performance using the features under the flag :
    derf : -0.068%
    yt : -0.189%
    hd : -0.318%
    stdhd :-0.183%

    To use the feature, set CONFIG_FP_MB_STATS and turn on
    cpi->use_fp_mb_stats.

    Change-Id : Iad58a2966515c8861aa9eb211565b1864048d47f

  • split out ff_hwaccel_pixfmt_list_420[] over individual codecs.

    18 février 2013, par Ronald S. Bultje

    split out ff_hwaccel_pixfmt_list_420[] over individual codecs.

  • lavf : split packets before muxing.

    3 décembre 2012, par Clément Bœsch

    lavf : split packets before muxing.