Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (75)

  • 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

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (9340)

  • avcodec/roqaudioenc : Avoid copying data, allow user-supplied buffers

    25 avril 2021, par Andreas Rheinhardt
    avcodec/roqaudioenc : Avoid copying data, allow user-supplied buffers
    

    When the packet size is known in advance like here, one can avoid
    an intermediate buffer for the packet data by using
    ff_get_encode_buffer() and also set AV_CODEC_CAP_DR1 at the same time.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/roqaudioenc.c
  • avcodec/s302menc : Avoid copying packet data, allow user-supplied buffers

    25 avril 2021, par Andreas Rheinhardt
    avcodec/s302menc : Avoid copying packet data, allow user-supplied buffers
    

    When the packet size is known in advance like here, one can avoid
    an intermediate buffer for the packet data by using
    ff_get_encode_buffer() and also set AV_CODEC_CAP_DR1 at the same time.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/s302menc.c
  • avcodec/v308enc : Avoid copying packet data, allow user-supplied buffers

    25 avril 2021, par Andreas Rheinhardt
    avcodec/v308enc : Avoid copying packet data, allow user-supplied buffers
    

    When the packet size is known in advance like here, one can avoid
    an intermediate buffer for the packet data by using
    ff_get_encode_buffer() and also set AV_CODEC_CAP_DR1 at the same time.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/v308enc.c