1823 Commits (7001eee1f4bda539c449d191116af8a0ec88ee50)

Author SHA1 Message Date
Ronald S. Bultje f985113075 random_seed: Only read /dev/*random if we have unistd.h 13 years ago
Michael Niedermayer 491846e4be avutil: fix project name reference in doxy section 13 years ago
Michael Niedermayer c496224374 pixdesc: fix project reference in comment 13 years ago
Paul B Mahol 61123fb8f7 parseutils: fix sorting of colors 13 years ago
Michael Niedermayer ee7214c59a log: change color for filters from blue to bright green 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
Stefano Sabatini e6674e46ec lavu/imgutils: create misc functions for dealing with buffers 13 years ago
yang 9b72041f80 x86/intmath.h: Fix mull operand constraints 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
Michael Niedermayer eeddd3962e cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR 13 years ago
Michael Niedermayer c41899a377 lavu: split version info into version.h 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
Michael Niedermayer 0567715a6b qsort: flip compare direction to match libc qsort() 13 years ago
Wolfram Gloger 258dfff839 extend log line buffer sizes 13 years ago
Mans Rullgard d3d3a32c9d lavu: add av_usleep() function 13 years ago
Carl Eugen Hoyos 15bde06084 Revert "mathematics.h: remove a couple of math defines" 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
Michael Niedermayer 104c914640 libavutil: fix author attribution 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
Michael Niedermayer bc210bfca6 log: flip highlight bit for codec & muxer layer 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
Michael Niedermayer e69263cd01 avutil: add get_category() for the case where one AVClass can have more than 1 category 13 years ago
Michael Niedermayer b76f77ee0d log: swap colors for muxer and codec layer 13 years ago
Michael Niedermayer 97726e86be x86/intmath: fix type of FASTDIV 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
Michael Niedermayer f87dacb27d libavutil: add a merge sort. 13 years ago
Michael Niedermayer 096db654af qsort doxy 13 years ago
Michael Niedermayer 88f87ebaa3 qsort: add some forgotten () 13 years ago
John Stebbins 3971be0eb5 Add Dolby/DPLII downmix support to libavresample 13 years ago
Michael Niedermayer 3a0a2f33a6 libavutil: add AV_QSORT() 13 years ago
Michael Niedermayer 5015c37b7d attributes: move av_restrict fallback from internal to attributes 13 years ago
Michael Niedermayer bc4da77b08 lavu/internal: define av_restrict if it has not been defined by config.h 13 years ago
J. Bohl fbed9317ff enable C99-external_inline for icl 13 years ago
Giorgio Vazzana c78cf00bd8 md5: consistently use uint32_t instead of unsigned int 13 years ago
Michael Niedermayer cd65cd8c5a revert "extern inline" usage 13 years ago
J. Bohl 0719e44b58 new attribute "extern inline" (fixing linker error with ff_get_mb_score and ff_get_mb_score) 13 years ago
Nicolas George 69bf775e9f bprint: implement vsnprintf for win32. 13 years ago
Michael Niedermayer 2942431a0f arm/intmath: disable av_clip_uintp2_arm with config_small 13 years ago