[FFmpeg-cvslog] lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed value

2016-03-01 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Feb 29 22:16:16 2016 -0500| [bd9c58756a50b52e495b748d6ea6b0aafe397c25] | committer: Ganesh Ajjanagadde lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed value It makes no sense whatsoever to do this at each function call; we already

[FFmpeg-cvslog] fate: add pipe and cache test

2016-03-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Feb 29 21:30:23 2016 +0100| [5324882529f322bc601a2d31a798489d160a01da] | committer: Michael Niedermayer fate: add pipe and cache test Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5324882529f

[FFmpeg-cvslog] avformat/seek-test: Support passing options to demuxers and protocols

2016-03-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Feb 29 21:37:51 2016 +0100| [a870aa89bf384f485c112794a0ca0b49d6aceca2] | committer: Michael Niedermayer avformat/seek-test: Support passing options to demuxers and protocols Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitwe

[FFmpeg-cvslog] lavf/mov: Set display aspect ratio for avid dv.

2016-03-01 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Mar 2 02:03:46 2016 +0100| [2355b7458e637a56a8eb878ee9dbe1e06dfd69b2] | committer: Carl Eugen Hoyos lavf/mov: Set display aspect ratio for avid dv. Fixes ticket #5271. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2355b7458e637a5

[FFmpeg-cvslog] sdp: fix opus sprop-stereo fmtp syntax

2016-03-01 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Mon Feb 29 20:08:14 2016 -0800| [c3bb6166dd05801e86a959085cdffbc3fb1ac46d] | committer: Michael Niedermayer sdp: fix opus sprop-stereo fmtp syntax Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c3bb6166dd

[FFmpeg-cvslog] Move the |die| member of FrameThreadContext to PerThreadContext.

2016-03-01 Thread Wan-Teh Chang
ffmpeg | branch: master | Wan-Teh Chang | Tue Mar 1 10:11:53 2016 -0800| [4845f0720e38c5baab7baad52bfce1451f1c1639] | committer: Ronald S. Bultje Move the |die| member of FrameThreadContext to PerThreadContext. This fixes a data race warning by ThreadSanitizer. FrameThreadContext.die is read

[FFmpeg-cvslog] sws/aarch64: add {nv12, nv21, yuv420p, yuv422p}_to_{argb, rgba, abgr, rgba}_neon

2016-03-01 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Feb 8 15:14:17 2016 +0100| [f1148390d7ed0444f3204d10277d09cc8d034e65] | committer: Clément Bœsch sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neon > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1148390d7ed044

[FFmpeg-cvslog] vc2enc: fix packet underallocation and minimum bitrate with interlacing

2016-03-01 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Mar 1 13:44:18 2016 +| [7bcc57ad99381a5aafdb5471ca164e4b6dca7d25] | committer: Rostislav Pehlivanov vc2enc: fix packet underallocation and minimum bitrate with interlacing This was a regression introduced by commit e7345abe052 which ena

[FFmpeg-cvslog] vc2enc: simplify slice cost caching

2016-03-01 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Mar 1 13:04:40 2016 +| [41985d40c652b4065848204e42fac6706e15955a] | committer: Rostislav Pehlivanov vc2enc: simplify slice cost caching The fact that now all quantization indices costs are cached justifies storing 20 more integers in a

[FFmpeg-cvslog] vc2enc: remove redundant put_padding() and use skip_put_bytes() instead

2016-03-01 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Mar 1 11:38:19 2016 +| [6061b78e837428b0ed0923b2f52e4e36c003b489] | committer: Rostislav Pehlivanov vc2enc: remove redundant put_padding() and use skip_put_bytes() instead Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/

[FFmpeg-cvslog] lavfi: add bench and abench filters

2016-03-01 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Feb 29 12:19:55 2016 +0100| [090621d7cece368d31f0d11baf477fc7fc007cac] | committer: Clément Bœsch lavfi: add bench and abench filters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=090621d7cece368d31f0d11baf477fc7fc007cac --- Changel