[FFmpeg-cvslog] avformat/wavenc: replace literal numbers with enum constants

2017-10-05 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Fri Sep 29 16:28:47 2017 +0200| [c941e99b7f7ba16230aa72e644d519c33004dd47] | committer: Tobias Rapp avformat/wavenc: replace literal numbers with enum constants Signed-off-by: Tobias Rapp > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c941

[FFmpeg-cvslog] lavc/v4l2: Fix printf format for int64_t

2017-10-05 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Oct 5 01:06:08 2017 +0100| [e01a270762c1b79e10566e5e55a7eb4488b8a25b] | committer: Mark Thompson lavc/v4l2: Fix printf format for int64_t > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e01a270762c1b79e10566e5e55a7eb4488b8a25b --- li

[FFmpeg-cvslog] avfilter/vf_fps: clean-up filter options

2017-10-05 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Thu Oct 5 10:18:57 2017 +0200| [0a499d6a57409926011e1952fcf7ca39224663d6] | committer: Tobias Rapp avfilter/vf_fps: clean-up filter options Add missing AV_OPT_FLAG_FILTERING_PARAM flag to "start_time" option. Fix indent of "round" named constants and cl

[FFmpeg-cvslog] doc/filters: align order of fps filter options to implementation

2017-10-05 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Thu Oct 5 10:14:26 2017 +0200| [4f5fb7813423ae67d3a6897999cc97e02f75dee1] | committer: Tobias Rapp doc/filters: align order of fps filter options to implementation Align order of "start_time" option within fps filter documentation to actual implementati

[FFmpeg-cvslog] build: add install targets for the examples

2017-10-05 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 5 00:47:41 2017 -0300| [cafd9d66ed9e1bad4ae579a3935f7af57a567a51] | committer: James Almer build: add install targets for the examples Split it off from install-data. Among other things, this prevents spamming triplicate log lines during install

[FFmpeg-cvslog] avformat: fix id3 chapters

2017-10-05 Thread Lukas Stabe
ffmpeg | branch: master | Lukas Stabe | Thu Oct 5 03:34:19 2017 +0200| [1fd80106be3dca9fa0ea13fb364c8d221bd27c15] | committer: wm4 avformat: fix id3 chapters These changes store id3 chapter data in ID3v2ExtraMeta and introduce ff_id3v2_parse_chapters to parse them into the format context if ne

Re: [FFmpeg-cvslog] Merge commit '79331df362fb05a0d04ca9489c87e5b80077a3f4'

2017-10-05 Thread Michael Niedermayer
On Wed, Oct 04, 2017 at 02:20:07AM +, James Almer wrote: > ffmpeg | branch: master | James Almer | Tue Oct 3 > 23:08:06 2017 -0300| [1e7b6e47d2752a91bcd6d0c91ed2aaf118eaeee9] | committer: > James Almer > > Merge commit '79331df362fb05a0d04ca9489c87e5b80077a3f4' > > * commit '79331df362fb0

Re: [FFmpeg-cvslog] avfilter: add vmafmotion filter

2017-10-05 Thread Michael Niedermayer
On Sat, Sep 30, 2017 at 03:51:41PM +, Ashish Singh wrote: > ffmpeg | branch: master | Ashish Singh | Sat Sep 16 > 02:35:58 2017 +0530| [148c8e88c43cfbabd6aee9f01ef30942cee9d359] | committer: > Ronald S. Bultje > > avfilter: add vmafmotion filter > > Signed-off-by: Ashish Singh > Signed-of

[FFmpeg-cvslog] avcodec/mips: Cleanup unused functions

2017-10-05 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Thu Oct 5 13:33:06 2017 +0530| [51ebce7d7d614b15a9f27c67e419b4e2859335d7] | committer: Michael Niedermayer avcodec/mips: Cleanup unused functions Signed-off-by: Kaustubh Raste Reviewed-by: Manojkumar Bhosale Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] rtsp: Move message parsing to a separate function

2017-10-05 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Tue Mar 14 17:44:45 2017 +0100| [1e27837265702b63db65122e97178a0ca4d25e05] | committer: James Almer rtsp: Move message parsing to a separate function Make easier to handle the polling function before we implement full threading support. (cherry picked