[FFmpeg-cvslog] ffmpeg: remove unused and errorneous AVFrame timestamp check

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sat Oct 1 16:15:45 2016 +0200| [04a3577263782cd6d70722d4ae18d75fee03dbc4] | committer: Hendrik Leppkes ffmpeg: remove unused and errorneous AVFrame timestamp check Decoders have previously not used AVFrame.pts, and with the upcoming deprecation of p

[FFmpeg-cvslog] lavc: export the timestamps when decoding in AVFrame.pts

2016-10-07 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Mar 19 21:45:24 2016 +0100| [32c8359093d1ff4f45ed19518b449b3ac3769d27] | committer: Anton Khirnov lavc: export the timestamps when decoding in AVFrame.pts Currently it's exported as AVFrame.pkt_pts, which is also the only use for that field. The re

[FFmpeg-cvslog] Use AVFrame.pts instead of deprecated pkt_pts.

2016-10-07 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Mar 20 07:51:11 2016 +0100| [beb62dac629603eb074a44c44389c230b5caac7c] | committer: Anton Khirnov Use AVFrame.pts instead of deprecated pkt_pts. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=beb62dac629603eb074a44c44389c230b5caac7c --

[FFmpeg-cvslog] Merge commit 'dc7501e524dc3270335749302c7aa449973625f3'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:18:05 2016 +0200| [6fc74934de1fcd82ace75dfff17605ec41c7e90d] | committer: Hendrik Leppkes Merge commit 'dc7501e524dc3270335749302c7aa449973625f3' * commit 'dc7501e524dc3270335749302c7aa449973625f3': checkasm: Issue emms after benchmar

[FFmpeg-cvslog] checkasm: Issue emms after benchmarking functions

2016-10-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Jun 21 14:00:01 2016 +0300| [dc7501e524dc3270335749302c7aa449973625f3] | committer: Martin Storsjö checkasm: Issue emms after benchmarking functions The functions may not clean up properly after using MMX registers. For the normal testing calls, t

[FFmpeg-cvslog] Merge commit '8c3c7b8920033d61c7aa15a4465b759c84e5958f'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:19:06 2016 +0200| [40b2878ad3bb12d91b15a7278b6a8862c09f4d54] | committer: Hendrik Leppkes Merge commit '8c3c7b8920033d61c7aa15a4465b759c84e5958f' * commit '8c3c7b8920033d61c7aa15a4465b759c84e5958f': dxva2_h264: Remove an unused variab

[FFmpeg-cvslog] vaapi_encode: Fix fallback when input does not match any format

2016-10-07 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Jun 18 13:05:23 2016 +0100| [11b8030309ee93d79b3a6cd4b83bf00757db1598] | committer: Mark Thompson vaapi_encode: Fix fallback when input does not match any format Just a typo. Add a comment to make it clearer what it's doing. > http://git.videolan

[FFmpeg-cvslog] Merge commit '11b8030309ee93d79b3a6cd4b83bf00757db1598'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:19:32 2016 +0200| [5e872d908368e7a246f37e28df1f67e8c4fb08b9] | committer: Hendrik Leppkes Merge commit '11b8030309ee93d79b3a6cd4b83bf00757db1598' * commit '11b8030309ee93d79b3a6cd4b83bf00757db1598': vaapi_encode: Fix fallback when inp

[FFmpeg-cvslog] dxva2_h264: Remove an unused variable

2016-10-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Jun 21 14:13:40 2016 +0300| [8c3c7b8920033d61c7aa15a4465b759c84e5958f] | committer: Martin Storsjö dxva2_h264: Remove an unused variable This was introduced by mistake in 39cdbb12aa214 (only one of the added variables were really needed). Signed-

[FFmpeg-cvslog] Merge commit '4dbfcd07570a9e45e9597561023adb6da26f27f6'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:20:04 2016 +0200| [8dd0e3d50f8488a00fdb59b0794358a0ba334c00] | committer: Hendrik Leppkes Merge commit '4dbfcd07570a9e45e9597561023adb6da26f27f6' * commit '4dbfcd07570a9e45e9597561023adb6da26f27f6': librtmp: Avoid an infiniloop settin

