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 : drop the audio stream from the dxtory test

    24 mai 2016, par Anton Khirnov
    FATE: drop the audio stream from the dxtory test
    
    This is a video test and there are no audio packets in the sample
    anyway.
    
    • [DBH] tests/fate/screen.mak
    • [DBH] tests/ref/fate/dxtory
  • Drop unnecessary libavutil/x86/asm.h #includes

    24 mai 2016, par Diego Biurrun
    Drop unnecessary libavutil/x86/asm.h #includes
    
    • [DBH] libavcodec/msmpeg4dec.c
    • [DBH] libavcodec/x86/audiodsp_init.c
    • [DBH] libavcodec/x86/fmtconvert_init.c
    • [DBH] libavcodec/x86/hpeldsp_init.c
    • [DBH] libavcodec/x86/mpegvideodsp.c
    • [DBH] libavcodec/x86/rv34dsp_init.c
    • [DBH] libavcodec/x86/vp6dsp_init.c
    • [DBH] libavcodec/x86/vp8dsp_init.c
    • [DBH] libavcodec/x86/vp9dsp_init.c
    • [DBH] libavfilter/x86/vf_gradfun_init.c
    • [DBH] libavfilter/x86/vf_interlace_init.c
    • [DBH] libavfilter/x86/vf_yadif_init.c
    • [DBH] libswscale/x86/rgb2rgb.c
    • [DBH] libswscale/x86/swscale.c
  • avconv : fix parsing bitstream filters

    24 mai 2016, par Anton Khirnov
    avconv: fix parsing bitstream filters
    
    The current code modifies the user-supplied string, which is shared for
    the whole output file. So a bitstream filter specification applied to
    multiple streams would not work correctly.
    
    • [DBH] avconv_opt.c
  • avconv : fix a check for av_bsf_get_by_name() return value

    24 mai 2016, par Anton Khirnov
    avconv: fix a check for av_bsf_get_by_name() return value
    
    • [DBH] avconv_opt.c
  • lavc : add a null bitstream filter

    24 mai 2016, par Anton Khirnov
    lavc: add a null bitstream filter
    
    It is useful for testing/debugging and will also be used as the default
    filter in the following commit adding pre-decode filtering to avoid
    having a separate non-filtered codepath.
    
    • [DBH] doc/bitstream_filters.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/bitstream_filters.c
    • [DBH] libavcodec/null_bsf.c