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

  • libaomenc : fix profile setting

    29 mars 2018, par James Almer
    libaomenc: fix profile setting
    
    Main Profile is yuv420p 8 and 10 bit
    High Profile is yuv444p 8 and 10 bit
    Professional Profile is yuv422p 8, 10, and 12 bit, plus every other pixfmt at 12 bit
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DBH] libavcodec/libaomenc.c
  • avcodec : rename the AV1 profiles

    29 mars 2018, par James Almer
    avcodec: rename the AV1 profiles
    
    Use the proper names instead of numbers
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/libaomenc.c
  • configure : Revert some incorrect uses of check_cc()

    29 mars 2018, par Diego Biurrun
    configure: Revert some incorrect uses of check_cc()
    
    • [DBH] configure
  • configure : Make require_cc() and require_cpp_condition() functions consistent

    28 mars 2018, par Diego Biurrun
    configure: Make require_cc() and require_cpp_condition() functions consistent
    
    Their API and implementation is different from other require_foo() functions,
    which violates the rule of least astonishment.
    
    • [DBH] configure
  • Add Haivision SRT protocol

    26 mars 2018, par Sven Dueking
    Add Haivision SRT protocol
    
    The protocol requires libsrt (https://github.com/Haivision/srt) to be
    installed
    
    Signed-off-by: Sven Dueking <sven.dueking@nablet.com>
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] Changelog
    • [DBH] configure
    • [DBH] doc/protocols.texi
    • [DBH] libavformat/Makefile
    • [DBH] libavformat/libsrt.c
    • [DBH] libavformat/protocols.c