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
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
2015-09-17pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley
2015-09-10pixdesc: Document the component orderLuca Barbato
2015-09-10pixdesc: Add missing alpha flag for yuva420p9beHendrik Leppkes
2015-09-10pixdesc: Consistently order componentsHendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-09-07lavu: Remove bit packing from AVComponentDescriptorVittorio Giovara
2015-09-07lavu: extend size of the AVPixFmtDescriptor.flags fieldwm4
2015-08-31des: Add missing includeVittorio Giovara
2015-08-28Bump major versions of all librariesVittorio Giovara
2015-08-28Postpone API-incompatible changes until the next bumpVittorio Giovara
2015-08-28lavu: Drop deprecated private lls functionsVittorio Giovara
2015-08-28lavu: Drop deprecated context size variablesVittorio Giovara
2015-08-28lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara
2015-08-28lavu: Drop deprecated AV_CPU_FLAG_MMX2 symbolVittorio Giovara
2015-08-28lavu: Drop deprecated audioconvert.h headerVittorio Giovara
2015-08-28lavu: Drop deprecated av_reverse functionVittorio Giovara
2015-08-28lavu: Drop deprecated external access to AVPixFmtDescriptor tableVittorio Giovara
2015-08-28lavu: Drop deprecated old_pix_fmt.h and related codeVittorio Giovara
2015-08-23channel_layout: Add a 16channel default layoutLuca Barbato
2015-08-13x86inc: Various minor backports from x264Henrik Gramner
2015-08-11x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-11x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner
2015-08-11x86inc: Fix instantiation of YMM registersChristophe Gisquet
2015-08-11x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov
2015-08-11x86inc: Support arbitrary stack alignmentsHenrik Gramner
2015-08-11x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov