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

  • audiodsp : x86 : Remove pointless header file

    28 septembre 2016, par Diego Biurrun
    audiodsp: x86: Remove pointless header file
    
    Its single forward declaration can be moved to the only place
    it is used, like is done for all other dsp init files.
    
    • [DBH] libavcodec/x86/audiodsp.h
    • [DBH] libavcodec/x86/audiodsp_init.c
  • vaapi_h264 : Set max_num_ref_frames to 1 when not using B frames

    27 septembre 2016, par Mark Thompson
    vaapi_h264: Set max_num_ref_frames to 1 when not using B frames
    
    • [DBH] libavcodec/vaapi_encode_h264.c
  • swscale : Rename is9_OR_10 to match what it does

    27 septembre 2016, par Luca Barbato
    swscale: Rename is9_OR_10 to match what it does
    
    It is used to select functions that work with 9-15bits.
    
    • [DBH] libswscale/output.c
    • [DBH] libswscale/ppc/swscale_altivec.c
    • [DBH] libswscale/swscale.c
    • [DBH] libswscale/swscale_internal.h
    • [DBH] libswscale/swscale_unscaled.c
    • [DBH] libswscale/x86/swscale_template.c
  • lavf : fix usage of AVIOContext.seekable

    27 septembre 2016, par Anton Khirnov
    lavf: fix usage of AVIOContext.seekable
    
    It is supposed to be a flag. The only currently defined value is
    AVIO_SEEKABLE_NORMAL, but other ones may be added in the future.
    However all the current lavf code treats this field as a bool (mainly
    for historical reasons).
    Change all those cases to properly check for AVIO_SEEKABLE_NORMAL.
    
    • [DBH] libavformat/aiffdec.c
    • [DBH] libavformat/aiffenc.c
    • [DBH] libavformat/ape.c
    • [DBH] libavformat/apetag.c
    • [DBH] libavformat/asfdec.c
    • [DBH] libavformat/asfenc.c
    • [DBH] libavformat/au.c
    • [DBH] libavformat/avidec.c
    • [DBH] libavformat/avienc.c
    • [DBH] libavformat/aviobuf.c
    • [DBH] libavformat/bink.c
    • [DBH] libavformat/cafdec.c
    • [DBH] libavformat/filmstripdec.c
    • [DBH] libavformat/flacenc.c
    • [DBH] libavformat/flvdec.c
    • [DBH] libavformat/gxfenc.c
    • [DBH] libavformat/id3v1.c
    • [DBH] libavformat/matroskadec.c
    • [DBH] libavformat/matroskaenc.c
    • [DBH] libavformat/mmf.c
    • [DBH] libavformat/mov.c
    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/mp3enc.c
    • [DBH] libavformat/mpc.c
    • [DBH] libavformat/mpc8.c
    • [DBH] libavformat/mpeg.c
    • [DBH] libavformat/mpegts.c
    • [DBH] libavformat/mvdec.c
    • [DBH] libavformat/mxfdec.c
    • [DBH] libavformat/mxfenc.c
    • [DBH] libavformat/nutdec.c
    • [DBH] libavformat/oggdec.c
    • [DBH] libavformat/r3d.c
    • [DBH] libavformat/rmdec.c
    • [DBH] libavformat/rmenc.c
    • [DBH] libavformat/rsoenc.c
    • [DBH] libavformat/smjpegenc.c
    • [DBH] libavformat/soxenc.c
    • [DBH] libavformat/swfenc.c
    • [DBH] libavformat/takdec.c
    • [DBH] libavformat/tty.c
    • [DBH] libavformat/utils.c
    • [DBH] libavformat/vc1testenc.c
    • [DBH] libavformat/voc_packet.c
    • [DBH] libavformat/wavdec.c
    • [DBH] libavformat/wavenc.c
    • [DBH] libavformat/wvdec.c
    • [DBH] libavformat/wvenc.c
  • APIchanges : fix a typo in the version number

    27 septembre 2016, par Anton Khirnov
    APIchanges: fix a typo in the version number
    
    • [DBH] doc/APIchanges