Recherche avancée

Médias (91)

Autres articles (85)

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

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (6074)

  • aacenc : make a better estimate for the audio bitrate if not provided

    12 février 2016, par Rostislav Pehlivanov
    aacenc : make a better estimate for the audio bitrate if not provided
    

    Takes into account whether there’s pairing and if there’s an LFE channel.
    An SCE has more bits than CPE/2 since IS and M/S save quite a lot of bits
    when channels are paired. And most of the SCEs we have are in surround
    layouts which map it to the center channel, which usually carries all of
    the dialogue and compression artifacts there are easily audiable.

    Also refactors the init function a little bit and labels some parts of it.

    Fixes bug #5233

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc.c
  • Revision ec8864a8bf : Added MACRO for reference frame encoding This CL introduces a few macros plus c

    11 septembre 2015, par Zoe Liu

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c



    Added MACRO for reference frame encoding

    This CL introduces a few macros plus code cleaning on the encoding of
    the reference frames. Coding performance remains unchanged.

    For the encoding of either the compound reference or the single reference
    case, since each bit has different contexts, the tree structure may not
    be applied to treat the combined bits as one symbol. It is possible we may
    explore the sharing of the same context for all the bits to introduce
    the use of tree structure for the next step.

    Change-Id : I6916ae53c66be1a0b23e6273811c0139515484df

  • avformat/dtsdec : switch to common frame header parsing function

    10 juillet 2017, par foo86
    avformat/dtsdec : switch to common frame header parsing function
    

    This makes probing for regular DTS more strict because more header
    fields are checked and values not supported by decoder are now rejected.

    Also fixes an issue original code had with 14-bit streams : 96 bits of
    header were expected, however only 84 bits were converted, which was not
    enough to parse LFE flag.

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

    • [DH] libavformat/dtsdec.c