| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move an int64_t down in MpegEncContext | Martin Storsjö | 2011-08-03 | 1 | -6/+6 |
* | dsputil: remove some unused functions | Mans Rullgard | 2011-07-27 | 2 | -118/+0 |
* | dsputil: update per-arch init funcs for non-h264 high bit depth | Mans Rullgard | 2011-07-21 | 4 | -4/+4 |
* | dsputil: template get_pixels() for different bit depths | Mans Rullgard | 2011-07-21 | 1 | -1/+2 |
* | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 4 | -6/+8 |
* | arm: remove disabled function dct_unquantize_h263_inter_iwmmxt() | Diego Biurrun | 2011-07-16 | 1 | -20/+0 |
* | ARM: use const macro to define constant data in asm | Mans Rullgard | 2011-07-10 | 6 | -25/+20 |
* | ARM: workaround for bug in GNU assembler | Mans Rullgard | 2011-07-05 | 1 | -1/+1 |
* | ARM: allow unaligned buffer in fixed-point NEON FFT4 | Mans Rullgard | 2011-07-04 | 1 | -2/+2 |
* | ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6 | Mans Rullgard | 2011-07-02 | 1 | -6/+1 |
* | ARM: NEON optimised vector_clip_int32() | Mans Rullgard | 2011-07-02 | 2 | -0/+19 |
* | ARM: remove check for PLD instruction | Mans Rullgard | 2011-06-29 | 1 | -5/+2 |
* | ARM: allow building in Thumb2 mode | Mans Rullgard | 2011-06-23 | 28 | -145/+415 |
* | ARM: update ff_h264_idct8_add4_neon for 4:4:4 changes | Mans Rullgard | 2011-06-15 | 2 | -19/+25 |
* | ARM: factor some repetitive code into macros | Mans Rullgard | 2011-06-14 | 2 | -174/+69 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -1/+2 |
* | ARM: jrevdct_arm: simplify stack usage | Mans Rullgard | 2011-06-13 | 1 | -6/+3 |
* | ARM: jrevdct_arm: use push/pop mnemonics | Mans Rullgard | 2011-06-13 | 1 | -8/+8 |
* | ARM: jrevdct_arm: misc cleanup | Mans Rullgard | 2011-06-13 | 1 | -6/+4 |
* | ARM: optimised mpadsp_apply_window_fixed | Mans Rullgard | 2011-06-13 | 3 | -0/+179 |
* | ARM: remove MUL64 and MAC64 inline asm | Mans Rullgard | 2011-06-06 | 1 | -30/+1 |