Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (104)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (10662)

  • Can ffmpeg and libav headers coexist on Ubuntu ? And aren't these headers #includeing each other wrongly ?

    12 mai 2014, par spraff

    So Ubuntu has rejected ffmpeg in favour of its fork libav. I need to develop an app on Ubuntu which uses ffmpeg instead of libav.

    I have compiled and linked ffmpeg separately and it seems to be ok but I’ve just realised I can’t debug it properly because the system headers are for libav.

    I’ve tried putting the ffmepg headers in a local path and doing e.g.

    #include avformat.h>

    instead of

    #include

    but this gives me errors such as

    ffmpeg-0.8.10/libavformat/avformat.h:455:10: error: use of enum ‘AVCodecID’ without previous declaration

    AVCodecID is defined in avcodec.h but this is included from avformat.h as follows :

    #include "libavcodec/avcodec.h"

    Two questions :

    1. Can I set up the environment so that the local ffmpeg headers include each other correctly, without changing those headers, while libav headers are still installed and on the normal include path ?
    2. Am I crazy or shouldn’t #include "libavcodec/avcodec.h" always fail anyway because it will look for libavformat/libavcodev/avcodec.h which never exists ?
  • lavu : move internal define to the only places where it is used

    21 novembre 2014, par Vittorio Giovara
    lavu : move internal define to the only places where it is used
    
    • [DBH] libavcodec/h263.h
    • [DBH] libavcodec/h264_cabac.c
    • [DBH] libavutil/internal.h
  • Handle file inputs with form attribute. Fixes #2810

    13 décembre 2013, par blueimp
    Handle file inputs with form attribute. Fixes #2810
    

    Thanks @denper for the bug report and fix suggestion.