Recherche avancée

Médias (91)

Autres articles (48)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7958)

  • configure : Add wasm as a fake arch

    20 novembre 2024, par Zhao Zhili
    configure : Add wasm as a fake arch
    

    And add wasm simd128 flag, so we can add simd128 optimizations.
    It can be enabled by put -msimd128 to extra cflags. There is
    no runtime detection on simd128 support yet. I think that needs to
    be done with JavaScript.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] Makefile
    • [DH] configure
    • [DH] ffbuild/arch.mak
    • [DH] libavutil/cpu.c
    • [DH] libavutil/cpu.h
    • [DH] libavutil/cpu_internal.h
    • [DH] libavutil/tests/cpu.c
    • [DH] libavutil/wasm/Makefile
    • [DH] libavutil/wasm/cpu.c
  • Merge commit ’fab8156b2f30666adabe227b3d7712fd193873b1’

    21 avril 2016, par Derek Buitenhuis
    Merge commit ’fab8156b2f30666adabe227b3d7712fd193873b1’
    

    * commit ’fab8156b2f30666adabe227b3d7712fd193873b1’ :
    avio : Copy URLContext generic options into child URLContexts

    Merged-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/async.c
    • [DH] libavformat/avio.c
    • [DH] libavformat/aviobuf.c
    • [DH] libavformat/cache.c
    • [DH] libavformat/concat.c
    • [DH] libavformat/crypto.c
    • [DH] libavformat/ftp.c
    • [DH] libavformat/gopher.c
    • [DH] libavformat/hlsproto.c
    • [DH] libavformat/http.c
    • [DH] libavformat/icecast.c
    • [DH] libavformat/md5proto.c
    • [DH] libavformat/mmst.c
    • [DH] libavformat/rtmpcrypt.c
    • [DH] libavformat/rtmpproto.c
    • [DH] libavformat/rtpproto.c
    • [DH] libavformat/rtsp.c
    • [DH] libavformat/rtspdec.c
    • [DH] libavformat/sapdec.c
    • [DH] libavformat/sapenc.c
    • [DH] libavformat/smoothstreamingenc.c
    • [DH] libavformat/srtpproto.c
    • [DH] libavformat/subfile.c
    • [DH] libavformat/tls.c
    • [DH] libavformat/url.h
  • dsputil : Split motion estimation compare bits off into their own context

    8 février 2014, par Diego Biurrun
    dsputil : Split motion estimation compare bits off into their own context
    
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/ac3enc.c
    • [DH] libavcodec/ac3enc.h
    • [DH] libavcodec/arm/Makefile
    • [DH] libavcodec/arm/me_cmp_armv6.S
    • [DH] libavcodec/arm/me_cmp_init_arm.c
    • [DH] libavcodec/dv.h
    • [DH] libavcodec/dvenc.c
    • [DH] libavcodec/error_resilience.c
    • [DH] libavcodec/error_resilience.h
    • [DH] libavcodec/h264.c
    • [DH] libavcodec/h264.h
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/me_cmp.c
    • [DH] libavcodec/me_cmp.h
    • [DH] libavcodec/motion_est.c
    • [DH] libavcodec/motion_est_template.c
    • [DH] libavcodec/mpeg4videoenc.c
    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/mpegvideo.h
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/mpegvideoencdsp.c
    • [DH] libavcodec/ppc/Makefile
    • [DH] libavcodec/ppc/me_cmp.c
    • [DH] libavcodec/svq1enc.c
    • [DH] libavcodec/svq1enc.h
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/me_cmp.asm
    • [DH] libavcodec/x86/me_cmp_init.c