summaryrefslogtreecommitdiff
path: root/libavutil/mips
Commit message (Expand)AuthorAgeFilesLines
* avutil/mips: [loongson] simplify macro TRANSPOSE_4H and TRANSPOSE_8BShiyou Yin2018-09-091-31/+53
* avcodec/mips: [loongson] optimize vp8 decoding in vp8dsp.gxw2018-09-091-0/+28
* avcodec/mips: [loongson] reoptimize simple idct with mmi.Shiyou Yin2018-09-021-0/+49
* avcodec/mips: Improve hevc bi weighted hv mc msa functionsKaustubh Raste2017-10-251-0/+35
* avcodec/mips: Improve avc bi-weighted mc msa functionsKaustubh Raste2017-10-101-0/+4
* avcodec/mips: Improve avc weighted mc msa functionsKaustubh Raste2017-09-271-0/+36
* avcodec/mips: Improve hevc uni-w copy mc msa functionsKaustubh Raste2017-09-241-0/+30
* avcodec/mips: Improve hevc sao band filter msa functionsKaustubh Raste2017-09-151-0/+1
* avcodec/mips: Improve vp9 mc msa functionsKaustubh Raste2017-09-081-13/+11
* libavcodec/mips: Optimize avc idct 4x4 for msaKaustubh Raste2017-07-251-0/+18
* libavutil/mips: Updated msa generic macrosKaustubh Raste2017-07-211-384/+245
* avutil/mips: loongson add mmi utils header fileZhou Xiaoyong2016-10-231-0/+241
* avutil/mips/generic_macros_msa: rename macro variable which causes segfault f...Shivraj Patil2016-10-051-6/+6
* avutil/mips: header asmdefs.h add some PTR_ macros for loongsonZhouXiaoyong2016-05-141-0/+12
* mips: add support for R6Vicente Olivert Riera2016-03-091-0/+4
* all: Make header guard names consistentTimothy Gu2016-01-311-3/+3
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functionsShivraj Patil2015-07-231-0/+3
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functionsShivraj Patil2015-07-071-0/+37
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functionsShivraj Patil2015-07-061-0/+59
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideoencdsp functionsShivraj Patil2015-07-061-0/+34
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functionsShivraj Patil2015-07-011-0/+94
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functionsShivraj Patil2015-06-291-0/+8
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functionsShivraj Patil2015-06-191-0/+162
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functionsShivraj Patil2015-06-181-0/+21
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functionsShivraj Patil2015-06-131-0/+124
* 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
* 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
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC idct functionsShivraj Patil2015-06-041-0/+195
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni mc epel functionsShivraj Patil2015-06-031-0/+51
* 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
* 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
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni copy, uni horiz...Shivraj Patil2015-05-071-0/+533
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biwe...Shivraj Patil2015-05-011-0/+475
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC copy and hv mc func...Shivraj Patil2015-04-241-0/+133
* avutil/mips/generic_macros_msa: volatile doesnt need __Michael Niedermayer2015-04-201-2/+2
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vert...Shivraj Patil2015-04-171-0/+285
* avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not suppo...Shivraj Patil2015-04-101-2/+2
* mips/float_dsp: fix vector_fmul_window_mips on mips64James Cowgill2015-03-181-6/+6
* mips/asmdefs: use _ABI64 as defined by gccJames Cowgill2015-03-121-3/+1
* mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_James Cowgill2015-03-071-2/+2
* mips: port optimizations to mips n64James Cowgill2015-03-062-10/+59
* mips/float_dsp: fix a bug in vector_fmul_window_mipsNedeljko Babic2015-03-051-106/+74
* mips: optimization for float aac decoder (sbr module)Mirjana Vulin2013-02-211-0/+40
* mips: optimization for float aac decoder (core module)Mirjana Vulin2013-01-311-0/+117
* mips: move vector_fmul_window_mips to libavutilMichael Niedermayer2013-01-161-0/+113