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
2016-04-19pixfmt: fix wrong commentThomas Guillem
2016-04-15hwcontext: initialize sw_format in av_hwframe_ctx_alloc()Anton Khirnov
2016-04-11testprogs: Add missing libm.h includesMartin Storsjö
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-03-24testprogs: K&R formatting cosmeticsDiego Biurrun
2016-03-24testprogs: Clean up #includesDiego Biurrun
2016-03-24opt: Add av_opt_copy()Michael Niedermayer
2016-03-24opt: Add const to av_opt_nextLukasz Marek
2016-03-23opt-test: Merge struct declaration and initializationDiego Biurrun
2016-03-23opt-test: Move some variable declarations to avoid block bracesDiego Biurrun
2016-03-23parseutils-test: Move some variable declarations to avoid block bracesDiego Biurrun
2016-03-23des-test: Move a variable declaration to avoid an ifdefDiego Biurrun
2016-03-19lavu: VAAPI hwcontext implementationMark Thompson
2016-03-19lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson
2016-03-19lavu: add a way to query hwcontext frame constraintsMark Thompson
2016-03-07buffer: drop a reference to a non-existing function from the docsAnton Khirnov
2016-03-07pixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxyAnton Khirnov
2016-03-05lavu: improve documentation of some AVFrame functionswm4
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-18hwcontext_cuda/vdpau: add to skipheadersAnton Khirnov
2016-02-15hwcontext: add a CUDA implementationAnton Khirnov
2016-02-15pixfmt: add a CUDA hwaccelled formatAnton Khirnov
2016-02-15hwcontext: add a VDPAU implementationAnton Khirnov
2016-02-14lavu: add a framework for handling hwaccel framesAnton Khirnov
2016-02-14buffer: add support for pools using caller data in allocationAnton Khirnov
2016-01-28x86: Add ymm_reg structJames Almer
2016-01-25pixdesc: Use AV_CEIL_RSHIFT in documentationVittorio Giovara
2016-01-25pixdesc: Drop unneeded deprecation warning guardsVittorio Giovara
2016-01-23x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2016-01-23x86inc: Avoid creating unnecessary local labelsHenrik Gramner
2016-01-23x86inc: Simplify AUTO_REP_RETHenrik Gramner
2016-01-23x86inc: Use more consistent indentationHenrik Gramner
2016-01-23x86inc: Preserve arguments when allocating stack spaceHenrik Gramner
2016-01-23x86inc: Improve FMA instruction handlingHenrik Gramner
2016-01-23x86inc: Be more verbose in assertion failuresHenrik Gramner
2016-01-23x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner
2016-01-23pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample()Anton Khirnov
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2016-01-09arm: Fix vfp dead code elimination with have_vfp_vmMartin Storsjö
2015-12-14arm: add a cpu flag for the VFPv2 vector modeJanne Grunau
2015-12-14arm64: add cycle counter supportJanne Grunau
2015-12-14libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau
2015-11-13xtea: Add functions for little endian modeMartin Storsjö
2015-11-13xtea: Clarify that the current API works in big endian modeMartin Storsjö
2015-10-14thread: Provide no-op variants for pthread_onceLuca Barbato
2015-10-12dict: Change return type of av_dict_copy()Vittorio Giovara
2015-10-03avutil/avstring: Inline some tiny functionsHenrik Gramner
2015-09-30lavu: Deprecate AVFrame.error[]Vittorio Giovara
2015-09-29mips: intreadwrite: Only execute that code for mips r1 or r2Vicente Olivert Riera