Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (6)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (4206)

  • libavcodec : vp8 neon optimizations for aarch64

    31 janvier 2019, par Magnus Röös
    libavcodec : vp8 neon optimizations for aarch64
    

    Partial port of the ARM Neon for aarch64.

    Benchmarks from fate :

    benchmarking with Linux Perf Monitoring API
    nop : 58.6
    checkasm : using random seed 1760970128
    NEON :
    - vp8dsp.idct [OK]
    - vp8dsp.mc [OK]
    - vp8dsp.loopfilter [OK]
    checkasm : all 21 tests passed
    vp8_idct_add_c : 201.6
    vp8_idct_add_neon : 83.1
    vp8_idct_dc_add_c : 107.6
    vp8_idct_dc_add_neon : 33.8
    vp8_idct_dc_add4y_c : 426.4
    vp8_idct_dc_add4y_neon : 59.4
    vp8_loop_filter8uv_h_c : 688.1
    vp8_loop_filter8uv_h_neon : 216.3
    vp8_loop_filter8uv_inner_h_c : 649.3
    vp8_loop_filter8uv_inner_h_neon : 195.3
    vp8_loop_filter8uv_inner_v_c : 544.8
    vp8_loop_filter8uv_inner_v_neon : 131.3
    vp8_loop_filter8uv_v_c : 706.1
    vp8_loop_filter8uv_v_neon : 141.1
    vp8_loop_filter16y_h_c : 668.8
    vp8_loop_filter16y_h_neon : 242.8
    vp8_loop_filter16y_inner_h_c : 647.3
    vp8_loop_filter16y_inner_h_neon : 224.6
    vp8_loop_filter16y_inner_v_c : 647.8
    vp8_loop_filter16y_inner_v_neon : 128.8
    vp8_loop_filter16y_v_c : 721.8
    vp8_loop_filter16y_v_neon : 154.3
    vp8_loop_filter_simple_h_c : 387.8
    vp8_loop_filter_simple_h_neon : 187.6
    vp8_loop_filter_simple_v_c : 384.1
    vp8_loop_filter_simple_v_neon : 78.6
    vp8_put_epel8_h4v4_c : 3971.1
    vp8_put_epel8_h4v4_neon : 855.1
    vp8_put_epel8_h4v6_c : 5060.1
    vp8_put_epel8_h4v6_neon : 989.6
    vp8_put_epel8_h6v4_c : 4320.8
    vp8_put_epel8_h6v4_neon : 1007.3
    vp8_put_epel8_h6v6_c : 5449.3
    vp8_put_epel8_h6v6_neon : 1158.1
    vp8_put_epel16_h6_c : 6683.8
    vp8_put_epel16_h6_neon : 831.8
    vp8_put_epel16_h6v6_c : 11110.8
    vp8_put_epel16_h6v6_neon : 2214.8
    vp8_put_epel16_v6_c : 7024.8
    vp8_put_epel16_v6_neon : 799.6
    vp8_put_pixels8_c : 112.8
    vp8_put_pixels8_neon : 78.1
    vp8_put_pixels16_c : 131.3
    vp8_put_pixels16_neon : 129.8

    This contains a fix to include guards by Carl Eugen Hoyos.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/aarch64/Makefile
    • [DBH] libavcodec/aarch64/vp8dsp.h
    • [DBH] libavcodec/aarch64/vp8dsp_init_aarch64.c
    • [DBH] libavcodec/aarch64/vp8dsp_neon.S
    • [DBH] libavcodec/vp8dsp.c
    • [DBH] libavcodec/vp8dsp.h
  • vp8 : Use 2 registers for dst_stride and src_stride in neon bilin filter

    5 février 2014, par Martin Storsjö
    vp8 : Use 2 registers for dst_stride and src_stride in neon bilin filter
    

    Based on a patch by Ronald S. Bultje.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/arm/vp8dsp_neon.S
  • arm : vc1dsp : Canonicalize the syntax for aligned NEON loads/stores

    28 septembre 2022, par Martin Storsjö
    arm : vc1dsp : Canonicalize the syntax for aligned NEON loads/stores
    

    This hopefully should fix building with older toolchains, hopefully
    fixing the fate failures on
    http://fate.ffmpeg.org/history.cgi?slot=armel5tej-qemu-debian-gcc4.4.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/arm/vc1dsp_neon.S