| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/cpu: set avxslow cpuflag on btver2 CPUs | James Almer | 2016-02-07 | 1 | -6/+4 |
* | x86/emms: empty the mmx state unconditionally on supported targets | James Almer | 2016-02-04 | 1 | -0/+6 |
* | avutil/aes_crt: free AVAESCTR struct properly | James Almer | 2016-02-03 | 1 | -1/+1 |
* | Merge commit 'd336bfcf69fee159e9dba5e5e486ddb1aba61aab' | Derek Buitenhuis | 2016-02-03 | 1 | -2/+2 |
|\ |
|
| * | pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample() | Anton Khirnov | 2016-01-23 | 1 | -2/+2 |
| * | lavu: add AV_CEIL_RSHIFT and use it in various places | Clément Bœsch | 2016-01-11 | 4 | -3/+11 |
* | | avutil: Add GOP timecode frame side data | Derek Buitenhuis | 2016-02-01 | 3 | -3/+9 |
* | | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 2 | -6/+6 |
* | | libavutil/mastering_display_metadata.h: change fields to be rationals as this... | Neil Birkbeck | 2016-01-29 | 2 | -6/+7 |
* | | all: Add missing header guards | Timothy Gu | 2016-01-28 | 5 | -0/+25 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 4 | -4/+7 |
* | | avutil/opt: check for and handle errors in av_opt_set_dict2() | Michael Niedermayer | 2016-01-26 | 1 | -3/+4 |
* | | avutil: add P010 pixel format | Hendrik Leppkes | 2016-01-26 | 3 | -1/+29 |
* | | Add missing conversions from side data enum to name | Neil Birkbeck | 2016-01-22 | 1 | -0/+4 |
* | | x86inc: Add debug symbols indicating sizes of compiled functions | Geza Lore | 2016-01-21 | 1 | -0/+23 |
* | | x86inc: Avoid creating unnecessary local labels | Henrik Gramner | 2016-01-21 | 1 | -2/+4 |
* | | x86inc: Simplify AUTO_REP_RET | Henrik Gramner | 2016-01-21 | 1 | -4/+2 |
* | | x86inc: Use more consistent indentation | Henrik Gramner | 2016-01-21 | 1 | -67/+67 |
* | | x86inc: Preserve arguments when allocating stack space | Henrik Gramner | 2016-01-21 | 1 | -2/+5 |
* | | x86inc: Improve FMA instruction handling | Henrik Gramner | 2016-01-21 | 1 | -40/+37 |
* | | x86inc: Be more verbose in assertion failures | Henrik Gramner | 2016-01-21 | 1 | -1/+1 |
* | | x86/intmath: disable sse av_clip functions when using ICC | James Almer | 2016-01-21 | 1 | -2/+2 |
* | | lavu: add pthread asserts if ASSERT_LEVEL>1 | Clément Bœsch | 2016-01-20 | 1 | -0/+96 |
* | | libavutil: add mastering display metadata sidedata | Neil Birkbeck | 2016-01-19 | 5 | -2/+139 |
* | | Merge commit '73c8c0341cce9e1a6c4169721f5123f97fc4be2f' | Hendrik Leppkes | 2016-01-19 | 1 | -1/+1 |
|\| |
|
| * | arm: Fix vfp dead code elimination with have_vfp_vm | Martin Storsjö | 2016-01-08 | 1 | -1/+1 |
* | | x86/fixed_dsp: add ff_butterflies_fixed_sse2 | James Almer | 2016-01-16 | 5 | -0/+90 |
* | | lavu/x86/lls: add fma3 optimizations for update_lls | Ganesh Ajjanagadde | 2016-01-15 | 2 | -2/+61 |
* | | x86/intmath: add missing early clobber to output operands | James Almer | 2016-01-15 | 1 | -2/+2 |
* | | lavu: prevent overflow in av_clip_intp2_c | Andreas Cadhalpun | 2016-01-15 | 1 | -1/+1 |
* | | lavu/libm: add isfinite fallback | Ganesh Ajjanagadde | 2016-01-13 | 1 | -0/+19 |
* | | avutil/common: Protect GET_BYTE in GET_UTF8() by () | Michael Niedermayer | 2016-01-13 | 1 | -2/+2 |
* | | Correct two build/built typos | Timothy Gu | 2016-01-11 | 1 | -1/+1 |
* | | x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse | James Almer | 2016-01-08 | 1 | -3/+3 |
* | | x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitly | James Almer | 2016-01-08 | 1 | -4/+1 |
* | | x86/float_dsp: remove len check from ff_butterflies_float_sse | James Almer | 2016-01-08 | 1 | -3/+0 |
* | | lavu: rename and move ff_parity to av_parity | James Almer | 2016-01-07 | 3 | -10/+12 |
* | | lavu: add ff_parity() | Clément Bœsch | 2016-01-07 | 1 | -0/+12 |
* | | lavu/common: add an explanation to FF_CEIL_RSHIFT() | Clément Bœsch | 2016-01-07 | 1 | -1/+1 |
* | | lavu/common: fix FF_CEIL_RSHIFT() range comment | Clément Bœsch | 2016-01-07 | 1 | -1/+1 |
* | | x86/intmath: add sse optimized av_clipf and av_clipd | James Almer | 2016-01-07 | 1 | -0/+33 |
* | | avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_caps | Hendrik Leppkes | 2016-01-02 | 1 | -0/+1 |
* | | Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0' | Hendrik Leppkes | 2016-01-02 | 5 | -1/+13 |
|\| |
|
| * | arm: add a cpu flag for the VFPv2 vector mode | Janne Grunau | 2015-12-14 | 5 | -1/+13 |
* | | Merge commit '64034849dad8410bedbe1def4c533490fb85cc4a' | Hendrik Leppkes | 2016-01-02 | 2 | -1/+47 |
|\| |
|
| * | arm64: add cycle counter support | Janne Grunau | 2015-12-14 | 2 | -1/+47 |
* | | Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039' | Hendrik Leppkes | 2016-01-02 | 5 | -2/+7 |
|\| |
|
| * | libavutil: move FFALIGN macro from common.h to macros.h | Janne Grunau | 2015-12-14 | 5 | -2/+7 |
* | | lavu/eval: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+1 |
* | | lavu/internal: add ff_exp10 | Ganesh Ajjanagadde | 2015-12-25 | 1 | -0/+19 |