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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-06-08ARM: fix float_dsp breakage from d5a7229Mans Rullgard
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2012-06-08ARM: Move asm.S from libavcodec to libavutilJustin Ruggles
2012-05-29x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak
2012-05-28AVOptions: fix the value printed in out of range error message.Anton Khirnov
2012-05-26log: make colored output more colorful.Anton Khirnov
2012-05-26opt: Add av_opt_set_bin()Samuel Pitoiset
2012-05-15Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov
2012-05-10lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles
2012-05-09samplefmt: add a function for filling a buffer with silence.Anton Khirnov
2012-05-09samplefmt: add a function for copying audio samples.Anton Khirnov
2012-05-09mips: intreadwrite: fix inline asm for gcc 4.8Mans Rullgard
2012-05-09mips: intreadwrite: remove unnecessary inline asmMans Rullgard
2012-05-08av_samples_fill_array: Mark unmodified function argument as const.Diego Biurrun
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun