Recherche avancée

Médias (91)

Autres articles (104)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

Sur d’autres sites (7424)

  • dnxhddata : Add tables for missing DNx100 profiles

    30 juillet 2015, par Vittorio Giovara
    dnxhddata : Add tables for missing DNx100 profiles
    

    1440x1080@8 progressive (1259) and interlaced (1260).

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

    • [DBH] Changelog
    • [DBH] libavcodec/dnxhddata.c
  • Anomalie #4009 : Manque les champs date dans les tables

    8 octobre 2018, par b b

    Gogogo nicod_ :)

  • aacenc : Move local encoder specific tables to a separate file

    29 juillet 2015, par Rostislav Pehlivanov
    aacenc : Move local encoder specific tables to a separate file
    

    This commit moves any tables specific to the encoder from aacenc
    and aaccoder to a separate file called ’aacenctab.c/.h’.
    This was done as a clean up attempt as the encoder was filled with
    tables pasted in between functions which made it confusing to follow
    and track where each table and definition had been used.
    This commit solves this by simply exporting the smaller tables out to
    the aacenctab.h while the larger ones are compiled using aacenctab.c
    and are referenced from the header file.

    Signed-off-by : Claudio Freire <klaussfreire@gmail.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenctab.c
    • [DH] libavcodec/aacenctab.h