| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'd68c05380cebf563915412182643a8be04ef890b' | Michael Niedermayer | 2015-06-01 | 1 | -1/+3 |
|\ |
|
| * | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-05-31 | 1 | -1/+3 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
|/ |
|
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -8/+8 |
* | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -92/+92 |
* | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 1 | -8/+7 |
* | lavr: x86: optimized 6-channel flt to fltp conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+9 |
* | lavr: x86: optimized 2-channel flt to fltp conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+9 |
* | lavr: x86: optimized 6-channel flt to s16p conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+13 |
* | lavr: x86: optimized 2-channel flt to s16p conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+9 |
* | lavr: x86: optimized 6-channel s16 to fltp conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+15 |
* | lavr: x86: optimized 2-channel s16 to fltp conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+9 |
* | lavr: x86: optimized 6-channel s16 to s16p conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+13 |
* | lavr: x86: optimized 2-channel s16 to s16p conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+15 |
* | lavr: x86: optimized 2-channel fltp to flt conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+7 |
* | lavr: x86: optimized 6-channel fltp to s16 conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+15 |
* | lavr: x86: optimized 2-channel fltp to s16 conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+9 |
* | lavr: x86: optimized 6-channel s16p to flt conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+15 |
* | lavr: x86: optimized 2-channel s16p to flt conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+9 |
* | lavr: x86: optimized 6-channel s16p to s16 conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+14 |
* | lavr: x86: optimized 2-channel s16p to s16 conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+13 |
* | lavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypes | Justin Ruggles | 2012-06-26 | 1 | -3/+6 |
* | lavr: x86: merge some branches | Justin Ruggles | 2012-06-25 | 1 | -8/+4 |
* | lavr: Add x86-optimized function for flt to s32 conversion | Justin Ruggles | 2012-06-18 | 1 | -0/+7 |
* | lavr: Add x86-optimized function for flt to s16 conversion | Justin Ruggles | 2012-06-18 | 1 | -0/+4 |
* | lavr: Add x86-optimized functions for s32 to flt conversion | Justin Ruggles | 2012-06-18 | 1 | -0/+9 |
* | lavr: Add x86-optimized functions for s32 to s16 conversion | Justin Ruggles | 2012-06-18 | 1 | -0/+9 |
* | lavr: Add x86-optimized functions for s16 to flt conversion | Justin Ruggles | 2012-06-18 | 1 | -0/+9 |
* | lavr: Add x86-optimized function for s16 to s32 conversion | Justin Ruggles | 2012-06-18 | 1 | -0/+6 |
* | lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVX | Justin Ruggles | 2012-05-09 | 1 | -4/+9 |
* | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+42 |