git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • avfilter/vf_decimate : fix crash with gray8

    19 septembre 2013, par Paul B Mahol
    avfilter/vf_decimate: fix crash with gray8
    
    Signed-off-by: Paul B Mahol <onemda@gmail.com>
    
    • [DH] libavfilter/vf_decimate.c
  • lavfi/pad,crop,scale : remove options description from filter description

    19 septembre 2013, par Paul B Mahol
    lavfi/pad,crop,scale: remove options description from filter description
    
    Signed-off-by: Paul B Mahol <onemda@gmail.com>
    
    • [DH] libavfilter/vf_crop.c
    • [DH] libavfilter/vf_pad.c
    • [DH] libavfilter/vf_scale.c
  • fate : add adelay test

    19 septembre 2013, par Paul B Mahol
    fate: add adelay test
    
    Signed-off-by: Paul B Mahol <onemda@gmail.com>
    
    • [DH] tests/fate/filter-audio.mak
    • [DH] tests/ref/fate/filter-adelay
  • asfenc : mux chapters in ASF files using an ASF "marker" section

    19 septembre 2013, par Vladimir Pantelic
    asfenc: mux chapters in ASF files using an ASF "marker" section
    
    ASF markers only have a start time, so we lose the chapter end times,
    but that is ASF for you
    
    Signed-off-by: Vladimir Pantelic <vladoman@gmail.com>
    Signed-off-by: Anton Khirnov <anton@khirnov.net>
    
    • [DH] Changelog
    • [DH] libavformat/asfenc.c
    • [DH] libavformat/version.h
  • asfenc : remember send time and offset of the index entries

    19 septembre 2013, par Vladimir Pantelic
    asfenc: remember send time and offset of the index entries
    
    Signed-off-by: Vladimir Pantelic <vladoman@gmail.com>
    Signed-off-by: Anton Khirnov <anton@khirnov.net>
    
    • [DH] libavformat/asf.h
    • [DH] libavformat/asfenc.c