Recherche avancée

Médias (91)

Autres articles (64)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (4894)

  • avcodec/nvenc : Add ’nvenc_h264’ as an alternative name for ’nvenc’

    6 juin 2015, par Philip Langdale
    avcodec/nvenc : Add ’nvenc_h264’ as an alternative name for ’nvenc’
    

    This allows us to offer the same codec name that libav uses. We don’t have
    a special way to do aliases, so it’s all a bit more verbose than you’d want
    but such is life.

    Signed-off-by : Philip Langdale <philipl@overt.org>

    • [DH] configure
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/nvenc.c
  • h264 : fix AVDISCARD_NONKEY for some interlaced content

    24 juillet 2015, par John Högberg
    h264 : fix AVDISCARD_NONKEY for some interlaced content
    

    When skip_frame is set to _NONKEY the decoder skips everything except intra
    slices, which breaks frames that consist of an intra field together with any
    other field type ; half the frame becomes garbage. This patch fixes the issue by
    letting non-intra slices through if they’re part of a keyframe.

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

    • [DH] libavcodec/h264.c
  • checkasm : hevc_pel : Check the full output in hevc_epel/hevc_qpel

    12 mars 2024, par Martin Storsjö
    checkasm : hevc_pel : Check the full output in hevc_epel/hevc_qpel
    

    Previously it only checked half the output in 8 bit per pixel mode,
    as the output actually is 16 bit elements here.

    Signed-off-by : J. Dekker <jdek@itanimul.li>

    • [DH] tests/checkasm/hevc_pel.c