Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (67)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (9071)

  • Revision c0e99f84f9 : Use sub-pixel accuracy prediction non-RD mode This commit builds the actual pre

    26 février 2014, par Jingning Han

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



    Use sub-pixel accuracy prediction non-RD mode

    This commit builds the actual prediction block in sub-pixel accuracy
    and uses which to calculate SAD for non-RD mode decision. In the trail
    run on pedestrian_area at 1080p, rtc speed -7 runtime goes from
    23495 ms -> 25107 ms (7% slower). The compression performance is
    improved by 20.57% for rtc test set.

    Change-Id : I438589cd103fe99f1b50c2d1939ac6ca43fa0157

  • Revision c30d5703e5 : Run sub-pixel motion search for NEWMV mode test As Yunqing suggested, this comm

    26 février 2014, par Jingning Han

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



    Run sub-pixel motion search for NEWMV mode test

    As Yunqing suggested, this commit makes non-RD mode decision always run
    sub-pixel motion search in NEWMV mode. The compression performance
    gains becomes fairly significant after we enabled sub-pixel accuracy
    motion compensated prediction to calculate SAD cost.

    For test sequences pedestrian_area at 1080p and vidyo1 at 720p, the
    runtime goes slower by 5%. For rtc test set, the compression performance
    is improved by 21.20%.

    Change-Id : I38cbfdd5c53d79423e1fafb3154f8ddeed63bbf0

  • lavfi/dctdnoiz : move DC normalization out of loops.

    26 mai 2013, par Clément Bœsch
    lavfi/dctdnoiz : move DC normalization out of loops.
    

    Make code slightly faster, simpler, clearer.

    The filter is still slow as hell, and that change won’t cause any
    visible performance improvement (it still takes more than one minute to
    process a single 1080p frame on a Core 2 here).

    • [DH] libavfilter/vf_dctdnoiz.c