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
2014-03-24frame: add a function for removing side data from a frameAnton Khirnov
2014-03-24Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov
2014-03-22float_dsp: Replace arch optimization ifdefs by if cascadeDiego Biurrun
2014-03-20float-dsp-test: do not use C99's predefined __func__Janne Grunau
2014-03-19float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functionsMartin Storsjö
2014-03-19aarch64: float_dsp NEON assemblerJanne Grunau
2014-03-18float_dsp: add test program and use it as fate testJanne Grunau
2014-03-17RGBA64 pixel formatsJean First
2014-03-13bfin: Refactor duplicated assembly-related macrosDiego Biurrun
2014-03-13bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2014-03-09float_dsp: fix errors in documentationJanne Grunau
2014-03-09timer: use mach_absolute_time as high resolution clock on darwinJanne Grunau
2014-03-07dict: K&R formatting cosmeticsPatrice Clement
2014-03-05arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau
2014-03-04doc: fix a couple of typos in frame.hVittorio Giovara
2014-02-24frame: add a convenience function for copying AVFrame dataAnton Khirnov
2014-02-23x86: add detection for Bit Manipulation Instruction setsJames Almer
2014-02-23x86: add detection for FMA3 instruction setJames Almer
2014-02-23x86: add missing XOP checks and macrosJames Almer
2014-02-20aarch64: use EXTERN_ASM consistently for exported symbolsJanne Grunau
2014-02-20x86: float dsp: unroll SSE versionsChristophe Gisquet
2014-02-20AVOptions: add flags for read/read-only optionsAnton Khirnov
2014-02-20AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov
2014-02-19threads: Check w32threads dependencies at the configure stageDiego Biurrun
2014-02-19arm: Mark the stack as non-executableMartin Storsjö
2014-02-16lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker
2014-02-12log: Have function parameter names match between .c and .h fileDiego Biurrun
2014-02-07arm: Add EXTERN_ASM to the .func and .type declarations for exported symbolsMartin Storsjö
2014-02-06lavu: add missing log.h include in timer.hJanne Grunau
2014-02-05doxy: Format @code blocks so they render properlyLuca Barbato
2014-02-04samplefmt: avoid integer overflow in av_samples_get_buffer_size()Justin Ruggles
2014-01-26x86inc: Speed up assembling with YasmLoren Merritt
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2014-01-17doxy: Document better the available AVFrame flagsLuca Barbato
2014-01-17doxy: Add AVFrame to the structured modulesLuca Barbato
2014-01-15aarch64: port neon clobber test from armJanne Grunau
2014-01-15aarch64: add cpuflags support for NEON and VFPJanne Grunau
2014-01-15aarch64: bswap inline assemblyJanne Grunau
2014-01-11arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö
2014-01-10avutil: do not use avcodec header in frame.hVittorio Giovara
2014-01-07arm: Allow overriding the alignment set in the function macroMartin Storsjö
2014-01-06random_seed: Rewrite the generic clock() based seed codeMichael Niedermayer
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2014-01-05lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.Tim Walker
2014-01-03mathematics: remove asserts from av_rescale_rnd()Anton Khirnov
2013-12-30lavu: Move preprocessor macros in a separate fileLuca Barbato
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
2013-12-25error.h: Do not circularly depend on avutil.hDiego Biurrun
2013-12-23lavu: fix typo in documentation.Tim Walker