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-11-11build: Drop AVX assembly ifdefsDiego Biurrun
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-11-06x86: avresample: Add missing colons to assembly labelsDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-29lavr: document upper bound on number of output samples.Anton Khirnov
2012-10-29lavr: add general API usage doxyAnton Khirnov
2012-10-13lavr: handle clipping in the float to s32 conversionJustin Ruggles
2012-10-05lavr: bump major to 1 and declare it stable.Anton Khirnov
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov
2012-09-13ARM: libavresample: NEON optimised generic fltp to s16 conversionMans Rullgard
2012-09-13ARM: libavresample: NEON optimised stereo fltp to s16 conversionMans Rullgard
2012-09-13ARM: libavresample: NEON optimised flat float to s16 conversionMans Rullgard
2012-09-13lavr/audio_mix_matrix: acknowledge the existence of LFE2.Tim Walker
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-09-05avopt: Explicitly store float/double option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-24lavr: x86: optimized 6-channel flt to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel flt to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel flt to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel flt to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16 to fltp conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16 to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16 to s16p conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel fltp to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel fltp to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel fltp to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16p to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16p to flt conversionJustin Ruggles
2012-08-24lavr: x86: optimized 6-channel s16p to s16 conversionJustin Ruggles
2012-08-24lavr: x86: optimized 2-channel s16p to s16 conversionJustin Ruggles
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-15libavresample: add mix level normalization optionJohn Stebbins
2012-08-11avresample: De-doxygenize some comments where Doxygen is not appropriateDiego Biurrun
2012-08-09doxygen: Fix function parameter names to match the codeDiego Biurrun
2012-08-07x86: add colons after labelsMans Rullgard
2012-08-04lavr: fix handling of custom mix matricesJustin Ruggles
2012-07-27lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macroJustin Ruggles
2012-07-27lavr: add x86-optimized mixing functionsJustin Ruggles
2012-07-27x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje
2012-07-25lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()Justin Ruggles
2012-07-08lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles
2012-07-08lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-07-08lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles