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

  • FATE : add a test of H.264 SEI recovery in an intra refresh stream

    15 juin 2016, par Anton Khirnov
    FATE: add a test of H.264 SEI recovery in an intra refresh stream
    
    • [DBH] tests/fate/h264.mak
    • [DBH] tests/ref/fate/h264-intra-refresh-recovery
  • d3d11va : don’t keep the context lock while waiting for a frame

    15 juin 2016, par Steve Lhomme
    d3d11va: don't keep the context lock while waiting for a frame
    
    also fixes a deadlock found by Денис Кулаков <kudesnik33ra@gmail.com>
    
    Signed-off-by: Anton Khirnov <anton@khirnov.net>
    
    • [DBH] libavcodec/dxva2.c
  • movenc : Add an option for skipping writing the mfra/tfra/mfro trailer

    13 juin 2016, par Martin Storsjö
    movenc: Add an option for skipping writing the mfra/tfra/mfro trailer
    
    When writing a fragmented file, we by default write an index pointing
    to all the fragments at the end of the file. This causes constantly
    increasing memory usage during the muxing. For live streams, the
    index might not be useful at all.
    
    A similar fragment index is written (but at the start of the file) if
    the global_sidx flag is set. If ism_lookahead is set, we need to keep
    data about the last ism_lookahead+1 fragments.
    
    If no fragment index is to be written, we don't need to store information
    about all fragments, avoiding increasing the memory consumption
    linearly with the muxing runtime.
    
    This fixes out of memory situations with long live mp4 streams.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/movenc.h
  • checkasm : Add tests for vp8dsp

    13 juin 2016, par Martin Storsjö
    checkasm: Add tests for vp8dsp
    
    The tests are inspired by similar tests for vp9 by
    Ronald Bultje.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] tests/checkasm/Makefile
    • [DBH] tests/checkasm/checkasm.c
    • [DBH] tests/checkasm/checkasm.h
    • [DBH] tests/checkasm/vp8dsp.c
  • h264 : Drop unused function check_opcodes()

    13 juin 2016, par Diego Biurrun
    h264: Drop unused function check_opcodes()
    
    • [DBH] libavcodec/h264_refs.c