Recherche avancée

Médias (91)

Autres articles (88)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (7728)

  • Revision ffd948bbd5 : Turn on adaptive pred filter scheme for sub8x8 below 720p For sequences of reso

    22 juillet 2014, par Jingning Han

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



    Turn on adaptive pred filter scheme for sub8x8 below 720p

    For sequences of resolution below 720p, the encoder will check
    intra prediction modes and inter prediction modes from LAST_FRAME.
    This commit turns on adaptive prediction filter scheme for sub8x8
    blocks, where inter prediction modes are enabled. For the test
    sequence bus at CIF, the speed 2 runtime goes down from 17879 ms
    to 16783 ms, i.e., 6% speed up. The compression performance of
    derf set is down by -0.128%.

    Change-Id : I01d5321a5ceab4e0666ac5be56c52d896c7a8d45

  • h264 : move initialising the explicit pred weight table for MBAFF

    15 avril 2016, par Anton Khirnov
    h264 : move initialising the explicit pred weight table for MBAFF
    

    Currently it’s done in the code that initialises the ref list for
    MBAFF, which is not a logical place for it. Move it to the function that
    parses the pred table from the bitstream, which is analogous to what is
    done for the implicit weight table as well.

    • [DBH] libavcodec/h264_parse.c
    • [DBH] libavcodec/h264_refs.c
  • 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