[FFmpeg-cvslog] lavc/dsd_tablegen: always generate tables at runtime

2015-12-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Dec 29 08:50:43 2015 -0800| [b492fbcc6e87094804fdf71308dc500976c6b165] | committer: Ganesh Ajjanagadde lavc/dsd_tablegen: always generate tables at runtime Commit b272c3a5aa has sped up dsd_tablegen, and now table generation takes ~ 40k cycles

[FFmpeg-cvslog] avfilter/vf_scale: set proper out frame color range

2015-12-30 Thread Thomas Mundt
ffmpeg | branch: master | Thomas Mundt | Thu Dec 31 00:01:21 2015 +0100| [73ce8162f3499cf0e86d1d80dea53324bd62bcb3] | committer: Michael Niedermayer avfilter/vf_scale: set proper out frame color range Prevents that following scalers in the filter chain will do unintentional color range conver

[FFmpeg-cvslog] dirac_dwt: remove unnecessary undefs

2015-12-30 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Dec 31 00:35:06 2015 +| [8de5b0d96664abfb45212a5f0962ac9b1d452a55] | committer: Rostislav Pehlivanov dirac_dwt: remove unnecessary undefs They're all undefined within the template file. Signed-off-by: Rostislav Pehlivanov > http://git

[FFmpeg-cvslog] configure: support --cpu=host and Clang

2015-12-30 Thread yukari yakumo
ffmpeg | branch: master | yukari yakumo | Mon Dec 14 18:11:00 2015 +0300| [f87e29a61587558e441dea3511db76611de9d92e] | committer: Michael Niedermayer configure: support --cpu=host and Clang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f87e29a

[FFmpeg-cvslog] avfilter/avf_showspectrum: add nebulae color map

2015-12-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Dec 30 21:20:16 2015 +0100| [0f387f2b6265e963d9cfd71239da3d8afa854b86] | committer: Paul B Mahol avfilter/avf_showspectrum: add nebulae color map Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f387f2b6265e9

[FFmpeg-cvslog] mips: put "disable mipsfpu" in a better place for loongson

2015-12-30 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:25 2015 +| [dde994751b16913afb59fbea2e0294e1e6468ef4] | committer: Michael Niedermayer mips: put "disable mipsfpu" in a better place for loongson Let's disable the ISAs first, and then the core capabilities, as we do for th

[FFmpeg-cvslog] mips: add mips32r6 architecture variant

2015-12-30 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:24 2015 +| [6a7e94cb14f31013261c337e217ca38c37fd9efd] | committer: Michael Niedermayer mips: add mips32r6 architecture variant Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer > http://git.videolan

[FFmpeg-cvslog] avformat/movenc: Use strict_std_compliance from the muxer layer instead of the encoder layer

2015-12-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 27 01:58:24 2015 +0200| [389ce22b5f093e9eff3dc11ab7dd72fd12dcc17c] | committer: Michael Niedermayer avformat/movenc: Use strict_std_compliance from the muxer layer instead of the encoder layer Signed-off-by: Michael Niedermayer > http:

[FFmpeg-cvslog] avfilter/avf_showspectrum: add moreland color map

2015-12-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Dec 30 18:35:17 2015 +0100| [2893dbfe2c316904de8a445c43f0e3089224e584] | committer: Paul B Mahol avfilter/avf_showspectrum: add moreland color map Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2893dbfe2c316

[FFmpeg-cvslog] lavc/cook: get rid of wasteful pow in init_pow2table

2015-12-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Dec 16 17:39:28 2015 -0800| [05434b0eea3f959b8b44be97c56bad6ab6a0dc22] | committer: Ganesh Ajjanagadde lavc/cook: get rid of wasteful pow in init_pow2table The table is highly structured, so pow (or exp2 for that matter) can entirely be avoide

[FFmpeg-cvslog] configure: make gcc 2 detection more robust

2015-12-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Dec 29 19:01:39 2015 -0800| [29bc293297a6edb44114818b3485f50c137d428d] | committer: Ganesh Ajjanagadde configure: make gcc 2 detection more robust Solves an issue that will get triggered when gcc 20 rolls in. Found-by: Hendrik Leppkes Review

[FFmpeg-cvslog] lavc/dsd_tablegen: speed up table generation

2015-12-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Dec 29 08:18:44 2015 -0800| [b272c3a5aabeafb37d5aeecc4524e8a8aeecf9da] | committer: Ganesh Ajjanagadde lavc/dsd_tablegen: speed up table generation Tables are bit identical. Sample benchmark (Haswell, GNU/Linux+gcc): old: 814485 decicycles in