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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2015-12-07lavu/opencl: restore #if HAVE_THREADSClément Bœsch
2015-12-07cosmetics: Fix weird indentationsTimothy Gu
2015-12-07lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch
2015-12-07avutil/threadmessage: fix build without HAVE_THREADS, new attemptClément Bœsch
2015-12-07avutil/threadmessage: fix build without HAVE_THREADSClément Bœsch
2015-12-07avutil/threadmessage: split the pthread condition in twoClément Bœsch
2015-12-07avutil/threadmessage: add av_thread_message_flush()Clément Bœsch
2015-12-06libavutil: add version component accessor macrosReynaldo H. Verdejo Pinochet
2015-12-04libavutil/tablegen: add missing math.h includeHendrik Leppkes
2015-12-03avutil/timecode: Fix fps checkMichael Niedermayer
2015-12-03avutil/crc: avoid needless space wastage of hardcoded crc tableGanesh Ajjanagadde
2015-12-02avutil/rational: Test av_rescale_rnd() with combinations of "special" valuesMichael Niedermayer
2015-12-02avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer
2015-12-02avutil/tablegen: add tablegen libm compatibility shimsGanesh Ajjanagadde
2015-12-01avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer
2015-12-01avutil/integer: Fix av_mod_i() with negative dividendMichael Niedermayer
2015-11-26avutil/lls: speed up performance of solve_llsGanesh Ajjanagadde