summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* x86: Add ymm_reg structJames Almer2016-01-281-0/+1
* pixdesc: Use AV_CEIL_RSHIFT in documentationVittorio Giovara2016-01-251-3/+3
* pixdesc: Drop unneeded deprecation warning guardsVittorio Giovara2016-01-251-2/+0
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-231-0/+23
* x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-231-2/+4
* x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-231-4/+2
* x86inc: Use more consistent indentationHenrik Gramner2016-01-231-67/+67
* x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-231-2/+5
* x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-231-40/+37
* x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-231-1/+1
* x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2016-01-231-2/+3
* pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample()Anton Khirnov2016-01-231-2/+2
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-114-3/+11
* arm: Fix vfp dead code elimination with have_vfp_vmMartin Storsjö2016-01-081-1/+1
* arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-145-1/+13
* arm64: add cycle counter supportJanne Grunau2015-12-142-1/+47
* libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-145-2/+7
* xtea: Add functions for little endian modeMartin Storsjö2015-11-133-14/+105
* xtea: Clarify that the current API works in big endian modeMartin Storsjö2015-11-131-2/+4
* thread: Provide no-op variants for pthread_onceLuca Barbato2015-10-141-0/+17
* dict: Change return type of av_dict_copy()Vittorio Giovara2015-10-123-5/+12
* avutil/avstring: Inline some tiny functionsHenrik Gramner2015-10-032-26/+18
* lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-303-1/+11
* mips: intreadwrite: Only execute that code for mips r1 or r2Vicente Olivert Riera2015-09-291-2/+8
* pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley2015-09-173-2/+6
* pixdesc: Document the component orderLuca Barbato2015-09-101-0/+7
* pixdesc: Add missing alpha flag for yuva420p9beHendrik Leppkes2015-09-101-1/+1
* pixdesc: Consistently order componentsHendrik Leppkes2015-09-101-50/+50
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-074-370/+390
* lavu: Remove bit packing from AVComponentDescriptorVittorio Giovara2015-09-071-5/+5
* lavu: extend size of the AVPixFmtDescriptor.flags fieldwm42015-09-071-1/+5
* des: Add missing includeVittorio Giovara2015-08-311-0/+1
* Bump major versions of all librariesVittorio Giovara2015-08-281-2/+2
* Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-281-4/+4
* lavu: Drop deprecated private lls functionsVittorio Giovara2015-08-283-29/+0
* lavu: Drop deprecated context size variablesVittorio Giovara2015-08-289-34/+0
* lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara2015-08-282-102/+0
* lavu: Drop deprecated AV_CPU_FLAG_MMX2 symbolVittorio Giovara2015-08-282-6/+0
* lavu: Drop deprecated audioconvert.h headerVittorio Giovara2015-08-283-10/+0
* lavu: Drop deprecated av_reverse functionVittorio Giovara2015-08-283-28/+0
* lavu: Drop deprecated external access to AVPixFmtDescriptor tableVittorio Giovara2015-08-283-14/+1
* lavu: Drop deprecated old_pix_fmt.h and related codeVittorio Giovara2015-08-285-194/+0
* channel_layout: Add a 16channel default layoutLuca Barbato2015-08-232-0/+3
* x86inc: Various minor backports from x264Henrik Gramner2015-08-131-11/+21
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-12/+0
* x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-111-9/+11
* x86inc: Fix instantiation of YMM registersChristophe Gisquet2015-08-111-1/+1
* x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov2015-08-111-288/+299
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-111-22/+40
* x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-111-2/+5
OpenPOWER on IntegriCloud