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
2014-06-01lavu: add all color-related enums to AVFramewm4
2014-05-29aarch64: Use the correct syntax for relocationsMartin Storsjö
2014-05-29frame: fix the error path in av_frame_copy_props()Roman Savchenko
2014-05-28ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun
2014-05-28ppc: util_altivec: Drop unused macrosDiego Biurrun
2014-05-25imgutils: make systematic palette opaque.Carl Eugen Hoyos
2014-05-19display: Include mathematics.h for fallback definition of NANMartin Storsjö
2014-05-19Add transformation matrix API.Vittorio Giovara
2014-05-11lavu: Add a pixel format for new VDA hwaccelAnton Khirnov
2014-05-03mathematics: K&R formatting cosmeticsLuca Barbato
2014-04-24lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau
2014-04-23avutil: move av_get_time_base_q() after include rational.hMichael Niedermayer
2014-04-23avutil: Add av_get_time_base_q()Derek Buitenhuis
2014-04-17crc: add ANSI CRC16 LEAlessandro Ghedini
2014-04-08lavu: Add packed YVYU422 pixel formatVittorio Giovara
2014-04-07xtea: Add Doxy @file and groupTimothy Gu
2014-04-07adler32: Fix doxy group definitionTimothy Gu
2014-04-06aarch64: add armv8 CPU flagJanne Grunau
2014-04-04replaygain: correctly parse peak valuesAlessandro Ghedini
2014-04-04log: Unbreak windows supportLuca Barbato
2014-04-03log: Do not assume the TERM variable is always setLuca Barbato
2014-04-03log: Document AV_LOG_C usageLuca Barbato
2014-04-03log: Remove undefined behaviourLuca Barbato
2014-04-03log: Support for 256color terminalsLuca Barbato
2014-04-02lavu: add missing formats to av_pix_fmt_swap_endiannessJanne Grunau
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