Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (37)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (5685)

  • eatqi : Remove MpegEncContext dependency

    25 janvier 2016, par Vittorio Giovara
    eatqi : Remove MpegEncContext dependency
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/eatqi.c
  • mpeg1 : Make intra-block decoding independent of MpegEncContext

    25 janvier 2016, par Vittorio Giovara
    mpeg1 : Make intra-block decoding independent of MpegEncContext
    

    This allows untangling the eatqi decoder from the MPEG-1 decoder.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/eatqi.c
    • [DBH] libavcodec/mpeg12.c
    • [DBH] libavcodec/mpeg12.h
    • [DBH] libavcodec/mpeg12dec.c
  • mpeg12dec : Always close reader on error

    25 janvier 2016, par Vittorio Giovara
    mpeg12dec : Always close reader on error
    

    A reader left open may lead to hangs.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/mpeg12dec.c