Advanced search

Medias (0)

Tag: - Tags -/xml-rpc

No media matches your criterion on the site.

Other articles (106)

  • MediaSPIP 0.1 Beta version

    25 April 2011, by

    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 February 2011, by

    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 April 2011, by

    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 (...)

On other websites (8342)

  • avcodec/hap: Avoid unnecessary opt.h inclusion

    24 January 2024, by Andreas Rheinhardt
    avcodec/hap: Avoid unnecessary opt.h inclusion
    

    It presumably exists because HapContext contains an AVClass*.
    Yet AVClass is actually defined in log.h and even this inclusion
    can be avoided by struct AVClass*. This avoids opt.h inclusions
    in hap.c and hapdec.c.

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

    • [DH] libavcodec/hap.h
    • [DH] libavcodec/hapqa_extract_bsf.c
  • avfilter/af_channelmap: add some additional checks for the mappings

    18 March 2024, by Marton Balint
    avfilter/af_channelmap: add some additional checks for the mappings
    

    - Properly initialize all the mappings to -1 by default.
    - Make sure every output channel is assigned exactly once
    - Autodetect a native layout when only native channels are present
    - Always honor the user specified layout, but make sure the mapping is
    compatible with it

    The last item is a regression from 4af412be7153405e43930ac73fc7d91d7ded19eb.

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

    • [DH] libavfilter/af_channelmap.c
  • avcodec/ac3enc: Use common encode_frame function

    7 April 2024, by Andreas Rheinhardt
    avcodec/ac3enc: Use common encode_frame function
    

    This is in preparation for sharing even more stuff
    common to the fixed and floating-point encoders.

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

    • [DH] libavcodec/ac3enc.c
    • [DH] libavcodec/ac3enc.h
    • [DH] libavcodec/ac3enc_fixed.c
    • [DH] libavcodec/ac3enc_float.c
    • [DH] libavcodec/ac3enc_template.c
    • [DH] libavcodec/eac3enc.c