| Commit message (Expand) | Author | Age | Files | Lines |
* | AAC encoder: various fixes in M/S coding | Claudio Freire | 2016-01-13 | 1 | -15/+18 |
* | mips: rename mipsdspr1 to mipsdsp | Vicente Olivert Riera | 2015-12-04 | 3 | -5/+5 |
* | AAC encoder: improve SF range utilization | Claudio Freire | 2015-12-02 | 2 | -92/+158 |
* | avcodec/mips/aaccoder_mips: Sync with the generic code | Nedeljko Babic | 2015-10-13 | 1 | -131/+3 |
* | avcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_mips() to prevent build... | Michael Niedermayer | 2015-10-13 | 1 | -1/+1 |
* | AAC encoder: memoize quantize_band_cost | Claudio Freire | 2015-10-12 | 1 | -0/+2 |
* | AAC encoder: Extensive improvements | Claudio Freire | 2015-10-11 | 1 | -90/+293 |
* | avcodec/mips: build fix for MSA 64bit | Shivraj Patil | 2015-10-07 | 1 | -21/+21 |
* | avcodec/mips: build fix for MSA | Shivraj Patil | 2015-10-07 | 1 | -141/+141 |
* | blockdsp: remove high bitdepth parameter | Christophe Gisquet | 2015-10-02 | 1 | -7/+5 |
* | AAC encoder: simplify and speed up find_min_book | Claudio Freire | 2015-09-23 | 1 | -8/+4 |
* | avcodec/mpegvideo: Change mpeg2 unquant to work with higher precission qscale | Michael Niedermayer | 2015-09-18 | 1 | -2/+4 |
* | avcodec/mips/aaccoder_mips: Remove duplicate include | Michael Niedermayer | 2015-09-17 | 1 | -1/+0 |
* | AAC encoder: refactor to resynchronize MIPS port | Claudio Freire | 2015-09-16 | 1 | -341/+111 |
* | aaccoder_mips: Fix indentation | Timothy Gu | 2015-09-14 | 1 | -2/+2 |
* | avcodec/mips/aaccoder_mips: Sync with generic aaccoder file. | Nedeljko Babic | 2015-09-14 | 1 | -41/+48 |
* | avcodec: loongson delete invalid simple idct put and add optimization | 周晓勇 | 2015-09-08 | 2 | -20/+1 |
* | avcodec: loongson optimize h264dsp idct and loop filter with mmi | 周晓勇 | 2015-09-07 | 3 | -3/+2303 |
* | AAC: MIPS: Add missing codebooks in quantize funcs | Claudio Freire | 2015-09-03 | 1 | -1/+59 |
* | avcodec: loongson optimize mpeg2 dct unquantize intra and denoise dct | 周晓勇 | 2015-09-02 | 3 | -0/+148 |
* | avcodec/mips/aaccoder_mips: disable optimizatios which break fate-aac-pns-encode | Michael Niedermayer | 2015-09-02 | 1 | -2/+3 |
* | aaccoder_mips: update function definitions | Rostislav Pehlivanov | 2015-08-21 | 1 | -106/+108 |
* | avcodec: loongson optimize h264qpel with mmi v1 | 周晓勇 | 2015-08-09 | 6 | -1/+2960 |
* | avcodec: loongson optimized h264pred with mmi v2 | 周晓勇 | 2015-08-05 | 3 | -241/+226 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP8 functions | Shivraj Patil | 2015-08-04 | 6 | -0/+3471 |
* | mips/hevcdsp: fix string concatenation on macros | James Almer | 2015-07-30 | 6 | -15/+15 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 bilinear functions | Shivraj Patil | 2015-07-27 | 3 | -0/+2157 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functions | Shivraj Patil | 2015-07-24 | 4 | -1/+619 |
* | avcodec/mips/vp9_idct_msa: Replace __volatile__ by volatile | Michael Niedermayer | 2015-07-23 | 1 | -2/+2 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 idct functions | Shivraj Patil | 2015-07-23 | 4 | -1/+2192 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functions | Shivraj Patil | 2015-07-23 | 4 | -1/+2659 |
* | avcodec: loongson optimize pixblockdsp with mmi | 周晓勇 | 2015-07-22 | 4 | -0/+102 |
* | avcodec: loongson optimize blockdsp with mmi | 周晓勇 | 2015-07-21 | 4 | -0/+170 |
* | avcodec: loongson optimize xvid idct with mmi | 周晓勇 | 2015-07-21 | 4 | -0/+330 |
* | avcodec: loongson move simple idct functions to a separate file | 周晓勇 | 2015-07-21 | 4 | -814/+837 |
* | avcodec: loongson relocate constants of idctdsp and h264pred | 周晓勇 | 2015-07-20 | 4 | -43/+36 |
* | avcodec: loongson constants redefined with macros | 周晓勇 | 2015-07-20 | 2 | -52/+52 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 MC functions | Shivraj Patil | 2015-07-16 | 4 | -0/+2574 |
* | avcodec: loongson optimized idctdsp with mmi | 周晓勇 | 2015-07-16 | 4 | -0/+1039 |
* | avcodec: loongson add constant definition | 周晓勇 | 2015-07-16 | 3 | -0/+110 |
* | avcodec/mips/mpegvideo_mmi: Use av_assert2() | Michael Niedermayer | 2015-07-15 | 1 | -4/+4 |
* | avcodec: loongson optimized mpegvideo dct unquantize with mmi | ZhouXiaoyong | 2015-07-15 | 4 | -0/+353 |
* | avcodec: loongson optimized h264pred with mmi | 周晓勇 | 2015-07-15 | 4 | -0/+911 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functions | Shivraj Patil | 2015-07-07 | 5 | -0/+816 |
* | use mmi instead of loongson3 as simd-optimization flag | 周晓勇 | 2015-07-07 | 3 | -10/+10 |
* | avcodec: loongson remove useless macros in mipsfpu optimization | 周晓勇 | 2015-07-06 | 4 | -16/+2 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functions | Shivraj Patil | 2015-07-06 | 4 | -0/+804 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideoencdsp functions | Shivraj Patil | 2015-07-06 | 3 | -0/+104 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functions | Shivraj Patil | 2015-07-01 | 3 | -0/+289 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functions | Shivraj Patil | 2015-06-29 | 4 | -0/+231 |