Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (16)

  • 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

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

  • 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 : (...)

Sur d’autres sites (5883)

  • Set JSLint option white:true to avoid whitespace errors.

    25 octobre 2011, par Sebastian Tschan

    m jquery.fileupload-ui.js m tests/tests.js Set JSLint option white:true to avoid whitespace errors.

  • av(codec|device) : Don't cast pointers to int

    20 novembre 2021, par Andreas Rheinhardt
    av(codec|device) : Don't cast pointers to int
    

    C99/C11 6.3.2.3 5 : "Any pointer type may be converted to an integer
    type. [...] If the result cannot be represented in the integer type,
    the behavior is undefined." So stop casting pointers to int ; use
    uintptr_t instead.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/dvdec.c
    • [DH] libavcodec/x86/h264_qpel.c
    • [DH] libavcodec/x86/me_cmp_init.c
    • [DH] libavcodec/x86/mpegvideoenc_template.c
    • [DH] libavdevice/xcbgrab.c
  • avcodec/d3d12va_h264 : cast mapped_data to void* before passing it to mapped_data()

    24 janvier 2024, par James Almer
    avcodec/d3d12va_h264 : cast mapped_data to void* before passing it to mapped_data()
    

    Fixes -Wincompatible-pointer-types warnings.

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

    • [DH] libavcodec/d3d12va_h264.c