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 : remove av_opt_set_defaults() from process_options()

    24 mai 2013, par Michael Niedermayer
    avfilter: remove av_opt_set_defaults() from process_options()
    
    This is already called from ff_filter_alloc()
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavfilter/avfilter.c
  • lavfi/field, il, noise : use av_pix_fmt_count_planes()

    24 mai 2013, par Paul B Mahol
    lavfi/field, il, noise: use av_pix_fmt_count_planes()
    
    Signed-off-by: Paul B Mahol <onemda@gmail.com>
    
    • [DH] libavfilter/vf_field.c
    • [DH] libavfilter/vf_il.c
    • [DH] libavfilter/vf_noise.c
  • Merge remote-tracking branch ’qatar/master’

    24 mai 2013, par Michael Niedermayer
    Merge remote-tracking branch 'qatar/master'
    
    * qatar/master:
      vf_fade: support slice threading
      vf_yadif: support slice threading
    
    Conflicts:
    	libavfilter/vf_fade.c
    	libavfilter/vf_yadif.c
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavfilter/vf_fade.c
    • [DH] libavfilter/vf_yadif.c
  • framemd5_class and md5enc_class may not be identical.

    24 mai 2013, par Reimar Döffinger
    framemd5_class and md5enc_class may not be identical.
    
    Due the crappy issue of classes having to be unique,
    we cannot even have classes with identical content,
    otherwise the compiler or linker is free to merge them,
    giving the same result and bugs as if we had only one class.
    Besides redesigning the option code to handle this correctly
    I see only the option of requiring any two classes to have
    different names, but the list of requirements for
    AVClasses is getting kind of unmanageable.
    
    Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
    
    • [DH] libavformat/md5enc.c
  • Merge commit ’129bb238430ec45a3b5f8f1d384df590ddf7b62f’

    24 mai 2013, par Michael Niedermayer
    Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'
    
    * commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f':
      lavfi: add a slice threading infrastructure
    
    Conflicts:
    	Changelog
    	cmdutils.c
    	doc/APIchanges
    	libavfilter/Makefile
    	libavfilter/avfilter.c
    	libavfilter/avfilter.h
    	libavfilter/avfiltergraph.c
    	libavfilter/internal.h
    	libavfilter/version.h
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] Changelog
    • [DH] cmdutils.c
    • [DH] doc/APIchanges
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/avfilter.h
    • [DH] libavfilter/avfiltergraph.c
    • [DH] libavfilter/internal.h
    • [DH] libavfilter/pthread.c
    • [DH] libavfilter/thread.h
    • [DH] libavfilter/version.h