Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (112)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (15442)

  • avcodec/dca_core : probe extension headers directly

    10 juillet 2017, par foo86
    avcodec/dca_core : probe extension headers directly
    

    Avoid using bitstream reader in a non-standard way by directly accessing
    index. Use bit shifting/masking operations instead.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/dca_core.c
  • Prevent ffmpeg and libavcodec from writing to screen (command prompt)

    20 novembre 2014, par Krishna

    I get the following output on the commandline when I try to open a particular file. I am using ffmpeg (libavcodec) to write a video reader. The following lines are output after avformat_find_stream_info().

    [mpeg2video @ 0000000000337a60] Invalid frame dimensions 0x0.
    [mpeg2video @ 0000000000337a60] Invalid frame dimensions 0x0.
    [mpeg2video @ 0000000000337a60] Invalid frame dimensions 0x0.

    Can anyone help me prevent ffmpeg from writing this to the command prompt. I would like to handle this internally without exposing this to the end user.

    Thank you !

  • rtpdec_h264 : Include the right header for AV_RB16

    19 février 2015, par Martin Storsjö
    rtpdec_h264 : Include the right header for AV_RB16
    

    Including libavcodec/get_bits.h is superfluous for AV_RB16 - nothing
    in this file uses any actual bitstream reader.

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

    • [DH] libavformat/rtpdec_h264.c