Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-08x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje
2012-07-05x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt
2012-07-05x86inc: modify ALIGN to not generate long nops on i586Loren Merritt
2012-07-05xtea: Make the count parameter match the documentationSamuel Pitoiset
2012-07-05blowfish: Make the count parameter match the documentationSamuel Pitoiset
2012-07-05xtea: invert branch and loop precedenceLuca Barbato
2012-07-05blowfish: invert branch and loop precedenceLuca Barbato
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun
2012-07-04Add XTEA encryption support in libavutilSamuel Pitoiset
2012-07-04Add Blowfish encryption support in libavutilSamuel Pitoiset
2012-07-04eval: Add the isinf() function and tests for itMartin Storsjö
2012-07-03cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun
2012-07-03attributes: add av_noreturnReinhard Tartler
2012-07-03attributes: drop pointless define guardsReinhard Tartler
2012-07-02intfloat: Don't use designated initializers in the public headersRonald S. Bultje
2012-07-01opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö
2012-07-01mathematics: Don't use division by zero in NAN/INFINITY macrosRonald S. Bultje
2012-07-01x86: cpu: clean up check for cpuid instruction supportMans Rullgard
2012-07-01ARM: generate position independent code to access data symbolsMans Rullgard
2012-06-30attributes: Add a definition of av_always_inline for MSVCRonald S. Bultje
2012-06-29random_seed: Only read /dev/*random if we have unistd.hRonald S. Bultje
2012-06-27libm: Provide fallback definitions for isnan() and isinf()Martin Storsjö
2012-06-26libm: provide fallback definition for cbrtf() using powf()Mans Rullgard
2012-06-26log: Include io.h on windowsRonald S. Bultje
2012-06-25x86: cpu: whitespace (mostly) cosmeticsMans Rullgard
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2012-06-24log: Only include unistd.h if configure found itMartin Storsjö
2012-06-23x86: Add CPU flag for the i686 cmov instructionDiego Biurrun
2012-06-22lavu: add av_usleep() functionMans Rullgard
2012-06-22cosmetics: do not use full path for local headersDiego Biurrun
2012-06-22lavu/file: include unistd.h only when availableMans Rullgard
2012-06-22log: include unistd.h only when neededMans Rullgard
2012-06-21lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard
2012-06-20av_gettime: support Win32 without gettimeofday()Mans Rullgard
2012-06-20Use av_gettime() in various placesMans Rullgard
2012-06-20Move av_gettime() to libavutilMans Rullgard
2012-06-20mathematics.h: remove a couple of math definesJanne Grunau
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-06-19mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje
2012-06-19float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles
2012-06-19float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-18Add Dolby/DPLII downmix support to libavresampleJohn Stebbins
2012-06-10Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov
2012-06-10audioconvert: add a function for extracting the channel with the given indexAnton Khirnov
2012-06-10audioconvert: add a function for getting the name of a single channel.Anton Khirnov
2012-06-10audioconvert: add a function for getting channel's index in layoutAnton Khirnov
2012-06-10audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov
2012-06-08lavu: change versioning script to include all av* prefixed symbolsJustin Ruggles
2012-06-08float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles