summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* des: extend av_des_init() doxyJames Almer2015-07-311-0/+1
* des: add av_des_alloc()James Almer2015-07-312-3/+33
* xtea: add av_xtea_alloc()James Almer2015-07-312-0/+22
* rc4: extend av_rc4_init() doxyJames Almer2015-07-311-0/+1
* rc4: add av_rc4_alloc()James Almer2015-07-312-3/+34
* blowfish: add av_blowfish_alloc()James Almer2015-07-313-1/+29
* hmac: add missing version bump and APIChanges entryJames Almer2015-07-301-1/+1
* fate: add test vectors for HMAC SHA and SHA-2James Almer2015-07-291-10/+36
* hmac: add support for SHA-2James Almer2015-07-292-5/+28
* parseutil: Use non ambiguous aliases for uhdLuca Barbato2015-07-211-2/+2
* parseutil: Add more resolution aliasesLuca Barbato2015-07-201-0/+4
* x86: Serialize rdtsc in read_time()Henrik Gramner2015-07-091-1/+6
* lavu: Add version information for av_version_info()Vittorio Giovara2015-07-031-1/+1
* lavu: add an API function to return the Libav version stringwm42015-07-022-0/+14
* configure: Support MSVC 2015Luca Barbato2015-06-081-5/+6
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-312-2/+2
* x86: Add helper macros to check for slow cpuflagsJames Almer2015-05-312-0/+28
* x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-314-5/+20
* ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato2015-05-311-0/+12
* ppc: vsx: Implement float_dspLuca Barbato2015-05-314-9/+174
* ppc: cpu: Add support for VSX and POWER8 extensionsLuca Barbato2015-05-313-3/+21
* ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-311-1/+2
* ppc: Clarify and extend the cpuid checkLuca Barbato2015-05-311-4/+19
* ppc: linux: Check altivec using the auxvLuca Barbato2015-05-311-0/+31
* ppc: avutil: Use the abriged vector typesLuca Barbato2015-05-312-17/+17
* ppc: avutil: Drop a potentially dangerous workaroundLuca Barbato2015-05-311-14/+0
* pixfmt: remove misleading and broken documentationwm42015-05-281-5/+0
* x86inc: Clear __SECT__Timothy Gu2015-05-281-1/+5
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-253-1/+9
* log: Print a full backtrace along with error messages under ValgrindVittorio Giovara2015-04-202-1/+12
* avutil: remove pointless bmi1 defineJames Almer2015-04-191-3/+2
* log: Introduce a more verbose debug levelVittorio Giovara2015-04-193-4/+19
* parseutils: Make av_small_strptime publicLuca Barbato2015-04-073-6/+37
* parseutils: Extend small_strptime to be used in avformatLuca Barbato2015-04-061-50/+58
* lavc: add MMAL hardware decoder wrapperwm42015-03-293-2/+11
* pixfmt: Update documentation with prefixed pixel formatsVittorio Giovara2015-03-231-8/+8
* pixdesc: Replace a few leftover instances of non AV-prefixed flagsVittorio Giovara2015-03-231-3/+6
* mov: Write the display matrix in orderVittorio Giovara2015-03-233-8/+8
* Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö2015-03-171-3/+3
* arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-071-0/+6
* libavutil: Add ARM av_clip_intp2_armPeter Meerwald2015-02-211-0/+8
* libavutil: Add av_clip_intp2Peter Meerwald2015-02-211-0/+17
* pixfmt: add a pixel format for QSV hwaccelAnton Khirnov2015-02-193-1/+10
OpenPOWER on IntegriCloud