Recherche avancée

Médias (91)

Autres articles (49)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (10119)

  • aacenc : remove the experimental flag

    5 décembre 2015, par Rostislav Pehlivanov
    aacenc : remove the experimental flag
    

    Thiss commit removes the experimental flag from the native AAC Encoder
    and thus makes it the default.

    After a lot of work, done by myself and Claudio Freire, the quality of
    this encoder rivals and surpasses libfdk_aac in some situations. The
    encoder had instability issues earlier which prevented it from having
    its experimental flag removed, however the last commits done by Claudio
    removed the last known source of instability and solved a lot of
    problems which were previously observed. The issues were caused by the
    various coding tools interfering with the scalefactor indices. Thus,
    with these problems solved, it should now be possible to declare this
    encoder as the default and recommend that the users should use it
    instead of others provided by external libraries, as it is both faster
    and has a subjectively higher quality with selected tracks.
    The encoder has still yet to be fine tuned for every possible audio file
    type like music or voice, so it is hoped that with the experimental flag
    removed the users should be able to provide feedback and make the
    encoder better than the alternatives for every type of audio and at
    every bitrate.

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

    • [DH] libavcodec/aacenc.c
  • fate : add test for the Dirac low delay profile

    4 juin 2017, par Rostislav Pehlivanov
    fate : add test for the Dirac low delay profile
    

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

    • [DH] tests/fate/video.mak
    • [DH] tests/ref/fate/dirac-low-delay
  • libavformat : remove the ff_rtp_get_local_rtcp_port function

    21 octobre 2017, par Rostislav Pehlivanov
    libavformat : remove the ff_rtp_get_local_rtcp_port function
    

    Only used by ffserver

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

    • [DH] libavformat/libavformat.v
    • [DH] libavformat/rtpproto.c
    • [DH] libavformat/rtpproto.h