[FFmpeg-cvslog] ffmpeg libopusdec: fix missing include file in libopusdec.c

2017-11-24 Thread Mikulas Patocka
ffmpeg | branch: master | Mikulas Patocka | Thu Nov 23 20:22:56 2017 +0100| [279d2599dd6be8e2030a4543b4efa245fd75de5c] | committer: Michael Niedermayer ffmpeg libopusdec: fix missing include file in libopusdec.c This patch fixes the following error when compiling mplayer with libopus

[FFmpeg-cvslog] avcodec/fft: fix INTERL macro on 3dnow

2017-11-25 Thread Mikulas Patocka
ffmpeg | branch: master | Mikulas Patocka | Thu Nov 23 20:12:55 2017 +0100| [fbdd78fa3e9949eb8b0cf6edc2548ed50e11bf71] | committer: James Almer avcodec/fft: fix INTERL macro on 3dnow The commit b7c16a3f2c4921f613319938b8ee0e3d6fa83e8d ("x86: fft: Port to cpuflags") breaks the opus

[FFmpeg-cvslog] configure: Disable i686 for i586 and lower CPUs

2015-05-19 Thread Mikulas Patocka
ffmpeg | branch: release/2.4 | Mikulas Patocka | Mon Sep 15 05:11:21 2014 -0700| [b37bfbfbe53917820d1f97312fa0b2e8c7a15217] | committer: Vittorio Giovara configure: Disable i686 for i586 and lower CPUs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: Fix miscompilation for i586

2015-06-01 Thread Mikulas Patocka
ffmpeg | branch: release/2.2 | Mikulas Patocka | Fri Sep 12 22:29:29 2014 +0200| [7c9870d3f7c1ec45f5b46506983cf6ffbb2f0ad0] | committer: Michael Niedermayer configure: Fix miscompilation for i586 If the CPU is 386, 486 or pentium, we must not use cmov in inline assembler. Signed-off-by

[FFmpeg-cvslog] configure: Disable i686 for i586 and lower CPUs

2015-06-01 Thread Mikulas Patocka
ffmpeg | branch: release/2.2 | Mikulas Patocka | Mon Sep 15 05:11:21 2014 -0700| [9eba675e549c48860601a4018df7756b57623e93] | committer: Reinhard Tartler configure: Disable i686 for i586 and lower CPUs (cherry picked from commit b37bfbfbe53917820d1f97312fa0b2e8c7a15217) Signed-off-by

[FFmpeg-cvslog] configure: Fix miscompilation for i586

2014-09-12 Thread Mikulas Patocka
ffmpeg | branch: master | Mikulas Patocka | Fri Sep 12 22:29:29 2014 +0200| [cdb3eee7c496f763d195de34be7f67783b98fb2c] | committer: Michael Niedermayer configure: Fix miscompilation for i586 If the CPU is 386, 486 or pentium, we must not use cmov in inline assembler. Signed-off-by: Michael

[FFmpeg-cvslog] configure: Disable i686 for i586 and lower CPUs

2014-09-16 Thread Mikulas Patocka
ffmpeg | branch: master | Mikulas Patocka | Mon Sep 15 05:11:21 2014 -0700| [9030c58a780a02fb8256cb75cd39275eaad786d1] | committer: Diego Biurrun configure: Disable i686 for i586 and lower CPUs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi