summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04
* Create version.h headers for libraries that lack themDiego Biurrun2012-07-04
* Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-04
* Add Blowfish encryption support in libavutilSamuel Pitoiset2012-07-04
* eval: Add the isinf() function and tests for itMartin Storsjö2012-07-04
* cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-03
* attributes: add av_noreturnReinhard Tartler2012-07-03
* attributes: drop pointless define guardsReinhard Tartler2012-07-03
* intfloat: Don't use designated initializers in the public headersRonald S. Bultje2012-07-02
* opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö2012-07-01
* mathematics: Don't use division by zero in NAN/INFINITY macrosRonald S. Bultje2012-07-01
* x86: cpu: clean up check for cpuid instruction supportMans Rullgard2012-07-01
* ARM: generate position independent code to access data symbolsMans Rullgard2012-07-01
* attributes: Add a definition of av_always_inline for MSVCRonald S. Bultje2012-06-30
* random_seed: Only read /dev/*random if we have unistd.hRonald S. Bultje2012-06-29
* libm: Provide fallback definitions for isnan() and isinf()Martin Storsjö2012-06-27
* libm: provide fallback definition for cbrtf() using powf()Mans Rullgard2012-06-26
* log: Include io.h on windowsRonald S. Bultje2012-06-25
* x86: cpu: whitespace (mostly) cosmeticsMans Rullgard2012-06-25
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
* log: Only include unistd.h if configure found itMartin Storsjö2012-06-24
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-23
* lavu: add av_usleep() functionMans Rullgard2012-06-22
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-22
* lavu/file: include unistd.h only when availableMans Rullgard2012-06-21
* log: include unistd.h only when neededMans Rullgard2012-06-21
* lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard2012-06-21
* av_gettime: support Win32 without gettimeofday()Mans Rullgard2012-06-20
* Use av_gettime() in various placesMans Rullgard2012-06-20
* Move av_gettime() to libavutilMans Rullgard2012-06-20
* mathematics.h: remove a couple of math definesJanne Grunau2012-06-20
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje2012-06-19
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-18
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-18
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-18
* Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov2012-06-10
* audioconvert: add a function for extracting the channel with the given indexAnton Khirnov2012-06-10
* audioconvert: add a function for getting the name of a single channel.Anton Khirnov2012-06-10
* audioconvert: add a function for getting channel's index in layoutAnton Khirnov2012-06-10
* audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov2012-06-10
* lavu: change versioning script to include all av* prefixed symbolsJustin Ruggles2012-06-08
* float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles2012-06-08
* ARM: fix float_dsp breakage from d5a7229Mans Rullgard2012-06-08
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-08
* x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak2012-05-29
* AVOptions: fix the value printed in out of range error message.Anton Khirnov2012-05-28
* log: make colored output more colorful.Anton Khirnov2012-05-26