Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (63)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • 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 (11273)

  • vaapi_encode : Move quality option to common code

    30 avril 2017, par Mark Thompson
    vaapi_encode : Move quality option to common code
    

    Use AVCodecContext.compression_level rather than a private option,
    replacing the H.264-specific quality option (which stays only for
    compatibility).

    This now works with the H.265 encoder in the i965 driver, as well as
    the existing cases with the H.264 encoder.

    (cherry picked from commit 19388a7200e5d99c703271f05dba1c806720e808)

    • [DH] doc/encoders.texi
    • [DH] libavcodec/vaapi_encode.c
    • [DH] libavcodec/vaapi_encode.h
    • [DH] libavcodec/vaapi_encode_h264.c
  • vdpau : factor out common end-of-frame handling

    4 octobre 2014, par Rémi Denis-Courmont
    vdpau : factor out common end-of-frame handling
    

    Also add error handling.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/vdpau.c
    • [DBH] libavcodec/vdpau_h264.c
    • [DBH] libavcodec/vdpau_internal.h
  • x86/swr : convert resample_{common, linear}_double_sse2 to yasm

    30 juin 2014, par James Almer
    x86/swr : convert resample_common, linear_double_sse2 to yasm
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    312531 -> 311528 dezicycles

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

    • [DH] libswresample/resample_template.c
    • [DH] libswresample/x86/resample.asm
    • [DH] libswresample/x86/resample_mmx.h
    • [DH] libswresample/x86/resample_x86_dsp.c