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

  • Merge commit ’cffecc0e7ebd642afaa1fb9f56fab1fcc283293c’

    7 novembre 2013, par Michael Niedermayer
    Merge commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c'
    
    * commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c':
      avfilter/graphparser: Directly free filter memory if initialization fails
    
    Conflicts:
    	libavfilter/graphparser.c
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavfilter/graphparser.c
  • avfilter/unsharp : added optimized opencl kernels

    7 novembre 2013, par Lenny Wang
    avfilter/unsharp: added optimized opencl kernels
    
    Reviewed-by: Wei Gao <highgod0401@gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavfilter/unsharp.h
    • [DH] libavfilter/unsharp_opencl.c
    • [DH] libavfilter/unsharp_opencl_kernel.h
  • avienc : drop the vfr flag.

    7 novembre 2013, par Anton Khirnov
    avienc: drop the vfr flag.
    
    AVI does not really support vfr properly, only by padding with null
    packets.
    
    • [DH] libavformat/avienc.c
  • libavcodec/xsubenc.c : set coded_bits_per_sample

    7 novembre 2013, par Erik Olofsson
    libavcodec/xsubenc.c: set coded_bits_per_sample
    
    Explicitly set the number of bits per sample to stop
    the avi muxer from guessing at 24 bits.
    The result is that bits per pixel in the avi stream header
    matches what other XSUB muxers produce, such as AVIAddXSubs.exe
    
    Signed-off-by: Erik Olofsson <eaj.olofsson@gmail.com>
    Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/xsubenc.c
  • libavcodec/xsubenc.c : Fix bounding box coordinates

    7 novembre 2013, par Erik Olofsson
    libavcodec/xsubenc.c: Fix bounding box coordinates
    
    Fix coordinates of the lower right corner of the text area.
    Note that the coordinates are redundant as the size and
    position of the text area are known.
    Many decoders (including Sony Playstation 3, VLC and FFmpeg)
    ignore the redundant coordinates.
    Some hardware decoders need them for correct playback.
    
    Verified on Philips DVD player models HTS7201 and DVP3380.
    
    Fixes ticket #3031
    
    Signed-off-by: Erik Olofsson <eaj.olofsson@gmail.com>
    Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/xsubenc.c