[FFmpeg-cvslog] doc/filters: mention obvious operation, for our always clueless users

2019-05-16 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu May 16 10:40:38 2019 +0200| [7990df05f72292fd9e4c8a8e5cc04d408610ae31] | committer: Paul B Mahol doc/filters: mention obvious operation, for our always clueless users > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7990df05f72292fd9e4c8a8

[FFmpeg-cvslog] avfilter/vf_separatefields: switch to activate

2019-05-16 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu May 16 12:31:57 2019 +0200| [6276b4db974e9b7bc5a93ffeb2c52ca7f18bb046] | committer: Paul B Mahol avfilter/vf_separatefields: switch to activate Fixes timestamp of last output frame. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6276b4d

[FFmpeg-cvslog] avutil/tx: fix forward compound non-mod-15 based MDCTs

2019-05-16 Thread Lynne
ffmpeg | branch: master | Lynne | Thu May 16 17:26:10 2019 +0100| [6044534964a463663803b590fe66a212af4b3834] | committer: Lynne avutil/tx: fix forward compound non-mod-15 based MDCTs There was a hardcoded value left. Wasn't caught earlier as no code uses compound forward mod-3/5 MDCTs yet. > h

[FFmpeg-cvslog] doc/filters: update URL for sr filter script repository

2019-05-16 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri May 17 00:40:04 2019 +0530| [c2771bbf815bd7d0ff273ba590b7db02a303399f] | committer: Gyan Doshi doc/filters: update URL for sr filter script repository Thanks to Steven Liu for the update. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c27

[FFmpeg-cvslog] avutil/tx: should check against (*ctx)

2019-05-16 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Thu May 16 12:47:36 2019 +0800| [65646db8e8d5aa95ef8282823fdf5ec1a5f3df69] | committer: James Almer avutil/tx: should check against (*ctx) ctx is a pointer to pointer here. Signed-off-by: Ruiling Song > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] doc/filters: update URL for sr filter script repository

2019-05-16 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri May 17 07:34:17 2019 +0800| [81acc9adbfef9a4867862033b769b5d198cea679] | committer: Steven Liu doc/filters: update URL for sr filter script repository Because the Original repository author loss loss of communication, add new sr filter script reposito

[FFmpeg-cvslog] Revert "doc/filters: update URL for sr filter script repository"

2019-05-16 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri May 17 07:33:25 2019 +0800| [14c58c6acaa1745a76a2e9c1b83a9ff2c50a1660] | committer: Steven Liu Revert "doc/filters: update URL for sr filter script repository" This reverts commit c2771bbf815bd7d0ff273ba590b7db02a303399f. > http://git.videolan.org/gi

[FFmpeg-cvslog] avformat/dashenc: use 64bit for handling the return of avio_tell()

2019-05-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 14 13:04:51 2019 +0200| [359d4e10a07d71e0706ce9550e68655fdfa30d64] | committer: Karthick J avformat/dashenc: use 64bit for handling the return of avio_tell() The return code is 64bit, so this is more correct, especially in case it actuall