Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (45)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

Sur d’autres sites (7167)

  • avcodec/jpeg2000dwt : Support 9/7 singularity cases on the encoder side

    17 juin 2015, par Michael Niedermayer
    avcodec/jpeg2000dwt : Support 9/7 singularity cases on the encoder side
    

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

    • [DH] libavcodec/jpeg2000dwt.c
    • [DH] tests/ref/vsynth/vsynth1-jpeg2000-97
    • [DH] tests/ref/vsynth/vsynth2-jpeg2000-97
    • [DH] tests/ref/vsynth/vsynth_lena-jpeg2000-97
  • How to make Video Effects by ffmpeg from command line to Node JS ?

    22 juin 2015, par Nazmul Hossain Bilash

    I am working on ffmpeg. I have already worked on several work for editor. But currently I need to make effect on video. I have got command line command to give effect. But I cant convert it to node Js :

    cellauto: ffplay -f lavfi -i cellauto=rule=110

    life: ffplay -f lavfi -i life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_color=#00ff00,scale=1200:800:flags=16

    So I need to converrt it in filter by node js.

  • Revision 1d7ccd5325 : Relocate memory operations for common code With the sad functions, and hopefull

    12 mai 2015, par Johann

    Changed Paths :
     Modify /test/dct16x16_test.cc


     Modify /test/dct32x32_test.cc


     Modify /test/fdct4x4_test.cc


     Modify /test/fdct8x8_test.cc


     Modify /test/sad_test.cc


     Modify /test/variance_test.cc


     Modify /vp9/common/arm/neon/vp9_idct16x16_1_add_neon.c


     Modify /vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c


     Modify /vp9/common/arm/neon/vp9_idct4x4_1_add_neon.c


     Modify /vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c


     Modify /vp9/common/mips/dspr2/vp9_itrans16_dspr2.c


     Modify /vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c


     Modify /vp9/common/mips/dspr2/vp9_itrans4_dspr2.c


     Modify /vp9/common/mips/dspr2/vp9_itrans8_dspr2.c


     Modify /vp9/common/mips/dspr2/vp9_loopfilter_filters_dspr2.h


     Modify /vp9/common/vp9_common.h


     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_idct.h


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter_filters.c


     Modify /vp9/common/vp9_postproc.c


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c


     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_aq_variance.c


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_extend.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_picklpf.c


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_rd.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_resize.c


     Modify /vp9/encoder/vp9_ssim.c


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/encoder/x86/vp9_highbd_quantize_intrin_sse2.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx_dsp/sad.c


     Modify /vpx_ports/mem.h


     Modify /vpx_scale/generic/yv12config.c


     Modify /vpx_scale/generic/yv12extend.c



    Relocate memory operations for common code

    With the sad functions, and hopefully the variance functions soon,
    moving to the vpx_dsp location, place the defines used in the
    reference C code in a common location.

    Change-Id : I4c8ce7778eb38a0a3ee674d2f1c488eda01cfeca