[FFmpeg-cvslog] lavd/kmsgrab: Fix packet flag setting

2017-09-14 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Sep 14 09:14:36 2017 +0100| [16b44d9ab9fd81e4dfc5631a5fbc081b564f1037] | committer: Mark Thompson lavd/kmsgrab: Fix packet flag setting Found-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16b44d9ab9fd81e4dfc5631a5fbc

[FFmpeg-cvslog] avfilter/vf_despill: fix assigment

2017-09-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 14 18:05:57 2017 +0200| [133002e8ae51078709d626ffa2eff9ec8779bd80] | committer: Paul B Mahol avfilter/vf_despill: fix assigment Reported-by: Moritz Barsnick Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] kmsgrab: Fix build failure with old libdrm

2017-09-14 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Sep 13 20:21:38 2017 -0400| [462568185b0af4d651441ae397cc83bdb7e573ed] | committer: Mark Thompson kmsgrab: Fix build failure with old libdrm DRM_FORMAT_R8 was added in libdrm 2.4.68. DRM_FORMAT_R16 was added in libdrm 2.4.82. Signed-off-by: Jun Zhao S

[FFmpeg-cvslog] hwcontext_vaapi: Fix build failure with old libdrm

2017-09-14 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Sep 13 20:21:38 2017 -0400| [197d298ab3b27d1ec2ee7bf568debca105881a54] | committer: Mark Thompson hwcontext_vaapi: Fix build failure with old libdrm Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avcodec/mips: Improve hevc idct msa functions

2017-09-14 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Tue Sep 12 17:19:58 2017 +0530| [c6314cd750dfba2505a232cc16541395c986613a] | committer: Michael Niedermayer avcodec/mips: Improve hevc idct msa functions Align the buffers. Remove reduandant constant array. Signed-off-by: Kaustubh Raste Reviewed-by:

[FFmpeg-cvslog] avcodec/mips: Improve hevc lpf msa functions

2017-09-14 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Tue Sep 12 17:03:12 2017 +0530| [f692e55aab79729ca6d6b00c2671cac116903958] | committer: Michael Niedermayer avcodec/mips: Improve hevc lpf msa functions Seperate the filter processing in all strong, all weak and strong + weak cases. Signed-off-by: Ka

[FFmpeg-cvslog] vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed.

2017-09-14 Thread Thierry Foucu
ffmpeg | branch: master | Thierry Foucu | Tue Sep 12 18:45:57 2017 -0700| [eea64ef4cfb593cbe28465f45e6bd4c41a79cae1] | committer: Michael Niedermayer vf_fps: when reading EOF, using current_pts to duplicate the last frame if needed. Fix ticket #2674 Tested with examples from ticket 2674. Sig