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

  • avconv : support parsing bitstream filter options

    29 octobre 2016, par James Almer
    avconv: support parsing bitstream filter options
    
    Example usage:
    
    avconv -i INPUT -bsf filter[=opt1=val1:opt2=val2] OUTPUT
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Anton Khirnov <anton@khirnov.net>
    
    • [DBH] avconv.c
    • [DBH] avconv.h
    • [DBH] avconv_opt.c
  • qsv : Add VP8 decoder

    27 octobre 2016, par Mark Thompson
    qsv: Add VP8 decoder
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/qsv.c
    • [DBH] libavcodec/qsvdec_other.c
  • vp8 : Return stream format information from parser

    27 octobre 2016, par Mark Thompson
    vp8: Return stream format information from parser
    
    • [DBH] libavcodec/vp8_parser.c
  • avisynth : Support pix_fmts added to AviSynth+

    27 octobre 2016, par Stephen Hutchinson
    avisynth: Support pix_fmts added to AviSynth+
    
    A number of new pix_fmts* have been added to AviSynth+:
    16-bit packed RGB and RGBA
    10-, 12-, 14, and 16-bit YUV 4:2:0, 4:2:2, and 4:4:4
    8-, 10-, 12-, 14-, and 16-bit Planar RGB
    8-, 10-, 12-, 14-, and 16-bit Planar YUVA and Planar RGBA
    10-, 12-, 14-, and 16-bit GRAY variants
    32-bit floating point Planar YUV(A), Planar RGB(A), and GRAY
    
    *some of which are not currently available pix_fmts here and were
     not added to the demuxer due to this
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] libavformat/avisynth.c
  • qsv : Add VC-1 decoder

    26 octobre 2016, par Mark Thompson
    qsv: Add VC-1 decoder
    
    It uses the same code as the MPEG-2 decoder, so the file is renamed
    to contain all "other" (that is, not H.26[45]) codecs.
    
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/qsvdec_other.c