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

  • avconv : do packet ts rescaling in write_packet()

    27 mai 2016, par Anton Khirnov
    avconv: do packet ts rescaling in write_packet()
    
    This will be useful in the following commit, after which the muxer
    timebase is not always available when encoding.
    
    • [DBH] avconv.c
    • [DBH] avconv.h
  • build : Simplify postprocessing of linker version script files

    27 mai 2016, par Diego Biurrun
    build: Simplify postprocessing of linker version script files
    
    Generate the files in a single postprocessing step w/o intermediate files.
    
    • [DBH] Makefile
    • [DBH] common.mak
    • [DBH] configure
    • [DBH] library.mak
  • ac3 : Check the array bound before dereferencing

    26 mai 2016, par Luca Barbato
    ac3: Check the array bound before dereferencing
    
    CC: libav-stable@libav.org
    
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavcodec/ac3enc_template.c
  • asm : FF_-prefix internal macros used in inline assembly

    25 mai 2016, par Diego Biurrun
    asm: FF_-prefix internal macros used in inline assembly
    
    These warnings conflict with system macros on Solaris, producing
    truckloads of warnings about macro redefinition.
    
    • [DBH] libavcodec/x86/blockdsp.c
    • [DBH] libavcodec/x86/cabac.h
    • [DBH] libavcodec/x86/fpel_mmx.c
    • [DBH] libavcodec/x86/h264_i386.h
    • [DBH] libavcodec/x86/hpeldsp_rnd_template.c
    • [DBH] libavcodec/x86/me_cmp_init.c
    • [DBH] libavcodec/x86/mpegvideo.c
    • [DBH] libavcodec/x86/mpegvideoenc_template.c
    • [DBH] libavcodec/x86/rnd_template.c
    • [DBH] libavcodec/x86/vc1dsp_mmx.c
    • [DBH] libavutil/x86/asm.h
    • [DBH] libavutil/x86/cpu.c
    • [DBH] libswscale/utils.c
    • [DBH] libswscale/x86/rgb2rgb_template.c
    • [DBH] libswscale/x86/swscale_template.c
  • lavc : handle hw_frames_ctx where necessary

    25 mai 2016, par Andrey Turkin
    lavc: handle hw_frames_ctx where necessary
    
    avcodec_copy_context() didn't handle hw_frames_ctx references correctly
    which could cause crashes.
    
    Signed-off-by: Anton Khirnov <anton@khirnov.net>
    
    • [DBH] libavcodec/options.c