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

  • mpegtsenc : stop impersonating ses in sdt

    17 mai 2016, par Francois Cartegnie
    mpegtsenc: stop impersonating ses in sdt
    
    Unless specified, users must use non registered
    range for network id
    
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavformat/mpegtsenc.c
  • Add release notes for 12.

    16 mai 2016, par Anton Khirnov
    Add release notes for 12.
    
    • [DBH] doc/RELEASE_NOTES
  • vaapi_h264 : Fix frame_num after non-reference frames

    16 mai 2016, par Mark Thompson
    vaapi_h264: Fix frame_num after non-reference frames
    
    Non-reference frames (nal_ref_idc == 0) should be discardable, so
    frame_num does not advance after them.  Before this change, a stream
    containing unreferenced B-frames would be rejected by the reference
    decoder.
    
    • [DBH] libavcodec/vaapi_encode_h264.c
  • lavc : add H.264 MVC profiles

    14 mai 2016, par Anton Khirnov
    lavc: add H.264 MVC profiles
    
    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/profiles.c
    • [DBH] libavcodec/version.h
  • nvenc : allow setting the number of slices

    14 mai 2016, par Anton Khirnov
    nvenc: allow setting the number of slices
    
    Based on a patch by Agatha Hu <ahu@nvidia.com>
    
    • [DBH] libavcodec/nvenc.c