1371 Commits (df98bf22cb931376c6423ede861e5a94c3881e94)

Author SHA1 Message Date
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
Anton Khirnov 142e740d1e samplefmt: add a function for copying audio samples. 13 years ago
Mans Rullgard 6766169c41 mips: intreadwrite: fix inline asm for gcc 4.8 13 years ago
Mans Rullgard b82b49a5b7 mips: intreadwrite: remove unnecessary inline asm 13 years ago
Diego Biurrun ce473de921 av_samples_fill_array: Mark unmodified function argument as const. 13 years ago
Diego Biurrun dbe6ba55a3 build: cosmetics: Add missing end-of-line backslashes to item lists. 13 years ago
Diego Biurrun 9eb83a56aa build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 13 years ago
Mans Rullgard c02efacc8f arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6 13 years ago
Mans Rullgard ababec7b95 arm: intreadwrite: disable inline asm for gcc 4.7 and later 13 years ago
Mans Rullgard adebad07e0 arm: intreadwrite: fix inline asm constraints for gcc 4.6 and later 13 years ago
Mans Rullgard 6eca84bad8 cpu: recognise only cpu flag names pertinent to the architecture 13 years ago
Mans Rullgard 3527a73933 avutil: add av_parse_cpu_flags() function 13 years ago
Justin Ruggles c8af852b97 Add libavresample 13 years ago
Justin Ruggles 83b26046fc avutil: change default buffer size alignment for sample buffer functions 13 years ago
Mans Rullgard d526c5338d ARM: allow runtime masking of CPU features 13 years ago
Justin Ruggles 0c0d1bce7c avutil: add audio fifo buffer 13 years ago
Loren Merritt 705f3d4759 x86inc: support AVX abstraction for 2-operand instructions 13 years ago
Justin Ruggles 5e8280d177 avutil: add better documentation for AVSampleFormat 13 years ago