Recherche avancée

Médias (91)

Autres articles (27)

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

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5895)

  • avstring : Expose the simple name match function

    29 juillet 2014, par Luca Barbato
    avstring : Expose the simple name match function
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavformat/format.c
    • [DH] libavutil/avstring.c
    • [DH] libavutil/avstring.h
    • [DH] libavutil/version.h
  • FFMPEG AVCodecContext resizes frame to match multiple of 4 bytes

    29 juillet 2014, par Michael IV

    I am decoding video frames from FLV .The input video original size is 431x82 .Now when I am accessing the frame size from AVCodecContext.width and AVCodecContext.height I see the sizes change to be dividable by 4 (432x96).Which probably is done internally for performance reasons.Is there a way to prevent this ?

  • j2k : rename a few inline functions and data tables to match jpeg2000

    26 mai 2013, par Michael Niedermayer
    j2k : rename a few inline functions and data tables to match jpeg2000
    

    also inlcudes some other cosmetics

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/j2k.c
    • [DH] libavcodec/j2k.h
    • [DH] libavcodec/j2kdec.c
    • [DH] libavcodec/j2kenc.c