Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (28)

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (7012)

  • Revision ad314c1689 : Fix discovery of Darwin SDKs The current method doesn't work with Xcode 4 and u

    24 janvier 2015, par Lawrence Velázquez

    Changed Paths :
     Modify /build/make/configure.sh



    Fix discovery of Darwin SDKs

    The current method doesn’t work with Xcode 4 and up, since they no
    longer have a $DEVELOPER_DIR/SDKs directory. Using xcrun and xcodebuild
    works all the way back to Xcode 3 on OS X 10.6 Snow Leopard, if not
    earlier.

    Change-Id : I7126f2fb4a8f1d6e46f921e70bbd090f00ce3d36

  • Merge commit ’2d60444331fca1910510038dd3817bea885c2367’

    17 juillet 2014, par Michael Niedermayer
    Merge commit ’2d60444331fca1910510038dd3817bea885c2367’
    

    * commit ’2d60444331fca1910510038dd3817bea885c2367’ :
    dsputil : Split motion estimation compare bits off into their own context

    Conflicts :
    configure
    libavcodec/Makefile
    libavcodec/arm/Makefile
    libavcodec/dvenc.c
    libavcodec/error_resilience.c
    libavcodec/h264.h
    libavcodec/h264_slice.c
    libavcodec/me_cmp.c
    libavcodec/me_cmp.h
    libavcodec/motion_est.c
    libavcodec/motion_est_template.c
    libavcodec/mpeg4videoenc.c
    libavcodec/mpegvideo.c
    libavcodec/mpegvideo_enc.c
    libavcodec/x86/Makefile
    libavcodec/x86/me_cmp_init.c

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [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/dirac_dwt.c
    • [DH] libavcodec/diracdsp.c
    • [DH] libavcodec/dv.h
    • [DH] libavcodec/dvd_nav_parser.c
    • [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/libavcodec.v
    • [DH] libavcodec/me_cmp.c
    • [DH] libavcodec/me_cmp.h
    • [DH] libavcodec/motion-test.c
    • [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/proresdec.h
    • [DH] libavcodec/proresdec2.c
    • [DH] libavcodec/proresdsp.h
    • [DH] libavcodec/proresenc_anatoliy.c
    • [DH] libavcodec/snow.c
    • [DH] libavcodec/snow.h
    • [DH] libavcodec/snow_dwt.c
    • [DH] libavcodec/snowdec.c
    • [DH] libavcodec/snowenc.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
    • [DH] libavfilter/deshake.h
    • [DH] libavfilter/f_select.c
    • [DH] libavfilter/libmpcodecs/vf_fspp.c
    • [DH] libavfilter/vf_deshake.c
    • [DH] libavfilter/vf_mpdecimate.c
    • [DH] libavfilter/vf_spp.c
  • Set dwSuggestBufferSize to largest chunk size for every stream in avi.

    19 mai 2014, par Carl Eugen Hoyos
    Set dwSuggestBufferSize to largest chunk size for every stream in avi.
    

    Fixes playback with WMP 9 for files with large (rawvideo) frames
    as explained in ticket #2145.

    Fixes ticket #2818.

    • [DH] libavformat/avienc.c
    • [DH] tests/ref/fate/force_key_frames
    • [DH] tests/ref/lavf/avi
    • [DH] tests/ref/vsynth/vsynth1-amv
    • [DH] tests/ref/vsynth/vsynth1-asv1
    • [DH] tests/ref/vsynth/vsynth1-asv2
    • [DH] tests/ref/vsynth/vsynth1-cljr
    • [DH] tests/ref/vsynth/vsynth1-ffv1
    • [DH] tests/ref/vsynth/vsynth1-ffv1.0
    • [DH] tests/ref/vsynth/vsynth1-ffvhuff
    • [DH] tests/ref/vsynth/vsynth1-ffvhuff420p12
    • [DH] tests/ref/vsynth/vsynth1-ffvhuff422p10left
    • [DH] tests/ref/vsynth/vsynth1-ffvhuff444
    • [DH] tests/ref/vsynth/vsynth1-ffvhuff444p16
    • [DH] tests/ref/vsynth/vsynth1-h261
    • [DH] tests/ref/vsynth/vsynth1-h261-trellis
    • [DH] tests/ref/vsynth/vsynth1-h263
    • [DH] tests/ref/vsynth/vsynth1-h263-obmc
    • [DH] tests/ref/vsynth/vsynth1-h263p
    • [DH] tests/ref/vsynth/vsynth1-huffyuv
    • [DH] tests/ref/vsynth/vsynth1-jpeg2000
    • [DH] tests/ref/vsynth/vsynth1-jpeg2000-97
    • [DH] tests/ref/vsynth/vsynth1-jpegls
    • [DH] tests/ref/vsynth/vsynth1-ljpeg
    • [DH] tests/ref/vsynth/vsynth1-mjpeg
    • [DH] tests/ref/vsynth/vsynth1-mjpeg-422
    • [DH] tests/ref/vsynth/vsynth1-mjpeg-444
    • [DH] tests/ref/vsynth/vsynth1-mpeg4-adap
    • [DH] tests/ref/vsynth/vsynth1-mpeg4-adv
    • [DH] tests/ref/vsynth/vsynth1-mpeg4-error
    • [DH] tests/ref/vsynth/vsynth1-mpeg4-nr
    • [DH] tests/ref/vsynth/vsynth1-mpeg4-qpel
    • [DH] tests/ref/vsynth/vsynth1-mpeg4-qprd
    • [DH] tests/ref/vsynth/vsynth1-mpeg4-rc
    • [DH] tests/ref/vsynth/vsynth1-mpeg4-thread
    • [DH] tests/ref/vsynth/vsynth1-mpng
    • [DH] tests/ref/vsynth/vsynth1-msmpeg4
    • [DH] tests/ref/vsynth/vsynth1-msmpeg4v2
    • [DH] tests/ref/vsynth/vsynth1-msvideo1
    • [DH] tests/ref/vsynth/vsynth1-r210
    • [DH] tests/ref/vsynth/vsynth1-rgb
    • [DH] tests/ref/vsynth/vsynth1-snow
    • [DH] tests/ref/vsynth/vsynth1-snow-hpel
    • [DH] tests/ref/vsynth/vsynth1-snow-ll
    • [DH] tests/ref/vsynth/vsynth1-v210
    • [DH] tests/ref/vsynth/vsynth1-v308
    • [DH] tests/ref/vsynth/vsynth1-v408
    • [DH] tests/ref/vsynth/vsynth1-wmv1
    • [DH] tests/ref/vsynth/vsynth1-wmv2
    • [DH] tests/ref/vsynth/vsynth1-y41p
    • [DH] tests/ref/vsynth/vsynth1-yuv
    • [DH] tests/ref/vsynth/vsynth1-yuv4
    • [DH] tests/ref/vsynth/vsynth1-zlib
    • [DH] tests/ref/vsynth/vsynth2-amv
    • [DH] tests/ref/vsynth/vsynth2-asv1
    • [DH] tests/ref/vsynth/vsynth2-asv2
    • [DH] tests/ref/vsynth/vsynth2-cljr
    • [DH] tests/ref/vsynth/vsynth2-ffv1
    • [DH] tests/ref/vsynth/vsynth2-ffv1.0
    • [DH] tests/ref/vsynth/vsynth2-ffvhuff
    • [DH] tests/ref/vsynth/vsynth2-ffvhuff420p12
    • [DH] tests/ref/vsynth/vsynth2-ffvhuff422p10left
    • [DH] tests/ref/vsynth/vsynth2-ffvhuff444
    • [DH] tests/ref/vsynth/vsynth2-ffvhuff444p16
    • [DH] tests/ref/vsynth/vsynth2-h261
    • [DH] tests/ref/vsynth/vsynth2-h261-trellis
    • [DH] tests/ref/vsynth/vsynth2-h263
    • [DH] tests/ref/vsynth/vsynth2-h263-obmc
    • [DH] tests/ref/vsynth/vsynth2-h263p
    • [DH] tests/ref/vsynth/vsynth2-huffyuv
    • [DH] tests/ref/vsynth/vsynth2-jpeg2000
    • [DH] tests/ref/vsynth/vsynth2-jpeg2000-97
    • [DH] tests/ref/vsynth/vsynth2-jpegls
    • [DH] tests/ref/vsynth/vsynth2-ljpeg
    • [DH] tests/ref/vsynth/vsynth2-mjpeg
    • [DH] tests/ref/vsynth/vsynth2-mjpeg-422
    • [DH] tests/ref/vsynth/vsynth2-mjpeg-444
    • [DH] tests/ref/vsynth/vsynth2-mpeg4-adap
    • [DH] tests/ref/vsynth/vsynth2-mpeg4-adv
    • [DH] tests/ref/vsynth/vsynth2-mpeg4-error
    • [DH] tests/ref/vsynth/vsynth2-mpeg4-nr
    • [DH] tests/ref/vsynth/vsynth2-mpeg4-qpel
    • [DH] tests/ref/vsynth/vsynth2-mpeg4-qprd
    • [DH] tests/ref/vsynth/vsynth2-mpeg4-rc
    • [DH] tests/ref/vsynth/vsynth2-mpeg4-thread
    • [DH] tests/ref/vsynth/vsynth2-mpng
    • [DH] tests/ref/vsynth/vsynth2-msmpeg4
    • [DH] tests/ref/vsynth/vsynth2-msmpeg4v2
    • [DH] tests/ref/vsynth/vsynth2-msvideo1
    • [DH] tests/ref/vsynth/vsynth2-r210
    • [DH] tests/ref/vsynth/vsynth2-rgb
    • [DH] tests/ref/vsynth/vsynth2-snow
    • [DH] tests/ref/vsynth/vsynth2-snow-hpel
    • [DH] tests/ref/vsynth/vsynth2-snow-ll
    • [DH] tests/ref/vsynth/vsynth2-v210
    • [DH] tests/ref/vsynth/vsynth2-v308
    • [DH] tests/ref/vsynth/vsynth2-v408
    • [DH] tests/ref/vsynth/vsynth2-wmv1
    • [DH] tests/ref/vsynth/vsynth2-wmv2
    • [DH] tests/ref/vsynth/vsynth2-y41p
    • [DH] tests/ref/vsynth/vsynth2-yuv
    • [DH] tests/ref/vsynth/vsynth2-yuv4
    • [DH] tests/ref/vsynth/vsynth2-zlib