[FFmpeg-cvslog] configure: fix inline asm checks

2018-09-02 Thread John Cox
ffmpeg | branch: master | John Cox | Wed May 30 17:30:31 2018 +0100| [52fd2afce8436c59c05765f3a6e95f9adb6f9f2f] | committer: Martin Storsjö configure: fix inline asm checks Commit 8c893aa3cd5 removed quotes that were required to detect inline asm: check_insn armv5te qadd r0, r0, r0

[FFmpeg-cvslog] configure: fix arm inline asm checks

2018-06-06 Thread John Cox
ffmpeg | branch: release/4.0 | John Cox | Wed May 30 17:30:31 2018 +0100| [72a34d23329944d4e062d07b9b5d730d332902b7] | committer: James Almer configure: fix arm inline asm checks Commit 8c893aa3cd5 removed quotes that were required to detect inline asm in clang: check_insn armv5te qadd r0

[FFmpeg-cvslog] configure: fix arm inline asm checks

2018-06-06 Thread John Cox
ffmpeg | branch: master | John Cox | Wed May 30 17:30:31 2018 +0100| [ad94f1c8abe68a2b38536cc96a31327c6be7b105] | committer: James Almer configure: fix arm inline asm checks Commit 8c893aa3cd5 removed quotes that were required to detect inline asm in clang: check_insn armv5te qadd r0, r0, r0

[FFmpeg-cvslog] avfilter: use av_clip_uintp2_c where clip is variable

2018-05-31 Thread John Cox
ffmpeg | branch: master | John Cox | Thu May 31 16:22:59 2018 +0200| [8d4fc2ea06a7c69efa35b032e3fb2ad853ea3daf] | committer: Paul B Mahol avfilter: use av_clip_uintp2_c where clip is variable Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] cabac_functions: Count zeros with ctz if it is fast

2016-01-21 Thread John Cox
ffmpeg | branch: master | John Cox | Wed Jan 20 17:56:30 2016 +| [5115d8326e8eba707ee3048930674e2f9058d913] | committer: Michael Niedermayer cabac_functions: Count zeros with ctz if it is fast When refilling the low bit buffer after get_cabac count the bits with ctz if the processor has a

[FFmpeg-cvslog] cabac_functions: Allow more functions to be overridden

2016-01-21 Thread John Cox
ffmpeg | branch: master | John Cox | Wed Jan 20 17:59:30 2016 +| [74105fc9a3c4e37aea3d1ba3e132398f9fb0b944] | committer: Michael Niedermayer cabac_functions: Allow more functions to be overridden Allow more of the cabac functions to be overridden and avoid generating any code for unwanted

[FFmpeg-cvslog] cabac: Ensure 2-byte cabac loads are on 2-byte boundry

2016-01-21 Thread John Cox
ffmpeg | branch: master | John Cox | Wed Jan 20 17:48:30 2016 +| [48f80831bad87addf40b6496210817ea0efc85af] | committer: Michael Niedermayer cabac: Ensure 2-byte cabac loads are on 2-byte boundry Ensure that cabac init sets the bitstream pointer to an even value. It is often faster to