[FFmpeg-cvslog] Merge commit 'fe498ef5144d3712b887f44a0c5e654add99ead7'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:19:53 2016 +0200| [e8487d71be4dfaa3b9be519936ac74917d956d8a] | committer: Hendrik Leppkes Merge commit 'fe498ef5144d3712b887f44a0c5e654add99ead7' * commit 'fe498ef5144d3712b887f44a0c5e654add99ead7': hwcontext_vaapi: Return all formats

[FFmpeg-cvslog] librtmp: Avoid an infiniloop setting connection arguments

2016-10-07 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Wed Jun 22 06:36:31 2016 +0200| [4dbfcd07570a9e45e9597561023adb6da26f27f6] | committer: Luca Barbato librtmp: Avoid an infiniloop setting connection arguments The exit condition was missing. CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] hwcontext_vaapi: Return all formats for constraints without config

2016-10-07 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Jun 18 14:10:13 2016 +0100| [fe498ef5144d3712b887f44a0c5e654add99ead7] | committer: Mark Thompson hwcontext_vaapi: Return all formats for constraints without config No longer make a dummy device configuration to query. Instead, just return everyth

[FFmpeg-cvslog] Merge commit '3c84eaae9da0dc450ae99c65bb6b9865e3ba7fad'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:21:51 2016 +0200| [da76175d681246b07d526a395552edc020f0f4d9] | committer: Hendrik Leppkes Merge commit '3c84eaae9da0dc450ae99c65bb6b9865e3ba7fad' * commit '3c84eaae9da0dc450ae99c65bb6b9865e3ba7fad': h264: Eliminate unused but set vari

[FFmpeg-cvslog] h264: Eliminate unused but set variable

2016-10-07 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Jun 21 13:24:41 2016 +0200| [3c84eaae9da0dc450ae99c65bb6b9865e3ba7fad] | committer: Diego Biurrun h264: Eliminate unused but set variable libavcodec/h264_slice.c:1384:9: warning: variable 'droppable' set but not used > http://git.videolan.org/gitw

[FFmpeg-cvslog] msmpeg4: Remove some broken, commented-out cruft

2016-10-07 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Jun 23 14:36:37 2016 +0200| [eedbeb4c2737f28844157fae4bd87ed42a61bb1d] | committer: Diego Biurrun msmpeg4: Remove some broken, commented-out cruft > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eedbeb4c2737f28844157fae4bd87ed42a61bb1d

[FFmpeg-cvslog] Merge commit 'eedbeb4c2737f28844157fae4bd87ed42a61bb1d'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:22:25 2016 +0200| [5114c62902d3726b898df5628b1eaf98b4a87027] | committer: Hendrik Leppkes Merge commit 'eedbeb4c2737f28844157fae4bd87ed42a61bb1d' * commit 'eedbeb4c2737f28844157fae4bd87ed42a61bb1d': msmpeg4: Remove some broken, commen

[FFmpeg-cvslog] Merge commit '4f98bb7b6d0323d9ecc3bebd6e24d46a3a374bad'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:23:38 2016 +0200| [2335e189fb7bcbee2eac6ec9a5756c29f6782a5b] | committer: Hendrik Leppkes Merge commit '4f98bb7b6d0323d9ecc3bebd6e24d46a3a374bad' * commit '4f98bb7b6d0323d9ecc3bebd6e24d46a3a374bad': msmpeg4: Remove commented-out debug

[FFmpeg-cvslog] msmpeg4: Remove commented-out debug logging code

2016-10-07 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Jun 23 14:43:45 2016 +0200| [4f98bb7b6d0323d9ecc3bebd6e24d46a3a374bad] | committer: Diego Biurrun msmpeg4: Remove commented-out debug logging code > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f98bb7b6d0323d9ecc3bebd6e24d46a3a374bad

