ffmpeg/fftools
Vishwanath Dixit 146cdf7e4b fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabled
Forced key frames generation functionality was assuming the first PTS
value as zero, but, when 'copyts' is enabled, the first PTS can be any
big number. This was eventually forcing all the frames as key frames.
To resolve this issue, update has been made to use first input pts as
reference pts.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-06-04 22:26:55 +02:00
..
Makefile Remove the ffserver program 2018-01-06 18:31:37 +00:00
cmdutils.c cmdutils: dump supported hardware devices in print_codec() 2018-05-28 18:21:48 +08:00
cmdutils.h cmdutils: print supported codecs in show_help_bsf() 2018-03-22 00:15:05 -03:00
ffmpeg.c fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabled 2018-06-04 22:26:55 +02:00
ffmpeg.h fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabled 2018-06-04 22:26:55 +02:00
ffmpeg_cuvid.c
ffmpeg_filter.c Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was used 2018-04-30 21:51:31 +02:00
ffmpeg_hw.c ffmpeg: Use codec hardware config to configure hwaccels 2017-11-26 21:41:19 +00:00
ffmpeg_opt.c fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabled 2018-06-04 22:26:55 +02:00
ffmpeg_qsv.c
ffmpeg_videotoolbox.c
ffplay.c ffplay: Print codec_name if decoder for codec_id could not be found. 2018-05-30 01:09:49 +02:00
ffprobe.c ffprobe: fix SEGV when new streams are added 2018-05-09 12:30:17 -07:00