| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: lavc: share more constant through defines | Christophe Gisquet | 2015-02-07 | 1 | -1/+2 |
* | Merge commit '55519926ef855c671d084ccc151056de9e3d3a77' | Michael Niedermayer | 2014-03-14 | 1 | -4/+5 |
|\ |
|
| * | x86: Make function prototype comments in assembly code consistent | Diego Biurrun | 2014-03-13 | 1 | -4/+5 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
|/ |
|
* | x86: h264_weight_10bit: port to cpuflags | Diego Biurrun | 2012-11-13 | 1 | -63/+69 |
* | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+0 |
* | x86: add colons after labels | Mans Rullgard | 2012-08-07 | 1 | -8/+8 |
* | h264: use proper PROLOGUE statement for a function using 8 registers. | Ronald S. Bultje | 2012-04-16 | 1 | -4/+4 |
* | h264: fix 10bit biweight functions after recent x86inc.asm fixes. | Ronald S. Bultje | 2012-04-12 | 1 | -4/+4 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -1/+1 |
* | h264_weight: initialize "height" function argument properly. | Ronald S. Bultje | 2011-10-22 | 1 | -0/+1 |
* | H264: change weight/biweight functions to take a height argument. | Ronald S. Bultje | 2011-10-21 | 1 | -95/+50 |
* | Fix NASM include directive | Dave Yeo | 2011-08-15 | 1 | -2/+2 |
* | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | h264: Add x86 assembly for 10-bit weight/biweight H.264 functions. | Daniel Kang | 2011-06-21 | 1 | -0/+321 |