| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Consistently handle conditional compilation for all optimization OBJS. | Diego Biurrun | 2012-04-12 | 1 | -8/+5 |
* | rv40dsp: implement prescaled versions for biweight. | Christophe GISQUET | 2012-04-10 | 1 | -2/+2 |
* | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 3 | -3/+3 |
* | remove iwmmxt optimizations | Janne Grunau | 2012-03-12 | 8 | -1438/+0 |
* | dsputil: remove shift parameter from scalarproduct_int16 | Christophe GISQUET | 2012-03-07 | 2 | -28/+3 |
* | vp8: change int stride to ptrdiff_t stride. | Ronald S. Bultje | 2012-03-02 | 1 | -16/+16 |
* | SBR DSP: use intptr_t for the ixh parameter. | Christophe GISQUET | 2012-02-23 | 1 | -1/+1 |
* | rv34: change most "int stride" into "ptrdiff_t stride". | Ronald S. Bultje | 2012-02-20 | 2 | -8/+8 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 4 | -7/+7 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | arm: Add missing #include to vp8.h to fix a make checkheaders warning. | Diego Biurrun | 2012-02-09 | 1 | -0/+2 |
* | doxygen: Do not include license boilerplates in Doxygen comment blocks. | Diego Biurrun | 2012-02-06 | 4 | -4/+4 |
* | ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 | Mans Rullgard | 2012-02-02 | 1 | -8/+7 |
* | aacsbr: ARM NEON optimised sbrdsp functions | Mans Rullgard | 2012-01-28 | 3 | -0/+485 |
* | ARM: fix build with FFT enabled and MDCT disabled | Felipe Contreras | 2012-01-20 | 1 | -0/+2 |
* | rv34: add NEON rv34_idct_add | Janne Grunau | 2012-01-16 | 2 | -3/+62 |
* | rv34: 1-pass inter MB reconstruction | Christophe GISQUET | 2012-01-16 | 2 | -53/+14 |
* | ARM: fix Thumb-mode simple_idct_arm | Mans Rullgard | 2012-01-13 | 1 | -1/+1 |
* | ARM: 4-byte align start of all asm functions | Mans Rullgard | 2012-01-13 | 1 | -0/+1 |
* | ARM: rv34: fix asm syntax in dc transform functions | Mans Rullgard | 2012-01-12 | 1 | -11/+11 |
* | rv34: NEON optimised dc only inverse transform | Janne Grunau | 2012-01-12 | 2 | -2/+36 |
* | rv34: joint coefficient decoding and dequantization | Christophe GISQUET | 2012-01-04 | 2 | -27/+0 |
* | rv40: NEON optimised weak loop filter | Mans Rullgard | 2011-12-16 | 2 | -0/+119 |
* | ARM: fix external symbol refs in rv40 asm | Mans Rullgard | 2011-12-15 | 1 | -2/+2 |
* | ARM: dca: disable optimised decode_blockcodes() for old gcc | Mans Rullgard | 2011-12-15 | 1 | -1/+1 |
* | rv40: NEON optimised loop filter strength selection | Mans Rullgard | 2011-12-14 | 3 | -0/+102 |
* | rv34: NEON optimised 4x4 dequant | Mans Rullgard | 2011-12-13 | 2 | -0/+27 |
* | rv40: NEON optimised rv40 qpel motion compensation | Mans Rullgard | 2011-12-07 | 2 | -0/+714 |
* | rv40: NEON optimised weighted prediction | Janne Grunau | 2011-12-06 | 3 | -0/+92 |
* | rv40: NEON optimised chroma MC | Janne Grunau | 2011-12-06 | 3 | -5/+115 |
* | ARM: move NEON H264 chroma mc to a separate file | Mans Rullgard | 2011-12-06 | 3 | -339/+361 |
* | rv34: NEON optimised inverse transform functions | Janne Grunau | 2011-12-06 | 3 | -0/+148 |
* | ARM: h264dsp_neon cosmetics | Mans Rullgard | 2011-12-02 | 1 | -313/+313 |
* | ARM: make some NEON macros reusable | Janne Grunau | 2011-12-02 | 3 | -61/+65 |
* | ARM: fix indentation in ff_dsputil_init_neon() | Mans Rullgard | 2011-12-01 | 1 | -41/+39 |
* | ARM: NEON put/avg_pixels8/16 cosmetics | Mans Rullgard | 2011-12-01 | 1 | -57/+57 |
* | ARM: add remaining NEON avg_pixels8/16 functions | Mans Rullgard | 2011-12-01 | 2 | -0/+75 |
* | ARM: clean up NEON put/avg_pixels macros | Mans Rullgard | 2011-12-01 | 1 | -69/+86 |
* | dca: ARMv6 optimised decode_blockcode() | Mans Rullgard | 2011-11-25 | 1 | -0/+55 |
* | ARM: remove needless .text/.align directives | Mans Rullgard | 2011-11-23 | 9 | -14/+0 |
* | ARM: add explicit .arch and .fpu directives to asm.S | Mans Rullgard | 2011-11-22 | 1 | -0/+16 |
* | Remove redundant filename self-references inside files. | Diego Biurrun | 2011-11-08 | 1 | -1/+0 |
* | mpegvideo: remove some unused variables from MpegEncContext. | Anton Khirnov | 2011-10-23 | 1 | -6/+6 |
* | H264: change weight/biweight functions to take a height argument. | Ronald S. Bultje | 2011-10-21 | 2 | -117/+46 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 2 | -7/+8 |
* | ARM: check for inline asm 'y' operand modifier support | Mans Rullgard | 2011-10-03 | 1 | -1/+1 |
* | dca: NEON optimised high freq VQ decoding | Mans Rullgard | 2011-09-30 | 1 | -0/+49 |
* | ARM: NEON optimised vector_fmac_scalar() | Mans Rullgard | 2011-09-28 | 2 | -0/+51 |
* | mpeg12enc: add intra_vlc private option. | Anton Khirnov | 2011-08-31 | 1 | -6/+6 |
* | arm: Avoid using the movw instruction needlessly | Måns Rullgård | 2011-08-03 | 1 | -2/+2 |