[FFmpeg-cvslog] rkmpp: Add hardware config information

2017-12-04 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Dec 1 22:01:41 2017 +| [9f7cc87baf2ce407cd1d53e572ebb4eaa13c] | committer: Mark Thompson rkmpp: Add hardware config information This is not strictly required here because the rkmpp decoder does not call ff_get_format(), but it may be helpf

[FFmpeg-cvslog] vaapi_h265: Add named options for setting profile and level

2017-12-04 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Nov 29 21:31:53 2017 +| [71421f382f5c53b1a109489a906a80c1b7e3eed7] | committer: Mark Thompson vaapi_h265: Add named options for setting profile and level Also fixes the default, which previously contained a nonsense value. > http://git.videola

[FFmpeg-cvslog] vaapi_h264: Add named options for setting profile and level

2017-12-04 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Nov 29 21:31:11 2017 +| [c490fc9536dcea7fdf1245a340bf075533610bc2] | committer: Mark Thompson vaapi_h264: Add named options for setting profile and level > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c490fc9536dcea7fdf1245a340bf07

[FFmpeg-cvslog] avfilter/vf_convolution: add 7x7 filter

2017-12-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 4 21:32:29 2017 +0100| [312b00de8f8b15f416daf90865da3be9180a09c8] | committer: Paul B Mahol avfilter/vf_convolution: add 7x7 filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=312b00de8f8b15f416daf90

[FFmpeg-cvslog] fate/checkasm: add missing target for vf_threshold test

2017-12-04 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Dec 4 15:39:19 2017 -0300| [bfd7f07b650b0414683c2c2554870e4e74d5c083] | committer: James Almer fate/checkasm: add missing target for vf_threshold test Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bfd7f07b65

[FFmpeg-cvslog] x86/vf_threshold: make threshold8 functions work on x86_32

2017-12-04 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Dec 4 15:04:43 2017 -0300| [cc2ba526d4140829e9b3a8d5919b8cfe449972c3] | committer: James Almer x86/vf_threshold: make threshold8 functions work on x86_32 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc2ba52

[FFmpeg-cvslog] checkasm/vf_threshold: fix mixed code and declarations

2017-12-04 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Dec 4 15:26:34 2017 -0300| [1b324700e3a1cb7894bfbd76f5591cf643dc0371] | committer: James Almer checkasm/vf_threshold: fix mixed code and declarations Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b324700e3a

[FFmpeg-cvslog] libavcodec/hevc_filter: support for all skip_loop_filter levels.

2017-12-04 Thread sfan5
ffmpeg | branch: master | sfan5 | Thu Nov 30 23:58:02 2017 +0100| [942eafcf08c440eb23f08c10bd7b56d1c27fd21c] | committer: Michael Niedermayer libavcodec/hevc_filter: support for all skip_loop_filter levels. Continues where commit 52c75d486ed5f75cbb79e5dbd07b7aef24f3071f left off. Signed-off-b

[FFmpeg-cvslog] avformat/hlsenc: fix compiling error when disable-network

2017-12-04 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Dec 4 23:52:17 2017 +0800| [d67c1dda403288bcfd30b5d4a0412582728c2c79] | committer: Steven Liu avformat/hlsenc: fix compiling error when disable-network > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d67c1dda403288bcfd30b5d4a0412582728c2c

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2a9de26 contact: The gusari forum does not exist anymore.

2017-12-04 Thread ffmpeg-git
The branch, master has been updated via 2a9de26aaba6808916e363ff331f43e32766c082 (commit) from 41327720f20067d8ef16eadc15e50abba78c030d (commit) - Log - commit 2a9de26aaba6808916e363ff331f43e32766c082 Author: Carl

[FFmpeg-cvslog] avfilter/x86/vf_hflip.asm: fix building on x32

2017-12-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Dec 4 15:08:43 2017 +0100| [5ff0d2acaef87950a254cea9c75153f48caaa729] | committer: Paul B Mahol avfilter/x86/vf_hflip.asm: fix building on x32 Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ff0d2acaef87950

[FFmpeg-cvslog] opus_pvq: do not compile encoding/decoding code if the encoder/decoder is disabled

2017-12-04 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Dec 4 08:57:45 2017 +| [7b46add7257628bffac96d3002308d1f9e1ed172] | committer: Rostislav Pehlivanov opus_pvq: do not compile encoding/decoding code if the encoder/decoder is disabled This should save quite a bit of space if either has

[FFmpeg-cvslog] opus_celt: deduplicate band quantization/dequantization function

2017-12-04 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Dec 4 08:55:45 2017 +| [ce87e630fa009d0bf78cd7a7599e6efc221e6543] | committer: Rostislav Pehlivanov opus_celt: deduplicate band quantization/dequantization function No point in having the same code twice to do exactly the same thing. S

[FFmpeg-cvslog] fate-opus: update tests to use new decoder outputs

2017-12-04 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Dec 4 10:50:23 2017 +| [e836a0b3fd6943f77f54d65ee4ac1005e71d1162] | committer: Rostislav Pehlivanov fate-opus: update tests to use new decoder outputs Can't overwrite old ones. Signed-off-by: Rostislav Pehlivanov > http://git.videola

[FFmpeg-cvslog] avfilter: add hflip x86 SIMD

2017-12-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 1 20:56:45 2017 +0100| [86fda8be3f3892c48474a319e0ef7509dc137e3e] | committer: Paul B Mahol avfilter: add hflip x86 SIMD Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86fda8be3f3892c48474a319e0ef7509dc