Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (35)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

  • avcodec/decode : remove unused AVCodecInternal compat_decode field

    9 mars 2020, par James Almer
    avcodec/decode : remove unused AVCodecInternal compat_decode field
    

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

    • [DH] libavcodec/decode.c
    • [DH] libavcodec/internal.h
  • avcodec : add an AVCodecContext field to signal types of packet, frame, and coded...

    2 février 2020, par James Almer
    avcodec : add an AVCodecContext field to signal types of packet, frame, and coded stream side data to export
    

    Add an initial mvs flag to is, analog to the export_mvs flags2 one.

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

    • [DH] doc/APIchanges
    • [DH] doc/codecs.texi
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/mpegpicture.c
    • [DH] libavcodec/mpegutils.c
    • [DH] libavcodec/options_table.h
    • [DH] libavcodec/pthread_frame.c
    • [DH] libavcodec/snowdec.c
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
    • [DH] tests/ref/fate/api-mjpeg-codec-param
    • [DH] tests/ref/fate/api-png-codec-param
  • avcodec/mpeg12dec : always submit the first field to hwaccel

    23 octobre 2017, par Zhong Li
    avcodec/mpeg12dec : always submit the first field to hwaccel
    

    Though this patch to fix ticket #6668, I belive it
    is unnecessary to set SLICE_FLAG_ALLOW_FIELD flag to other
    hwaccels(dxva, vdpau, etc). Please also refer the orginal comment
    of 9cb150c9ab520eba5636bbcf925db6a70e67f3e5

    Should also fix ticket #8442.

    Signed-off-by : Zhong Li <zhong.li@intel.com>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/mpeg12dec.c