Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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