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

  • avdevice/lavfi : dont assign variables to themselfs

    9 septembre 2014, par Michael Niedermayer
    avdevice/lavfi: dont assign variables to themselfs
    
    Fixes "warning: explicitly assigning a variable of type int to itself"
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavdevice/lavfi.c
  • Fix "passing argument 1 of av_free discards const qualifier from pointer target type"

    9 septembre 2014, par Michael Niedermayer
    Fix "passing argument 1 of av_free discards const qualifier from pointer target type"
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavutil/dict.c
  • avcodec/snow : make new_picture const

    9 septembre 2014, par Michael Niedermayer
    avcodec/snow: make new_picture const
    
    Fixes "assignment discards const qualifier from pointer target type"
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/snow.h
  • Merge commit ’ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47’

    9 septembre 2014, par Michael Niedermayer
    Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47'
    
    * commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47':
      dv: K&R formatting cosmetics
    
    Conflicts:
    	libavcodec/dv.c
    	libavcodec/dv.h
    	libavcodec/dv_profile.c
    	libavcodec/dvdec.c
    	libavcodec/dvenc.c
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/dv.c
    • [DH] libavcodec/dv.h
    • [DH] libavcodec/dv_profile.c
    • [DH] libavcodec/dv_profile.h
    • [DH] libavcodec/dv_tablegen.h
    • [DH] libavcodec/dvdata.c
    • [DH] libavcodec/dvdec.c
    • [DH] libavcodec/dvenc.c
  • Merge commit ’f629705b0239c80fddc1b0b15ed4bb9042c77d23’

    9 septembre 2014, par Michael Niedermayer
    Merge commit 'f629705b0239c80fddc1b0b15ed4bb9042c77d23'
    
    * commit 'f629705b0239c80fddc1b0b15ed4bb9042c77d23':
      x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags
    
    See: 428aa14a4851711ea1aa3f9b2d5bac867434993f
    Merged-by: Michael Niedermayer <michaelni@gmx.at>