Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (57)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • swscale/swscale : check SWS_PRINT_INFO flag for printing alignment warnings

    16 octobre 2021, par Soft Works
    swscale/swscale : check SWS_PRINT_INFO flag for printing alignment warnings
    

    This makes output consistent with a similar warning just few
    lines above where this flag is checked in the same way.

    Signed-off-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libswscale/swscale.c
  • libavutil/tests/md5 : Remove 'volatile workaround' to avoid warnings

    28 mai 2022, par softworkz
    libavutil/tests/md5 : Remove 'volatile workaround' to avoid warnings
    

    Those are always showing up on Patchwork when FATE tests are failing,
    covering some possibly more useful information.

    The volatile keyword was used as a workaround for an eight year old
    clang version.

    Signed-off-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavutil/tests/md5.c
  • lavfi/qsvvpp : do not mix up FFmpeg and SDK error code

    30 juillet 2021, par Haihao Xiang
    lavfi/qsvvpp : do not mix up FFmpeg and SDK error code
    

    The function ff_qsvvpp_filter_frame should return a FFmpeg error code if
    there is an error. However it might return a SDK error code without this
    patch.

    Reviewed-by : Soft Works <softworkz@hotmail.com>

    • [DH] libavfilter/qsvvpp.c