1738 Commits (9c0ece1b4f3f5e88c90883085d6bbc7eb0309314)

Author SHA1 Message Date
Martin Storsjö 143f1e9203 eval: Add the isinf() function and tests for it 13 years ago
Diego Biurrun 1a068bfefd cosmetics: Consistently use C-style comments with multiple inclusion guards 13 years ago
Reinhard Tartler 22662ca560 attributes: add av_noreturn 13 years ago
Reinhard Tartler a1641e9540 attributes: drop pointless define guards 13 years ago
Ronald S. Bultje ff8f8dfb79 intfloat: Don't use designated initializers in the public headers 13 years ago
Martin Storsjö 3893feeccd opt/eval: Include mathematics.h for NAN/INFINITY 13 years ago
Ronald S. Bultje a1245d5ca1 mathematics: Don't use division by zero in NAN/INFINITY macros 13 years ago
Mans Rullgard 889c1ec4cc x86: cpu: clean up check for cpuid instruction support 13 years ago
Mans Rullgard 62634158b7 ARM: generate position independent code to access data symbols 13 years ago
Ronald S. Bultje 4f2c846d96 attributes: Add a definition of av_always_inline for MSVC 13 years ago
Ronald S. Bultje f985113075 random_seed: Only read /dev/*random if we have unistd.h 13 years ago
Martin Storsjö 46df708b45 libm: Provide fallback definitions for isnan() and isinf() 13 years ago
Mans Rullgard 153335625c libm: provide fallback definition for cbrtf() using powf() 13 years ago
Ronald S. Bultje 246154a9af log: Include io.h on windows 13 years ago
Mans Rullgard 963cdf39b4 x86: cpu: whitespace (mostly) cosmetics 13 years ago
Ronald S. Bultje 8123e0901f x86: place some inline asm under #if HAVE_INLINE_ASM 13 years ago
Martin Storsjö 145a8096d5 log: Only include unistd.h if configure found it 13 years ago
Diego Biurrun 65345a5a30 x86: Add CPU flag for the i686 cmov instruction 13 years ago
Mans Rullgard d3d3a32c9d lavu: add av_usleep() function 13 years ago
Diego Biurrun a5a93fa8f5 cosmetics: do not use full path for local headers 13 years ago
Mans Rullgard d11baad055 lavu/file: include unistd.h only when available 13 years ago
Mans Rullgard 539df61193 log: include unistd.h only when needed 13 years ago
Mans Rullgard dc7e336cae lavf, lavu: version bumps and APIchanges for av_gettime() move 13 years ago
Mans Rullgard 61183b5ab4 av_gettime: support Win32 without gettimeofday() 13 years ago
Mans Rullgard 980f81d961 Use av_gettime() in various places 13 years ago
Mans Rullgard ae0a301668 Move av_gettime() to libavutil 13 years ago
Janne Grunau a2b186a188 mathematics.h: remove a couple of math defines 13 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Ronald S. Bultje be1a839ca6 mem: add support for _aligned_malloc() as found on Windows 13 years ago
Justin Ruggles 82b2df9790 float_dsp: add x86-optimized functions for vector_fmac_scalar() 13 years ago
Justin Ruggles cb5042d02c float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil 13 years ago
John Stebbins 3971be0eb5 Add Dolby/DPLII downmix support to libavresample 13 years ago
Anton Khirnov b0f0dfc485 Bump lavu minor and add an APIChanges entry for audioconvert functions. 13 years ago
Anton Khirnov 59d58b3390 audioconvert: add a function for extracting the channel with the given index 13 years ago
Anton Khirnov 5df320e167 audioconvert: add a function for getting the name of a single channel. 13 years ago
Anton Khirnov 406b257de9 audioconvert: add a function for getting channel's index in layout 13 years ago
Anton Khirnov 3596de55fc audioconvert: use av_popcount64 in av_get_channel_layout_nb_channels 13 years ago
Justin Ruggles 03e098e7a0 lavu: change versioning script to include all av* prefixed symbols 13 years ago
Justin Ruggles 3b81a18ba3 float_dsp: ppc: add a separate header for Altivec function prototypes 13 years ago
Mans Rullgard a839d6abf8 ARM: fix float_dsp breakage from d5a7229 13 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Justin Ruggles 98db4e2a4e PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil 13 years ago
Justin Ruggles 94d2b0d2fd ARM: Move asm.S from libavcodec to libavutil 13 years ago
Vitor Sessak 4a301706fd x86: Avoid movs on BUTTERFLYPS when in AVX mode 13 years ago
Anton Khirnov 0426c69310 AVOptions: fix the value printed in out of range error message. 13 years ago
Anton Khirnov 780ff97fef log: make colored output more colorful. 13 years ago
Samuel Pitoiset 154486f9ad opt: Add av_opt_set_bin() 13 years ago
Anton Khirnov d89eca507c Add missing version bumps and APIchanges/Changelog entries. 13 years ago
Justin Ruggles 5cc6d5244d lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVX 13 years ago
Anton Khirnov 6d7f617700 samplefmt: add a function for filling a buffer with silence. 13 years ago