]> git.sesse.net Git - ffmpeg/history - libavutil/cpu.c
lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h
[ffmpeg] / libavutil / cpu.c
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
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 Rullgardcpu: recognise only cpu flag names pertinent to the...
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 Ronald S. Bultjecpu: initialize mask to -1, so that by default, optimiz...
2012-03-06 Anton Khirnovcpu: add av_set_cpu_flags_mask().
2011-09-26 Jason Garrett-Glaserx86: XOP/FMA4 CPU detection support
2011-06-30 Mans RullgardFix cpu flags test program
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
2011-01-18 Mans Rullgardcpu-test: include stdio.h only for test prog
2010-12-07 Ramiro Pollafix building of cpu-test by including required header
2010-09-09 Måns RullgårdCache detected CPU flags
2010-09-09 Måns RullgårdClean up av_get_cpu_flag()
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...