Recherche avancée

Médias (91)

Autres articles (107)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (5621)

  • lavc/aarch64 : add pred functions for 10-bit

    19 août 2021, par Mikhail Nitenko
    lavc/aarch64 : add pred functions for 10-bit
    

    Benchmarks : A53 A72
    pred8x8_dc_10_c : 64.2 49.5
    pred8x8_dc_10_neon : 62.0 53.7
    pred8x8_dc_128_10_c : 26.0 14.0
    pred8x8_dc_128_10_neon : 30.7 17.5
    pred8x8_horizontal_10_c : 60.0 27.7
    pred8x8_horizontal_10_neon : 38.0 34.0
    pred8x8_left_dc_10_c : 42.5 27.5
    pred8x8_left_dc_10_neon : 51.0 41.2
    pred8x8_mad_cow_dc_0l0_10_c : 55.7 37.2
    pred8x8_mad_cow_dc_0l0_10_neon : 50.2 35.2
    pred8x8_mad_cow_dc_0lt_10_c : 89.2 67.0
    pred8x8_mad_cow_dc_0lt_10_neon : 52.2 46.7
    pred8x8_mad_cow_dc_l0t_10_c : 74.7 51.0
    pred8x8_mad_cow_dc_l0t_10_neon : 50.5 45.2
    pred8x8_mad_cow_dc_l00_10_c : 58.0 38.0
    pred8x8_mad_cow_dc_l00_10_neon : 42.5 37.5
    pred8x8_plane_10_c : 354.0 288.7
    pred8x8_plane_10_neon : 141.0 101.2
    pred8x8_top_dc_10_c : 44.5 30.5
    pred8x8_top_dc_10_neon : 40.0 31.0
    pred8x8_vertical_10_c : 27.5 14.5
    pred8x8_vertical_10_neon : 21.0 17.5
    pred16x16_plane_10_c : 1242.0 1070.5
    pred16x16_plane_10_neon : 324.0 196.7

    Signed-off-by : Mikhail Nitenko <mnitenko@gmail.com>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/aarch64/h264pred_init.c
    • [DH] libavcodec/aarch64/h264pred_neon.S
  • h264 : limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3

    28 novembre 2013, par Anton Khirnov
    h264 : limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3
    

    Higher modes are not allowed for 16x16/chroma, which is what this
    function is used for. Otherwise this function would return 0 (vertical
    prediction) for invalid higher modes, which could result in invalid
    reads.

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DBH] libavcodec/h264.c
  • Revision 7bea8c59f9 : Rework pred pixel buffer system in non-RD coding mode This commit makes the int

    30 octobre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_pickmode.c



    Rework pred pixel buffer system in non-RD coding mode

    This commit makes the inter prediction buffer system to support
    hybrid partition search. It reduces the runtime of speed -5 by
    about 3%. No compression performance change.

    vidyo1 720p 1000 kbps
    11831 ms -> 11497 ms

    nik 720p 1000 kbps
    10919 ms -> 10645 ms

    Change-Id : I5b2da747c6395c253cd074d3907f5402e1840c36