Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (58)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (8073)

  • oggenc : Set the right AVOption size for the pref_duration option

    6 juin 2014, par Martin Storsjö
    oggenc : Set the right AVOption size for the pref_duration option
    

    On big endian machines, the default value set via the faulty
    AVOption ended up as 2^32 times too big.

    This fixes the fate-lavf-ogg test which currently is broken on
    big endian machines, broken since 3831362. Since that commit,
    a final zero-sized packet is written to the ogg muxer in that test,
    which caused different flushing behaviour on little and big endian
    depending on whether the pref_duration option was handled as it
    should or not.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/oggenc.c
  • lavfi : filtfmts : use newer avfilter APIs

    16 juillet 2013, par Vittorio Giovara
    lavfi : filtfmts : use newer avfilter APIs
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavfilter/filtfmts.c
  • configure : generate full msvc debug symbols when linking in debug mode

    19 juillet 2013, par Hendrik Leppkes
    configure : generate full msvc debug symbols when linking in debug mode
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure