Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (35)

  • 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

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5727)

  • avformat/mpegtsenc : simplify code by using OFFSET() and ENC macros

    20 mai 2020, par Limin Wang
    avformat/mpegtsenc : simplify code by using OFFSET() and ENC macros
    

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/mpegtsenc.c
  • Revision 6eec73a747 : Remove asm offset dependencies The obj_int_extract code is no longer worth main

    31 juillet 2014, par Johann

    Changed Paths :
     Delete /build/arm-msvs/obj_int_extract.bat


     Modify /build/make/Android.mk


     Modify /build/make/Makefile


     Modify /build/make/configure.sh


     Modify /build/make/gen_msvs_proj.sh


     Modify /build/make/gen_msvs_vcxproj.sh


     Modify /build/make/rtcd.pl


     Delete /build/x86-msvs/obj_int_extract.bat


     Modify /configure


     Modify /libs.mk


     Modify /solution.mk


     Modify /test/quantize_test.cc


     Modify /vp8/common/rtcd_defs.pl


     Delete /vp8/encoder/arm/armv5te/boolhuff_armv5te.asm


     Delete /vp8/encoder/arm/armv5te/vp8_packtokens_armv5.asm


     Delete /vp8/encoder/arm/armv5te/vp8_packtokens_mbrow_armv5.asm


     Delete /vp8/encoder/arm/armv5te/vp8_packtokens_partitions_armv5.asm


     Delete /vp8/encoder/arm/armv6/vp8_fast_quantize_b_armv6.asm


     Delete /vp8/encoder/arm/armv6/vp8_subtract_armv6.asm


     Delete /vp8/encoder/arm/boolhuff_arm.c


     Modify /vp8/encoder/bitstream.c


     Modify /vp8/encoder/bitstream.h


     Modify /vp8/encoder/encodeframe.c


     Modify /vp8/encoder/ethreading.c


     Modify /vp8/encoder/vp8_asm_enc_offsets.c


     Modify /vp8/vp8cx.mk


     Modify /vp8/vp8cx_arm.mk


     Modify /vpx_ports/arm_cpudetect.c


     Modify /vpx_scale/vpx_scale.mk


     Modify /vpx_scale/vpx_scale_asm_offsets.c



    Remove asm offset dependencies

    The obj_int_extract code is no longer worth maintaining. It creates
    significant issues when adapting for different build systems and no
    longer offers as significant of a performance benefit due to
    improvements in intrinsics.

    Source files will remain until the various third-party builds are updated.

    The neon fast quantizer has been moved to intrinsics. The armv6 version
    has been removed because so few remaining targets require it.

    Compilers and processors have improved significantly since the
    pack_tokens code was written. The assembly is no longer faster than the
    C code.

    pack_tokens were the only optimizations for the armv5te targets so the targets
    will be removed after the test infrastructure has been updated.

    BUG=710

    Change-Id : Ic785b167cd9f95eeff31c7c76b7b736c07fb30eb

  • libavcodec/jpeg2000dec.c : Enable image offsets

    4 juillet 2020, par Gautam Ramakrishnan
    libavcodec/jpeg2000dec.c : Enable image offsets
    

    This patch enables support for image offsets.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/jpeg2000dec.c