Recherche avancée

Médias (91)

Autres articles (87)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (11402)

  • x86 : SSSE3 LUT-based faster coeff_level_run

    5 avril 2013, par Jason Garrett-Glaser
    x86 : SSSE3 LUT-based faster coeff_level_run
    

     2x faster coeff_level_run.
    Faster CAVLC encoding : 1%,2%,7% overall with superfast,medium,slower.
    Uses the same pshufb LUT abuse trick as in the previous ads_mvs patch.

    • [DH] common/bitstream.h
    • [DH] common/quant.c
    • [DH] common/x86/const-a.asm
    • [DH] common/x86/pixel-a.asm
    • [DH] common/x86/quant-a.asm
    • [DH] common/x86/quant.h
    • [DH] common/x86/x86inc.asm
    • [DH] encoder/cavlc.c
    • [DH] tools/checkasm.c
  • ffmpeg configure for ios - using asm options causes MPx (mp1, mp2, mp3) codecs sound problems

    18 avril 2013, par hard gamer

    I've made many tests to get good performance for video decoding with ffmpeg on low cpu idevices such as iPad 1 and iPhone 3Gs, and see that using asm option when configuring ffmpeg for cross compiling for ios is very very important for performance..

    But when I configure with —enable-asm, the audio stream which using mpx(mp1,mp2,mp) codec sounds squeaky.
    If I configure with —disable-asm option, than mpx(mp1,mp2,mp) codec sounds well but then the performance is %50 percent of the previous one built with the —enable-asm option...

    I've also tested these with the ffmpeg versions that are 0.8, 0.9, 0.10, 0.11, 1.0,1.1,1.2
    All of them produces same results...

    Can anyone have the same problem with me ? Also, any idea how can I fix this issue ? please advice me .. (I can not find any patch to fix this issue on the net or in ffmpeg forums.)

    -MS

  • Revision ae64e7b408 : Removed shadow warnings : postproc.c decodframe.c threading.c and denoising.c A

    14 mars 2013, par Scott LaVarnway

    Changed Paths :
     Modify /vp8/common/postproc.c


     Modify /vp8/decoder/decodframe.c


     Modify /vp8/decoder/threading.c


     Modify /vp8/encoder/denoising.c



    Removed shadow warnings : postproc.c decodframe.c threading.c

    and denoising.c
    Adding -Wshadow to CFLAGS generated a bunch of warnings. This patch
    removes these warnings.

    Change-Id : I434a9f4bfac9ad4ab7d2a67a35ef21e6636280da