Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (70)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (12562)

  • opus_pvq : add resynth support and band encoding cost function

    12 avril 2017, par Rostislav Pehlivanov
    opus_pvq : add resynth support and band encoding cost function
    

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/opus_pvq.c
    • [DH] libavcodec/opus_pvq.h
  • opus_pvq : merge band encoding and decoding into one function

    27 avril 2017, par Rostislav Pehlivanov
    opus_pvq : merge band encoding and decoding into one function
    

    Most code between the 2 functions was duplicated which made keeping
    both in sync difficult.

    This also fixes some discovered issues with encoding (incorrect
    TF switching buffers) and reduces stack usage (reuse the already
    allocated CeltFrame->scratch buffer for the quantized coefficients).

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/opus_pvq.c
  • avcodec/ac3dec : Keep track of band structure

    13 mai 2017, par Michael Niedermayer
    avcodec/ac3dec : Keep track of band structure
    

    It is needed in some corner cases that seem not to be forbidden
    Fixes : out of array index
    Fixes : 1538/clusterfuzz-testcase-minimized-4696904925446144

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ac3dec.c
    • [DH] libavcodec/ac3dec.h