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 : Merge separate parts of GnuTLS test

    23 septembre 2017, par Diego Biurrun
    configure: Merge separate parts of GnuTLS test
    
    • [DBH] configure
  • configure : Simplify nvenc check (and move it to the correct spot)

    23 septembre 2017, par Diego Biurrun
    configure: Simplify nvenc check (and move it to the correct spot)
    
    • [DBH] configure
  • configure : Miscellaneous minor changes to config file handling

    23 septembre 2017, par Diego Biurrun
    configure: Miscellaneous minor changes to config file handling
    
    - Move generating config.fate to a more sensible place.
    - Move printing warnings to a more appropriate place.
    - Improve "generated by" comment in libavutil/avconfig.h.
    - Drop pointless informative output about generating config files.
    - Write a standard comment header to config.asm as well.
    
    • [DBH] configure
  • configure : Move enabling libc_type into probe_libc() function

    23 septembre 2017, par Diego Biurrun
    configure: Move enabling libc_type into probe_libc() function
    
    • [DBH] configure
  • Remove all output devices

    23 septembre 2017, par Diego Biurrun
    Remove all output devices
    
    The libavformat API is not suitable for exporting output devices as muxers.
    Some practical problems are e.g. lack of timing/synchronization mechanisms
    or interaction with output-specific features.
    
    • [DBH] configure
    • [DBH] doc/avconv.texi
    • [DBH] doc/avplay.texi
    • [DBH] doc/outdevs.texi
    • [DBH] libavdevice/Makefile
    • [DBH] libavdevice/alldevices.c
    • [DBH] libavdevice/alsa.c
    • [DBH] libavdevice/alsa.h
    • [DBH] libavdevice/alsa_enc.c
    • [DBH] libavdevice/oss_enc.c
    • [DBH] libavdevice/sndio_enc.c
    • [DBH] libavdevice/version.h