Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (111)

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

  • avcodec/msmpeg4 : Factor out common RLTable initialization code

    10 décembre 2020, par Andreas Rheinhardt
    avcodec/msmpeg4 : Factor out common RLTable initialization code
    

    Up until now, both the msmpeg4 decoders and encoders initialized several
    RLTables common to them (the decoders also initialized the VLCs of these
    RLTables). This is an obstacle to making these codecs init-threadsafe.
    So move this initialization to ff_msmpeg4_common_init() that already
    contains this initialization code. This allows to reuse the AVOnce used
    for initializing ff_v2_dc_lum/chroma_table which automatically makes
    initializing these RLTables thread-safe.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/msmpeg4.c
    • [DH] libavcodec/msmpeg4data.c
    • [DH] libavcodec/msmpeg4data.h
    • [DH] libavcodec/msmpeg4dec.c
    • [DH] libavcodec/msmpeg4enc.c
  • lavfi/dnn : Fill Task using Common Function

    5 juin 2021, par Shubhanshu Saxena
    lavfi/dnn : Fill Task using Common Function
    

    This commit adds a common function for filling the TaskItems
    in all three backends.

    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_common.c
    • [DH] libavfilter/dnn/dnn_backend_common.h
    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • avutil/common, macros : Move several macros from common.h to macros.h

    23 juillet 2021, par Andreas Rheinhardt
    avutil/common, macros : Move several macros from common.h to macros.h
    

    common.h currently contains several things : Math macros, UTF-8 macros,
    other fundamental macros ; furthermore it also contains miscellaneous
    math functions and it (directly and indirectly) includes lots of other
    headers.

    This commit moves the "other fundamental macros" to macros.h which is
    a more fitting place.

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

    • [DH] doc/APIchanges
    • [DH] libavutil/common.h
    • [DH] libavutil/macros.h
    • [DH] libavutil/version.h