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

  • cmdutils : remove this_year constant, use CONFIG_THIS_YEAR instead

    26 novembre 2013, par Stefano Sabatini
    cmdutils: remove this_year constant, use CONFIG_THIS_YEAR instead
    
    Simplify.
    
    • [DH] cmdutils.c
    • [DH] cmdutils.h
    • [DH] ffprobe.c
  • HEVC : valgrind fix : vps_list

    26 novembre 2013, par gcocherel
    HEVC : valgrind fix : vps_list
    
    cherry picked from commit 211c39ade87bc079eabc862a6b684544dc88a786
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/hevc_parser.c
  • vp9 : move some entries out of VP9Block into VP9Context.

    26 novembre 2013, par Ronald S. Bultje
    vp9: move some entries out of VP9Block into VP9Context.
    
    They aren't really block-related variables in the sense that they are
    not block-coded, rather they are state trackers.
    
    • [DH] libavcodec/vp9.c
  • Merge remote-tracking branch ’qatar/master’

    26 novembre 2013, par Michael Niedermayer
    Merge remote-tracking branch 'qatar/master'
    
    * qatar/master:
      aacsbr: Add some const casts to silence warnings in ff_sbr_apply()
    
    Conflicts:
    	libavcodec/aacsbr.c
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/aacsbr.c
  • doc/Makefile fix PROGS

    26 novembre 2013, par Michael Niedermayer
    doc/Makefile fix PROGS
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] doc/Makefile