Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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)

  • avcodec/vp6 : Forward error codes

    17 avril, par Andreas Rheinhardt
    avcodec/vp6 : Forward error codes
    

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

    • [DH] libavcodec/vp6.c
  • avcodec/rl2 : Fix undefined pointer arithmetic

    28 septembre 2022, par Andreas Rheinhardt
    avcodec/rl2 : Fix undefined pointer arithmetic
    

    Don't increment back_frame if it does not correspond
    to a real buffer. To do this, handle copying from
    the back frame separately from the "use coded value"
    codepath ; also use memcpy for the former, as the
    chunks here are typically worth it.

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

    • [DH] libavcodec/rl2.c
  • avcodec/aac_ac3_parser : Use ff_adts_header_parse_buf()

    9 mai 2024, par Andreas Rheinhardt
    avcodec/aac_ac3_parser : Use ff_adts_header_parse_buf()
    

    instead of avpriv_adts_header_parse(). Using the former avoids
    an indirection.

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

    • [DH] libavcodec/aac_ac3_parser.c