[FFmpeg-cvslog] libavcodec/mips/h264dsp_msa.c: fix type in some function parameters

2016-10-13 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Wed Oct 12 16:09:40 2016 +0100| [04b0792e4a7ac2866d269f9a1a921385ad410964] | committer: Michael Niedermayer libavcodec/mips/h264dsp_msa.c: fix type in some function parameters This fixes a build problem for MIPS architecture that looks like

[FFmpeg-cvslog] mips: add support for R6

2016-04-26 Thread Vicente Olivert Riera
ffmpeg | branch: release/3.0 | Vicente Olivert Riera | Tue Apr 26 12:35:14 2016 +0530| [a5638dbfbafd9162a201692b4b76981180c87d34] | committer: Michael Niedermayer mips: add support for R6 Note:- backporting commit ad16eff64ba78d8dc98a8324640025c7cb2857f3 from head Understanding the mips32r6

[FFmpeg-cvslog] mips: add support for R6

2016-03-09 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Wed Feb 24 16:38:22 2016 +| [ad16eff64ba78d8dc98a8324640025c7cb2857f3] | committer: Michael Niedermayer mips: add support for R6 Understanding the mips32r6 and mips64r6 ISAs in the configure script is not enough. In order to have full

[FFmpeg-cvslog] mips: do not disable any feature for generic cores

2016-02-26 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Wed Feb 24 16:38:21 2016 +| [5156578d1f486163d5b83f1d63246cd23d107933] | committer: Michael Niedermayer mips: do not disable any feature for generic cores We don't know which features are available when the user selects a generic cor

[FFmpeg-cvslog] mips: improve detection of ISAs, FPU and ASEs (DSP, MSA)

2016-02-26 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Wed Feb 24 16:38:20 2016 +| [8514fb6b987c20da34f566b5f92bededd836c8ab] | committer: Michael Niedermayer mips: improve detection of ISAs, FPU and ASEs (DSP, MSA) Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] mips: display a warning message when using an unknown CPU

2016-01-06 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Wed Jan 6 16:55:29 2016 +| [6282bdc2bf36ce492d233db38bce219a1a976cfe] | committer: Michael Niedermayer mips: display a warning message when using an unknown CPU Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer

[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 capabilitie

[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 > h

[FFmpeg-cvslog] mips: i6400 core is not mips32r2, so disable mips32r2

2015-12-16 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:22 2015 +| [e8bc43fe473017c4748bcd810e65eb4c71aeeebf] | committer: Michael Niedermayer mips: i6400 core is not mips32r2, so disable mips32r2 Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] mips: add mips64r2 architecture variant

2015-12-16 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:23 2015 +| [a2f2abc88920dd62a6a8423e2ec5b8f22efb0d17] | committer: Michael Niedermayer mips: add mips64r2 architecture variant Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] mips: add i6400 core optimizations

2015-12-12 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:20 2015 +| [88d66f691a4c4e7dbdb8d8509bc1bdd1e3c329ef] | committer: Michael Niedermayer mips: add i6400 core optimizations Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] mips: remove --mips64r6 configure option

2015-12-12 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:19 2015 +| [1dcd96f72f77fcfdb86718137b1a0388c20f370d] | committer: Michael Niedermayer mips: remove --mips64r6 configure option Having a configure option with the same name as a MIPS ISA is confusing, so better to remove

[FFmpeg-cvslog] mips: i6400 core does have an FPU, so not disable it

2015-12-12 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:21 2015 +| [69e80d6ce42c6b1a19f6cc79d68cedd9cc37] | committer: Michael Niedermayer mips: i6400 core does have an FPU, so not disable it Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] mips: add p5600 core optimizations

2015-12-04 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:18 2015 +| [1a538a149063a435620e904225c3bd42a51c510a] | committer: Michael Niedermayer mips: add p5600 core optimizations Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] mips: remove --mips32r5 configure option

2015-12-04 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:17 2015 +| [c8419035f48f0a1b7fdbf934314ce27187fcd0d9] | committer: Michael Niedermayer mips: remove --mips32r5 configure option Having a configure option with the same name as a MIPS ISA is confusing, so better to remove

[FFmpeg-cvslog] mips: rename mipsdspr1 to mipsdsp

2015-12-03 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Thu Dec 3 13:22:16 2015 +| [a27401a05ba31fe4a8f7824d376c1d48d2e571a9] | committer: Michael Niedermayer mips: rename mipsdspr1 to mipsdsp Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] mips: disable all features in configure if no cpu is matched

2015-10-15 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Wed Oct 14 14:58:49 2015 +0100| [50366b429508e7b34e1a68eca3031a43cb0f523c] | committer: Michael Niedermayer mips: disable all features in configure if no cpu is matched Signed-off-by: Vicente Olivert Riera Reviewed-by: Nedeljko Babic Signed

[FFmpeg-cvslog] configure: address a copy-paste typo

2015-10-03 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Tue Sep 29 17:28:33 2015 +0100| [3f1f6053013d0015e9f115a91a11744807649a07] | committer: Luca Barbato configure: address a copy-paste typo The correct instruction for mips32r1 is addi. Signed-off-by: Vicente Olivert Riera Signed-off-by: Luca

[FFmpeg-cvslog] mips: intreadwrite: Only execute that code for mips r1 or r2

2015-09-29 Thread Vicente Olivert Riera
ffmpeg | branch: master | Vicente Olivert Riera | Fri Sep 25 08:56:25 2015 +0200| [d00bb8addccb63fa3feacb06d2a310731dc0113b] | committer: Luca Barbato mips: intreadwrite: Only execute that code for mips r1 or r2 MIPS R6 supports unaligned memory access and does not have the load/store-left