git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avfilter/af_pan : Fix sscanf() use
6 janvier, par Michael Niedermayer -
avcodec/mpegvideo_enc : fix qmat value comments
6 janvier, par Marton Balintavcodec/mpegvideo_enc: fix qmat value comments The comments supposed to track the possible value of the qmat and qmat16 matrices, but they were not updated properly in the long history of the mpegvideo encoder. Also they wrongly assumed the usage of built-in quantizer matrices and linear quantization. Signed-off-by: Marton Balint <cus@passwd.hu>
-
avfilter/vf_grayworld : Use the correct pointer for av_log()
6 janvier, par Michael Niedermayer -
avformat/flvenc : fix missing sequence start with MP3 tracks
5 janvier, par Alessandro Rosavformat/flvenc: fix missing sequence start with MP3 tracks When muxing to FLV/RTMP a MP3 track with an ID greater than zero, enhanced RTMP has to be used, and a sequence start should preceed track data. This is already implemented (see line 823 of flvenc.c) but the code is never reached due to a too-strict condition before it. This patch fixes the issue. Signed-off-by: Alessandro Ros <aler9.dev@gmail.com> Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
-
ffv1dec : add support for hwaccels
5 janvier, par Lynne