Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (53)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (8187)

  • Add a compat stdatomic.h implementation based on GCC atomics

    17 juillet 2016, par Anton Khirnov
    Add a compat stdatomic.h implementation based on GCC atomics
    

    Adapted from the code by Rémi Denis-Courmont from VLC

    • [DBH] compat/atomics/gcc/stdatomic.h
    • [DBH] configure
  • Revision 6ad18db24f : Palette experiment : encode color indices based on context The basic idea is to

    19 mars 2015, par hui su

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_palette.c


     Modify /vp9/common/vp9_palette.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_rd.c


     Modify /vp9/encoder/vp9_rdopt.c



    Palette experiment : encode color indices based on context

    The basic idea is to use a pixel’s neighboring colors as
    context to predict its own color. Up to 4 neighbors are
    considered here : left, left-above, above, right-above.
    To reduce the number of contexts, the combination of any
    4 (or less) colors are mapped to a reduced number of
    patterns. For example, 1111, 2222, 3333, … , can be mapped
    to the same pattern : AAAA. SImilarly, 1122, 1133, 2233, …,
    can be mapped to the pattern AABB. In this way, the total
    number of color contexts is reduced to 16.

    This almost doubles the gain of palette coding on screen
    content videos.

    on screen_content
    — enable-palette +14.2%
    — enable-palette —enable-tx-skip +21.2%

    on derflr
    — enable-palette +0.12%
    with all other experiments +6.16%

    Change-Id : I560306dae216f2ac11a9214968c2ad2319fa1718

  • lavc : add an Intel libmfx-based H.264 decoder

    10 février 2015, par Anton Khirnov
    lavc : add an Intel libmfx-based H.264 decoder
    

    Based on the code by Luca Barbato <lu_zero@gentoo.org> and Yukinori
    Yamazoe <drocon11@gmail.com>.

    • [DH] Changelog
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/qsv.c
    • [DH] libavcodec/qsv.h
    • [DH] libavcodec/qsv_api.c
    • [DH] libavcodec/qsv_h264.c
    • [DH] libavcodec/qsv_internal.h
    • [DH] libavcodec/version.h