[FFmpeg-cvslog] Merge commit '31aa5335c390c83a6c3ea955b155067c36c4a2c4'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:23:49 2016 +0200| [edb4c445119501070cb00be1696d47c6d6462e2a] | committer: Hendrik Leppkes Merge commit '31aa5335c390c83a6c3ea955b155067c36c4a2c4' * commit '31aa5335c390c83a6c3ea955b155067c36c4a2c4': libopenh264enc: Fix inconsistent wh

[FFmpeg-cvslog] libopenh264enc: Fix inconsistent whitespace

2016-10-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Jun 24 01:06:12 2016 +0300| [31aa5335c390c83a6c3ea955b155067c36c4a2c4] | committer: Martin Storsjö libopenh264enc: Fix inconsistent whitespace Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31aa5335c390

[FFmpeg-cvslog] omx: Don't return > 0 from omx_encode_frame

2016-10-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Jun 24 01:13:16 2016 +0300| [0c9c4004ed57de210b4d83c7b39bbfb00b86b9af] | committer: Martin Storsjö omx: Don't return > 0 from omx_encode_frame The encode function is supposed to just return 0 on success. This stems from a mixup with the return val

[FFmpeg-cvslog] Merge commit '0c9c4004ed57de210b4d83c7b39bbfb00b86b9af'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:28:53 2016 +0200| [85146dfc23d39caf0167158cee2b6786a2616fff] | committer: Hendrik Leppkes Merge commit '0c9c4004ed57de210b4d83c7b39bbfb00b86b9af' * commit '0c9c4004ed57de210b4d83c7b39bbfb00b86b9af': omx: Don't return > 0 from omx_enco

[FFmpeg-cvslog] Merge commit '5b63b15663d31f50ce45d980b904a68795ad3f7a'

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 13:29:11 2016 +0200| [adfcf16f76de675f1dd313bc64ec52f2e143732b] | committer: Hendrik Leppkes Merge commit '5b63b15663d31f50ce45d980b904a68795ad3f7a' * commit '5b63b15663d31f50ce45d980b904a68795ad3f7a': lavfi: set the link hwframes contex

[FFmpeg-cvslog] lavfi: set the link hwframes context before configuring the dst input

2016-10-07 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jun 21 19:39:51 2016 +0200| [5b63b15663d31f50ce45d980b904a68795ad3f7a] | committer: Anton Khirnov lavfi: set the link hwframes context before configuring the dst input The destination filter might expect the hw frames context to be already set (thi

[FFmpeg-cvslog] avconv: explicitly postpone writing the header until all streams are initialized

2016-10-07 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon May 23 09:19:25 2016 +0200| [1c169782cae6c5c430ff62e7d7272dc9d0e8d527] | committer: Anton Khirnov avconv: explicitly postpone writing the header until all streams are initialized This should have no practical effect for now, but will make a differe

[FFmpeg-cvslog] avformat/matroskaenc: Fix () error

2016-10-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 7 14:01:20 2016 +0200| [572f16e10041c9af131709f88a53750a4b3db802] | committer: Michael Niedermayer avformat/matroskaenc: Fix () error Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=572f16

[FFmpeg-cvslog] ffmpeg: explicitly write headers for files with no streams

2016-10-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Oct 7 15:44:39 2016 +0200| [ab7e83efed9c8fb30777287304c0de3cc614ce57] | committer: Hendrik Leppkes ffmpeg: explicitly write headers for files with no streams Recent changes to ffmpeg.c tied output file init to stream init, which broke stream-les

[FFmpeg-cvslog] ffmpeg: Fix bitstream typo

2016-10-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 7 16:05:09 2016 +0200| [72061177f38381ff3e365d89e1c99685eaeaed9a] | committer: Michael Niedermayer ffmpeg: Fix bitstream typo Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72061177f38381

[FFmpeg-cvslog] avformat/matroskaenc: fix Tags master on seekable output if there are tags after the last stream duration

2016-10-07 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Oct 7 02:32:10 2016 -0300| [c45ba265fcbb57fcacf82f66cb2a2643210308e1] | committer: James Almer avformat/matroskaenc: fix Tags master on seekable output if there are tags after the last stream duration The dynamic AVIOContext would get closed pointin