Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (111)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (10838)

  • avcodec/x86/dcadsp : Remove obsolete SSE function

    20 juin 2022, par Andreas Rheinhardt
    avcodec/x86/dcadsp : Remove obsolete SSE function
    

    The only systems which benefit from ff_lfe_fir0_float_sse are truely
    ancient 32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

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

    • [DH] libavcodec/x86/dcadsp.asm
    • [DH] libavcodec/x86/dcadsp_init.c
  • avcodec/x86/rv34dsp : Remove obsolete MMX function

    14 juin 2022, par Andreas Rheinhardt
    avcodec/x86/rv34dsp : Remove obsolete MMX function
    

    The only systems which benefit from ff_rv34_idct_dc_add_mmx are truely
    ancient 32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

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

    • [DH] libavcodec/x86/rv34dsp.asm
    • [DH] libavcodec/x86/rv34dsp_init.c
  • avcodec/x86/synth_filter : Remove obsolete SSE function

    14 juin 2022, par Andreas Rheinhardt
    avcodec/x86/synth_filter : Remove obsolete SSE function
    

    The only systems which benefit from synth_filter_sse are truely
    ancient 32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

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

    • [DH] libavcodec/x86/synth_filter.asm
    • [DH] libavcodec/x86/synth_filter_init.c