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

  • avisynth : Simplify the pix_fmt check for the newer AviSynth API

    9 août 2016, par Stephen Hutchinson
    avisynth: Simplify the pix_fmt check for the newer AviSynth API
    
    The values don't need to be hardcoded since the correct values are
    returned by avs_bits_per_pixel.
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] libavformat/avisynth.c
  • avisynth : Fix setting stream timebase

    9 août 2016, par Marton Balint
    avisynth: Fix setting stream timebase
    
    Stream timebase should be set using avpriv_set_pts_info, otherwise
    avctx->pkt_timebase is not correct, leading to A/V desync.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>
    Reviewed-by: Stephen Hutchinson <qyot27@gmail.com>
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] libavformat/avisynth.c
  • checkasm : add a test for blockdsp

    8 août 2016, par Anton Khirnov
    checkasm: add a test for blockdsp
    
    • [DBH] tests/checkasm/Makefile
    • [DBH] tests/checkasm/blockdsp.c
    • [DBH] tests/checkasm/checkasm.c
    • [DBH] tests/checkasm/checkasm.h
  • blockdsp : drop the high_bit_depth parameter

    8 août 2016, par Anton Khirnov
    blockdsp: drop the high_bit_depth parameter
    
    It has no effect, since the code is supposed to operate the same way for
    any bit depth.
    
    • [DBH] libavcodec/arm/blockdsp_arm.h
    • [DBH] libavcodec/arm/blockdsp_init_arm.c
    • [DBH] libavcodec/arm/blockdsp_init_neon.c
    • [DBH] libavcodec/blockdsp.c
    • [DBH] libavcodec/blockdsp.h
    • [DBH] libavcodec/ppc/blockdsp.c
    • [DBH] libavcodec/x86/blockdsp.c
  • aiff : Skip padding byte for odd-sized chunks

    8 août 2016, par Diego Biurrun
    aiff: Skip padding byte for odd-sized chunks
    
    Bug-Id: 660
    
    • [DBH] libavformat/aiffdec.c