git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • build : Move MP2 muxer declaration away from MP3 muxer code

    28 juin 2016, par Diego Biurrun
    build: Move MP2 muxer declaration away from MP3 muxer code
    
    The MP2 muxer uses none of the code of the MP3 muxer.
    
    • [DBH] libavcodec/Makefile
    • [DBH] libavformat/Makefile
    • [DBH] libavformat/mp3enc.c
    • [DBH] libavformat/rawenc.c
  • x86util : Extend SPLATW for avx2

    28 juin 2016, par James Almer
    x86util: Extend SPLATW for avx2
    
    Integration to Libav by Josh de Kock <josh@itanimul.li>.
    
    Signed-off-by: Alexandra Hájková <alexandra@khirnov.net>
    
    • [DBH] libavutil/x86/x86util.asm
  • build : Add a new component for H.264 parsing code

    28 juin 2016, par Diego Biurrun
    build: Add a new component for H.264 parsing code
    
    This fixes standalone compilation of the SVQ3 decoder, which had
    incomplete dependencies related to H.264 parsing.
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
  • checkasm : h264dsp : Move the x and y variables into the randomize_buffer macro

    27 juin 2016, par Martin Storsjö
    checkasm: h264dsp: Move the x and y variables into the randomize_buffer macro
    
    This avoids the risk of accidentally clobbering such variables outside
    of the macro if the same variables are used there.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] tests/checkasm/h264dsp.c
  • checkasm : h264dsp : Initialize the padding area

    27 juin 2016, par Martin Storsjö
    checkasm: h264dsp: Initialize the padding area
    
    This fixes valgrind warnings about conditional jumps based on
    uninitialized data (even though the uninitialized data only ever
    was compared with a direct copy of the same uninitialized data).
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] tests/checkasm/h264dsp.c