summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functionsShivraj Patil2015-06-291-0/+8
* | avutil/x86/intmath: add missing check for inline assemblyJames Almer2015-06-271-1/+1
* | avutil/x86/intmath: use bzhi gcc builtin in av_mod_uintp2()James Almer2015-06-271-0/+7
* | avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACEZhang Rui2015-06-261-2/+2
* | avutil/fixed_dsp: remove ff_ prefix from static functionJames Almer2015-06-201-2/+2
* | avutil/avstring: Do not print NULLMichael Niedermayer2015-06-191-1/+1
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functionsShivraj Patil2015-06-191-0/+162
* | avutil/crc: Fix type of p table so its content fits without overflwoingMichael Niedermayer2015-06-191-1/+2
* | avutil/avstring: Fix undefined shiftMichael Niedermayer2015-06-191-1/+1
* | avutil/aes: Fix typesMichael Niedermayer2015-06-191-2/+2
* | avutil/adler32: Fix data type in test codeMichael Niedermayer2015-06-191-1/+1
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functionsShivraj Patil2015-06-181-0/+21
* | doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-161-1/+1
* | doc: fix spelling errorsAndreas Cadhalpun2015-06-142-2/+2
* | softfloat: make av_div_sf() inlineJames Almer2015-06-131-1/+1
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functionsShivraj Patil2015-06-131-0/+124
* | avutil/imgutils: Simplify pix_fmt validity check in av_image_get_linesize()Michael Niedermayer2015-06-121-1/+1
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC idct functionsShivraj Patil2015-06-111-0/+96
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction fun...Shivraj Patil2015-06-111-0/+11
* | avutil/softfloat: Move av_sf2double() to headerMichael Niedermayer2015-06-112-6/+6
* | avutil/softfloat: properly separate testcodeMichael Niedermayer2015-06-112-8/+10
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functionsShivraj Patil2015-06-111-0/+56
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction fu...Shivraj Patil2015-06-101-0/+46
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC loop filter and sao...Shivraj Patil2015-06-101-1/+110
* | libavutil/channel_layout: Correctly return layout when channel specification ...Simon Thelen2015-06-091-1/+1
* | Merge commit 'a6f19d6a9f8d1e08653d9d77581e8c823f4955c2'Michael Niedermayer2015-06-081-5/+6
|\ \ | |/
| * configure: Support MSVC 2015Luca Barbato2015-06-081-5/+6
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-312-2/+2
* | avutil/colorspace: Remove RGB_TO_Y/U/VMichael Niedermayer2015-06-061-12/+0
* | avutil/ppc/cpu: add include avassert.hMichael Niedermayer2015-06-051-0/+1
* | avutil/softfloat: Fix alternative implementation of av_normalize1_sf()Michael Niedermayer2015-06-051-1/+1
* | avutil/softfloat: Fix alternative implementation of av_normalize_sf()Michael Niedermayer2015-06-051-1/+1
* | arm: only enable setend on ARMv6Andreas Cadhalpun2015-06-051-1/+1
* | avutil/softfloat: Move av_sincos_sf() from header to c fileMichael Niedermayer2015-06-052-48/+50
* | libavutil/doc: Changes in documentation due to changes to fixed_dspNedeljko Babic2015-06-051-2/+2
* | avutil/softfloat: Add more tests for the normalizationMichael Niedermayer2015-06-051-0/+10
* | avutil/softfloat: Fix thresholds in av_normalize_sf()Michael Niedermayer2015-06-051-1/+1
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC idct functionsShivraj Patil2015-06-041-0/+195
* | libavutil/softfloat: Fix av_normalize1_sf bias.Nedeljko Babic2015-06-041-1/+1
* | libavutil: Add new fixed dsp functions.Nedeljko Babic2015-06-032-0/+121
* | 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
|\ \ | |/
OpenPOWER on IntegriCloud