Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (105)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10943)

  • avformat/hlsenc : add support for microseconds since epoch based sequence number

    18 avril 2020, par Marton Balint
    avformat/hlsenc : add support for microseconds since epoch based sequence number
    

    Sequence numbers of segments should be unique, if an encoder is using shorter
    than 1 second segments and it is restarted, then future segments will be using
    already used sequence numbers if initial sequence number is based on the number
    of seconds since epoch and not microseconds.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/muxers.texi
    • [DH] libavformat/hlsenc.c
    • [DH] libavformat/version.h
  • avcodec/cbs_jpeg : Use table-based alloc/free

    4 août 2022, par Andreas Rheinhardt
    avcodec/cbs_jpeg : Use table-based alloc/free
    

    cbs_jpeg was the last user of CBS that didn't use
    CodedBitstreamUnitTypeDescriptors.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/cbs_internal.h
    • [DH] libavcodec/cbs_jpeg.c
  • Revision 26d3d3af6a : Enable 16x16 Hadamard transform in SATD based mode decision This commit replace

    30 mars 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_avg.c


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/x86/vp9_avg_intrin_sse2.c



    Enable 16x16 Hadamard transform in SATD based mode decision

    This commit replaces the 16x16 2D-DCT transform with Hadamard
    transform for RTC coding mode. It reduces the CPU cycles cost
    on 16x16 transform by 5X. Overall it makes the speed -6 encoding
    speed 1.5% faster without compromise on compression performance.

    Change-Id : If6c993831dc4c678d841edc804ff395ed37f2a1b