2054 Commits (ac627b3d38d370027406c93c2dcaac0b1712a7d4)

Author SHA1 Message Date
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
Stefano Sabatini 359abb18cf lavu/error: add av_make_error_string() and av_err2str() convenience utilities 13 years ago
Stefano Sabatini 5683de00e9 lavu/error: fix sign error in av_sterror() error code 13 years ago
Stefano Sabatini 4299fd23d3 lavu/error: use a table to store error codes and strings, add test 13 years ago
Stefano Sabatini 3ecaba677e tests/parseutils: change test to make it platform independent 13 years ago
Nedeljko Babic 3827a86eac Optimization of AMR NB and WB decoders for MIPS 13 years ago
Michael Niedermayer 66531c75d3 random_seed: rewrite generic code. 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
Michael Niedermayer 4bfee465e9 bprint-test: avoid z modifier, mingw fails with it 13 years ago
Stefano Sabatini 53dfc38452 lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE 13 years ago
Michael Niedermayer b0415287e3 float_dsp.c: Restore author attribution that was removed by libav while moving code to libavutil 13 years ago
Michael Niedermayer f0313e9022 x86/float_dsp.asm: restore author attribution 13 years ago
Michael Niedermayer 04e2ac4749 libavutil.v: add avpriv prefix 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
Paul B Mahol f4e0ec814b pixdesc: BGRA64 is rgb pixel format 13 years ago