[FFmpeg-cvslog] avcodec/cuvid: set width and height before calling get_format

2017-02-14 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Feb 14 11:47:08 2017 +0100| [ce79410bba776d4121685654056f2b4e39bbd3f7] | committer: Timo Rothenpieler avcodec/cuvid: set width and height before calling get_format The external hw_frames_ctx is initialized in that callback, and needs that infor

[FFmpeg-cvslog] avcodec/cuvid: add format mismatch debug logs

2017-02-14 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Feb 9 22:19:59 2017 +0100| [b6f4f0b14b0f8c00d7d1dec1d1f03d82b85dd617] | committer: Timo Rothenpieler avcodec/cuvid: add format mismatch debug logs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b6f4f0b14b0f8c00d7d1dec1d1f03d82b85d

[FFmpeg-cvslog] avcodec/cuvid: update hw_frames_ctx reference after get_format call

2017-02-14 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Feb 9 22:29:47 2017 +0100| [b7d480f4312c5ce7d8ce2f6eb7189f0d96ad5bde] | committer: Timo Rothenpieler avcodec/cuvid: update hw_frames_ctx reference after get_format call > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7d480f4312c5c

[FFmpeg-cvslog] avcodec/nvenc: push cuda context before encoding a frame

2017-02-14 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Mon Feb 13 22:59:46 2017 +0100| [be74ba648cf4063c9805ebe95ee83fd7299f7fd5] | committer: Timo Rothenpieler avcodec/nvenc: push cuda context before encoding a frame Thanks to Miroslav Slugeň for figuring out what was going on here. > http://git.vide

[FFmpeg-cvslog] HTTP: improve performance by reducing forward seeks

2017-02-14 Thread Joel Cunningham
ffmpeg | branch: master | Joel Cunningham | Mon Jan 30 10:00:44 2017 -0600| [8c8e5d5286bf598a89ef9993a2cf6ea409d03a32] | committer: Michael Niedermayer HTTP: improve performance by reducing forward seeks This commit optimizes HTTP performance by reducing forward seeks, instead favoring a read-

[FFmpeg-cvslog] avcodec/hevc_parser: export framerate, remove one dependency on the decoder

2017-02-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 14 16:33:53 2017 +0100| [db3507a670aec46fd5ed58c90d2927eb7f72d8ed] | committer: Michael Niedermayer avcodec/hevc_parser: export framerate, remove one dependency on the decoder Fixes Ticket6090 Signed-off-by: Michael Niedermayer > http:

[FFmpeg-cvslog] avformat/dashenc: Only use temporary files when outputting to file protocol

2017-02-14 Thread Thomas Stephens
ffmpeg | branch: master | Thomas Stephens | Tue Feb 7 14:20:32 2017 -0600| [5fe2b437023f46394dfd4a4c991aa4a3ac3d8e72] | committer: Michael Niedermayer avformat/dashenc: Only use temporary files when outputting to file protocol Skips using temporary files when outputting to a protocol other th

[FFmpeg-cvslog] avcodec/h264_sei: Check actual presence of SEI picture timing instead of implying it

2017-02-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 14 23:45:01 2017 +0100| [6a37abc59af4d87d4c55f7d812ac62d4d6a7464b] | committer: Michael Niedermayer avcodec/h264_sei: Check actual presence of SEI picture timing instead of implying it Signed-off-by: Michael Niedermayer > http://git.vi