summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni mc epel functionsShivraj Patil2015-06-031-0/+51
* avutil/ppc/cpu: Our code assumes vsx implies altivec, thus assert thisMichael Niedermayer2015-06-031-0/+2
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uniw mc functionsShivraj Patil2015-06-031-0/+72
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC bi mc functionsShivraj Patil2015-06-021-0/+150
* avutil/float_dsp: Fix ambiguous wording about vector productsMichael Niedermayer2015-06-011-3/+3
* avutil/ppc/cpu: Remove !ARCH_PPC64 check for mfspr, the code should now suppo...Michael Niedermayer2015-06-011-1/+1
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-012-3/+3
* Merge commit 'cae39851201b7781f1262e1c23627b45e6e80bb4'Michael Niedermayer2015-05-312-0/+28
|\
| * x86: Add helper macros to check for slow cpuflagsJames Almer2015-05-312-0/+28
* | Merge commit 'f7cafb5d02aa3f26c185f6f9851413ad77a73872'Michael Niedermayer2015-05-311-1/+1
|\ \ | |/
| * x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-314-5/+20
* | Merge commit 'd0bf20a4f25ac5de021c860a0c8ad05638ee2078'Michael Niedermayer2015-05-311-0/+12
|\ \ | |/
| * ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato2015-05-311-0/+12
* | avutil/ppc/float_dsp_init: Disable duplicate functionsMichael Niedermayer2015-05-311-5/+8
* | Merge commit 'eecd29b3fd7fee221580798346d6582b75c7ade4'Michael Niedermayer2015-05-314-7/+173
|\ \ | |/
| * ppc: vsx: Implement float_dspLuca Barbato2015-05-314-9/+174
* | Merge commit '7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331'Michael Niedermayer2015-05-313-3/+21
|\ \ | |/
| * 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
* | Merge commit '3058872c293e239e3b51e86fe18cfbe720aadff1'Michael Niedermayer2015-05-311-4/+19
|\ \ | |/
| * ppc: Clarify and extend the cpuid checkLuca Barbato2015-05-311-4/+19
* | avutil/ppc/cpu: Check if unistd.h is available before including itMichael Niedermayer2015-05-311-1/+4
* | Merge commit 'baa94563fede8959a638b0fa132dd2124acd93e8'Michael Niedermayer2015-05-311-0/+31
|\ \ | |/
| * ppc: linux: Check altivec using the auxvLuca Barbato2015-05-311-0/+31
* | Merge commit '72cebae0d981dde144340cf51f3c323f01e215e5'Michael Niedermayer2015-05-312-15/+15
|\ \ | |/
| * ppc: avutil: Use the abriged vector typesLuca Barbato2015-05-312-17/+17
| * ppc: avutil: Drop a potentially dangerous workaroundLuca Barbato2015-05-311-14/+0
* | libavutil: Cosmetic changes to fixed_dsp file.Nedeljko Babic2015-05-291-5/+5
* | Merge commit 'a64a5773ea5f7337cd1d87cfdf511914d317fe81'Michael Niedermayer2015-05-281-5/+0
|\ \ | |/
| * pixfmt: remove misleading and broken documentationwm42015-05-281-5/+0
| * x86inc: Clear __SECT__Timothy Gu2015-05-281-1/+5
* | avcodec/mips: Split uni mc optimizations to new fileShivraj Patil2015-05-281-0/+217
* | avutil/mips: Restructure of generic macrosShivraj Patil2015-05-281-1291/+1279
* | x86inc: Clear __SECT__Timothy Gu2015-05-281-1/+5
* | x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-274-4/+21
* | avutil: Add av_q2intfloat()Michael Niedermayer2015-05-263-1/+56
* | Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer2015-05-253-2/+10
|\ \ | |/
| * D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-253-1/+9
* | avutil/pixfmt: Clarify DV example comments for AVChromaLocationTim Nicholson2015-05-221-1/+1
* | avutil/pixfmt: s/luma sample positions/horizontal luma sample positions/Michael Niedermayer2015-05-211-1/+1
* | avutil/pixfmt: make luma sample positions even more explicit in the AVChromaL...Michael Niedermayer2015-05-211-4/+7
* | avutil/pixfmt: Clarify mpeg example comments for AVChromaLocationMichael Niedermayer2015-05-211-2/+2
* | avutil/pixfmt: clarify chroma location text further, as "first" is ambigousMichael Niedermayer2015-05-211-3/+3
* | avutil/pixfmt: Clarify that the ASCII art describes the location of the first...Michael Niedermayer2015-05-211-1/+2
* | avutil/pixfmt: Improve ascii art showing the meaning of the AVChromaLocation ...Michael Niedermayer2015-05-191-3/+7
* | libavutil/softfloat: Add test case for av_add_sfNedeljko Babic2015-05-141-2/+29
* | imgutils: initialize palette padding bytes in av_image_allocAndreas Cadhalpun2015-05-131-0/+8
* | avutil/avstring: Use size_t in av_strlcatf()Michael Niedermayer2015-05-111-1/+1
* | avutil/dict: Use size_t for appending stringsMichael Niedermayer2015-05-101-1/+1
* | libavutil/mem: use size_t for the length in av_strdup()Michael Niedermayer2015-05-101-1/+1
OpenPOWER on IntegriCloud