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

  • configure : Drop test for fork()

    26 septembre 2017, par Diego Biurrun
    configure: Drop test for fork()
    
    fork() is never used conditionally.
    
    • [DBH] configure
  • build : Drop redundant check for soundcard.h

    26 septembre 2017, par Diego Biurrun
    build: Drop redundant check for soundcard.h
    
    It should be sys/soundcard.h nowadays.
    
    • [DBH] configure
    • [DBH] libavdevice/oss.c
  • Remove dv1394 input device

    26 septembre 2017, par Josh de Kock
    Remove dv1394 input device
    
    Support for this device has been removed in the Linux kernel since v2.6.37.
    dv1394 has been superseded by libiec61883 which is functionally equivalent.
    
    Signed-off-by: Josh de Kock <josh@itanimul.li>
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] configure
    • [DBH] doc/general.texi
    • [DBH] doc/indevs.texi
    • [DBH] libavdevice/Makefile
    • [DBH] libavdevice/alldevices.c
    • [DBH] libavdevice/dv1394.c
    • [DBH] libavdevice/dv1394.h
    • [DBH] libavdevice/version.h
  • build : Remove check for gsm/gsm.h for libgsm

    26 septembre 2017, par Diego Biurrun
    build: Remove check for gsm/gsm.h for libgsm
    
    libgsm never installed more than a single header, the headers installed into
    the gsm/ subdirectory by some distros are private. Who started this nonsense
    is a mystery, but it got cargo-culted around ever since.
    
    • [DBH] configure
    • [DBH] libavcodec/libgsmdec.c
    • [DBH] libavcodec/libgsmenc.c
  • stereo3d : Support view type for frame sequence type

    25 septembre 2017, par Vittorio Giovara
    stereo3d: Support view type for frame sequence type
    
    Implement detection in h264 and hevc and insertion in framepack filter.
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
    
    • [DBH] doc/APIchanges
    • [DBH] libavcodec/h264_sei.c
    • [DBH] libavcodec/h264_sei.h
    • [DBH] libavcodec/h264_slice.c
    • [DBH] libavcodec/hevc_sei.c
    • [DBH] libavcodec/hevc_sei.h
    • [DBH] libavcodec/hevcdec.c
    • [DBH] libavfilter/vf_framepack.c
    • [DBH] libavutil/stereo3d.h
    • [DBH] libavutil/version.h