summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Add missing conversions from side data enum to nameNeil Birkbeck2016-01-22
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-21
* x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-21
* x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-21
* x86inc: Use more consistent indentationHenrik Gramner2016-01-21
* x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-21
* x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-21
* x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-21
* x86/intmath: disable sse av_clip functions when using ICCJames Almer2016-01-21
* lavu: add pthread asserts if ASSERT_LEVEL>1Clément Bœsch2016-01-20
* libavutil: add mastering display metadata sidedataNeil Birkbeck2016-01-19
* Merge commit '73c8c0341cce9e1a6c4169721f5123f97fc4be2f'Hendrik Leppkes2016-01-19
|\
| * arm: Fix vfp dead code elimination with have_vfp_vmMartin Storsjö2016-01-08
* | x86/fixed_dsp: add ff_butterflies_fixed_sse2James Almer2016-01-16
* | lavu/x86/lls: add fma3 optimizations for update_llsGanesh Ajjanagadde2016-01-15
* | x86/intmath: add missing early clobber to output operandsJames Almer2016-01-15
* | lavu: prevent overflow in av_clip_intp2_cAndreas Cadhalpun2016-01-15
* | lavu/libm: add isfinite fallbackGanesh Ajjanagadde2016-01-13
* | avutil/common: Protect GET_BYTE in GET_UTF8() by ()Michael Niedermayer2016-01-13
* | Correct two build/built typosTimothy Gu2016-01-11
* | x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer2016-01-08
* | x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitlyJames Almer2016-01-08
* | x86/float_dsp: remove len check from ff_butterflies_float_sseJames Almer2016-01-08
* | lavu: rename and move ff_parity to av_parityJames Almer2016-01-07
* | lavu: add ff_parity()Clément Bœsch2016-01-07
* | lavu/common: add an explanation to FF_CEIL_RSHIFT()Clément Bœsch2016-01-07
* | lavu/common: fix FF_CEIL_RSHIFT() range commentClément Bœsch2016-01-07
* | x86/intmath: add sse optimized av_clipf and av_clipdJames Almer2016-01-07
* | avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_capsHendrik Leppkes2016-01-02
* | Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'Hendrik Leppkes2016-01-02
|\|
| * arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-14
* | Merge commit '64034849dad8410bedbe1def4c533490fb85cc4a'Hendrik Leppkes2016-01-02
|\|
| * arm64: add cycle counter supportJanne Grunau2015-12-14
* | Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes2016-01-02
|\|
| * libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-14
* | lavu/eval: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* | lavu/internal: add ff_exp10Ganesh Ajjanagadde2015-12-25
* | lavu/libm,configure: remove exp10, exp10f detectionGanesh Ajjanagadde2015-12-25
* | lavu/libm: misc, minor changesGanesh Ajjanagadde2015-12-25
* | lavu/libm: add exp10 supportGanesh Ajjanagadde2015-12-23
* | lavu/libm: add erf hack and make dynaudnorm available everywhereGanesh Ajjanagadde2015-12-21
* | lavu/libm: add copysign hackGanesh Ajjanagadde2015-12-19
* | lavu/intmath: add faster clz supportGanesh Ajjanagadde2015-12-19
* | lavu/error: add missing error messages for errors supported on all platformsMarton Balint2015-12-18
* | lavu/random_seed: use arc4random() when availableGanesh Ajjanagadde2015-12-17
* | lavu/eval: remove pow and exp2 for postfixesGanesh Ajjanagadde2015-12-16
* | libavutil: add aes-ctr supporterankor2015-12-15
* | avutil/softfloat: Assert that the exponent did not overflow the legal range i...Michael Niedermayer2015-12-11
* | avutil/mathematics: Fix division by 0Michael Niedermayer2015-12-09
* | lavu/frame: use AVPALETTE_SIZE instead of 1024Clément Bœsch2015-12-08