]> git.sesse.net Git - ffmpeg/history - libavutil/cpu.h
configure: address a copy-paste typo
[ffmpeg] / libavutil / cpu.h
2015-08-28 Vittorio Giovaralavu: Drop deprecated AV_CPU_FLAG_MMX2 symbol
2015-05-31 James Almerx86: add AV_CPU_FLAG_AVXSLOW flag
2015-05-31 Luca Barbatoppc: cpu: Add support for VSX and POWER8 extensions
2014-04-06 Janne Grunauaarch64: add armv8 CPU flag
2014-02-23 James Almerx86: add detection for Bit Manipulation Instruction...
2014-02-23 James Almerx86: add detection for FMA3 instruction set
2013-10-25 Kieran Kunhyalibavutil: x86: Add AVX2 capable CPU detection.
2013-10-03 Diego Biurrunx86: cpu: Restore some explanatory comments removed...
2013-08-28 Diego Biurrunavutil: Move internal CPU detection function declaratio...
2013-05-24 Anton KhirnovMove get_logical_cpus() from lavc/pthread to lavu/cpu.
2012-11-16 Janne Grunaucpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-06-23 Diego Biurrunx86: Add CPU flag for the i686 cmov instruction
2012-04-25 Mans Rullgardavutil: add av_parse_cpu_flags() function
2012-04-22 Mans RullgardARM: allow runtime masking of CPU features
2012-03-12 Janne Grunauremove iwmmxt optimizations
2012-03-06 Anton Khirnovcpu: add av_set_cpu_flags_mask().
2011-09-26 Jason Garrett-Glaserx86: XOP/FMA4 CPU detection support
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-03-22 Justin RugglesAdd a CPU flag for the Atom processor.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-20 Mans Rullgardx86: check for AVX support
2010-09-09 Måns RullgårdClean up av_get_cpu_flag()
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-06 Stefano SabatiniSort AV_CPU_FLAG* by value.
2010-09-06 Stefano SabatiniFix typo.
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...