Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (80)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (4896)

  • avutil/hwcontext_d3d11va : fix type arguments passed to IDXGIAdapter2_GetDesc()

    24 juillet 2018, par James Almer
    avutil/hwcontext_d3d11va : fix type arguments passed to IDXGIAdapter2_GetDesc()
    

    libavutil/hwcontext_d3d11va.c : In function 'd3d11va_device_create' :
    libavutil/hwcontext_d3d11va.c:554:46 : warning : passing argument 2 of 'pAdapter->lpVtbl->GetDesc' from incompatible pointer type [-Wincompatible-pointer-types]
    hr = IDXGIAdapter2_GetDesc(pAdapter, &desc) ;
    ^
    libavutil/hwcontext_d3d11va.c:554:46 : note : expected 'DXGI_ADAPTER_DESC * aka struct DXGI_ADAPTER_DESC *' but argument is of type 'DXGI_ADAPTER_DESC2 * aka struct DXGI_ADAPTER_DESC2 *'

    Reviewed-by : Jean-Baptiste Kempf <jb@videolan.org>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/hwcontext_d3d11va.c
  • Merge commit ’c454dfcff90f0ed39c7b0d4e85664986a8b4476c’

    27 mars 2017, par Clément Bœsch
    Merge commit ’c454dfcff90f0ed39c7b0d4e85664986a8b4476c’
    

    * commit ’c454dfcff90f0ed39c7b0d4e85664986a8b4476c’ :
    Use ISO C printf conversion specifiers where appropriate

    This commit is a noop, an equivalent patch is currently under review on
    the mailing-list : http://ffmpeg.org/pipermail/ffmpeg-devel/2017-March/209239.html

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] doc/libav-merge.txt
  • mmaldec : print the MMAL format FourCC automatically

    28 janvier 2016, par wm4
    mmaldec : print the MMAL format FourCC automatically
    

    Slight simplification. The result is the same. Also, change the
    wording of the message as requested in patch review.

    • [DH] libavcodec/mmaldec.c