Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (78)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Revision edec808787 : Disable using golden frame modes if golden frames are not being used Change-Id :

    10 février 2014, par Alex Converse

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



    Disable using golden frame modes if golden frames are not being used

    Change-Id : I662c480ad49a242e10f1edb0c339ddbe2c6bccf4

  • Revision 26bd81b955 : Preserve the previous golden frame on golden updates This commit restores the q

    16 janvier 2013, par John Koleszar

    Changed Paths : Modify /vp9/common/vp9_alloccommon.c Modify /vp9/common/vp9_onyxc_int.h Modify /vp9/decoder/vp9_decodframe.c Modify /vp9/decoder/vp9_onyxd_if.c Modify /vp9/encoder/vp9_bitstream.c Modify /vp9/encoder/vp9_onyx_if.c Preserve the previous golden frame on golden updates (...)

  • Revision 6245a91e0b : Skip golden ref frame check when it is same as last ref frame When golden refer

    9 mars 2015, par Jingning Han

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



    Skip golden ref frame check when it is same as last ref frame

    When golden reference frame is refreshed, the next frame has both
    its last and golden reference frames point to the same reference
    frame in real-time coding mode. Experiments suggest that using
    two separate reference frames for frames right after golden refresh
    frame does not provide further compression performance advantage.
    This commit hence retains the current encoder implementation and
    shuts off the mode search over golden reference frame in this case.

    It makes the encoder run slightly faster at no coding performance
    change.

    Change-Id : I1561f7799253a10e675d05c63c1749fe9e85b472