Recherche avancée

Médias (91)

Autres articles (95)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (6634)

  • hevc : Validate the number of long term reference pictures

    23 juin 2017, par Mark Thompson
    hevc : Validate the number of long term reference pictures
    

    This would overflow if the stream contained a value greater than the
    maximum allowed by the standard (32).

    • [DBH] libavcodec/hevc_ps.c
  • hevc : Track long and short term RPS size for VDPAU

    12 février 2016, par Philip Langdale
    hevc : Track long and short term RPS size for VDPAU
    

    Today, we track the short term RPS size for DXVA, but only if the
    SliceHeader RPS is being used. Otherwise it’s left uninitialized.

    NVIDIA’s VDPAU implementation requires that the size be accurately
    tracked even if an SPS RPS is being used. In this case, it’s really
    counting the size of the RPS idx information, but you end up with
    mangled output if the value is not accurate.

    VDPAU also needs the size of the long term RPS.

    Signed-off-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Rémi Denis-Courmont <remi@remlab.net>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/hevc.c
    • [DBH] libavcodec/hevc.h
  • aacenc : add support for encoding files using Long Term Prediction

    17 octobre 2015, par Rostislav Pehlivanov
    aacenc : add support for encoding files using Long Term Prediction
    

    Long Term Prediction allows for prediction of spectral coefficients
    via the previously decoded time-dependent samples. This feature
    works well with harmonic content 2 or more frames long, like speech,
    human or non-human, piano music or any constant tones at very low
    bitrates.

    It should be noted that the current coder is highly efficient and
    the rate control system is unable to encode files at extremely
    low bitrates (less than 14kbps seems to be impossible) so this
    extension isn’t capable of optimum operation. Dramatic difference
    is observable with some types of audio and speech but for the most
    part the audiable differences are subtle. The spectrum looks better
    however so the encoder is able to harvest the additional bits that
    this feature provies, should the user choose to enable it. So
    it’s best to enable this feature only if encoding at the absolutely
    lowest bitrate that the encoder is capable of.

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/aac.h
    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc.h
    • [DH] libavcodec/aacenc_ltp.c
    • [DH] libavcodec/aacenc_ltp.h