Recherche avancée

Médias (91)

Autres articles (100)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7747)

  • avformat/util : change av_find_default_stream_index() to use a score based system

    1er août 2014, par Michael Niedermayer
    avformat/util : change av_find_default_stream_index() to use a score based system
    

    Disfavor video streams with unknown resolution and no packets
    Fixes seeking in audio-only-speex.flv

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

    • [DH] libavformat/utils.c
  • avformat/mxfenc : use a zero based continuity counter

    29 février 2020, par Marton Balint
    avformat/mxfenc : use a zero based continuity counter
    

    The standard does not seem to require the counter to be zero based, but some
    checker tools (MyriadBits MXFInspect, Interra Baton) have validations against 0
    start...

    Fixes ticket #6781.

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

    • [DH] libavformat/mxfenc.c
    • [DH] tests/ref/fate/mxf-user-comments
    • [DH] tests/ref/lavf/mxf
  • avformat/mpegtsenc : set stream_id correctly based on KLV profile selected

    27 mai 2020, par Brad Hards
    avformat/mpegtsenc : set stream_id correctly based on KLV profile selected
    

    Previously we always set STREAM_TYPE_PRIVATE_DATA, and that remains
    the default value.

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

    • [DH] libavformat/mpegtsenc.c