| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation.for iOS ARMv7. | Gavin Kinsey | 2011-04-19 | 1 | -1/+1 |
* | Allow h264pred_init_arm.c to compile. | Bill Pringlemeir | 2011-04-18 | 1 | -1/+1 |
* | cosmetics: alignment | Aurelien Jacobs | 2011-04-12 | 1 | -1/+1 |
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-04-10 | 6 | -6/+30 |
* | replace movw instruction in ac3dsp_armv6.S | pin xue | 2011-04-10 | 1 | -1/+1 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-06 | 2 | -0/+22 |
|\ |
|
| * | ac3enc: NEON optimised extract_exponents | Mans Rullgard | 2011-04-05 | 2 | -0/+22 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 4 | -0/+501 |
|\| |
|
| * | ARM: NEON fixed-point forward MDCT | Mans Rullgard | 2011-04-03 | 3 | -0/+206 |
| * | ARM: NEON fixed-point FFT | Mans Rullgard | 2011-04-03 | 3 | -0/+295 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-02 | 4 | -1/+153 |
|\| |
|
| * | ac3enc: ARM optimised ac3_compute_matissa_size | Mans Rullgard | 2011-04-01 | 3 | -1/+59 |
| * | ac3: armv6 optimised bit_alloc_calc_bap | Mans Rullgard | 2011-04-01 | 3 | -0/+94 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-30 | 2 | -0/+16 |
|\| |
|
| * | ac3enc: NEON optimised float_to_fixed24 | Mans Rullgard | 2011-03-29 | 2 | -0/+16 |
* | | Revert some silly renamings that leaked in from a pull. | Michael Niedermayer | 2011-03-29 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-25 | 5 | -0/+150 |
|\| |
|
| * | ARM: fix ff_apply_window_int16_neon() prototype | Mans Rullgard | 2011-03-24 | 1 | -1/+1 |
| * | ARM: NEON optimised apply_window_int16() | Mans Rullgard | 2011-03-24 | 2 | -0/+28 |
| * | ac3enc: NEON optimised shift functions | Mans Rullgard | 2011-03-24 | 2 | -0/+25 |
| * | ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min | Mans Rullgard | 2011-03-24 | 3 | -0/+97 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -0/+1 |
|\| |
|
| * | Move dct and rdft definitions to separate files | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 50 | -201/+201 |
| * | ARM: VP8: fix build on systems with global symbol prefix | Mans Rullgard | 2011-02-27 | 1 | -1/+1 |
| * | ARM: fix vp8 neon with pic enabled | Mans Rullgard | 2011-02-27 | 1 | -0/+2 |
| * | FFT: factor a shuffle out of the inner loop and merge it into fft_permute. | Loren Merritt | 2011-02-13 | 1 | -1/+1 |
| * | VP8: ARM optimised decode_block_coeffs_internal | Mans Rullgard | 2011-02-11 | 3 | -0/+251 |
| * | ARM optimised vp56_rac_get_prob() | Mans Rullgard | 2011-02-11 | 1 | -0/+92 |
| * | VP8: ARM NEON optimisations for dsp functions | Mans Rullgard | 2011-02-07 | 3 | -0/+2076 |
| * | ARM: add helper macro for declaring constant data | Mans Rullgard | 2011-02-02 | 1 | -0/+10 |
| * | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 8 | -434/+521 |
| * | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 6 | -22/+13 |
| * | Rearrange MpegEncContext to simplify access from asm | Mans Rullgard | 2011-01-29 | 2 | -23/+11 |
| * | ARM: update MpegEncContext offsets | Mans Rullgard | 2011-01-29 | 1 | -6/+6 |
| * | ARM: NEON: fix overflow in h264 16x16 planar pred | Mans Rullgard | 2011-01-24 | 1 | -2/+2 |
| * | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles | 2011-01-22 | 4 | -40/+39 |
| * | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-21 | 1 | -6/+6 |
* | | ARM: VP8: fix build on systems with global symbol prefix | Mans Rullgard | 2011-02-28 | 1 | -1/+1 |
* | | ARM: fix vp8 neon with pic enabled | Mans Rullgard | 2011-02-28 | 1 | -0/+2 |
* | | FFT: factor a shuffle out of the inner loop and merge it into fft_permute. | Loren Merritt | 2011-02-14 | 1 | -1/+1 |
* | | VP8: ARM optimised decode_block_coeffs_internal | Mans Rullgard | 2011-02-13 | 3 | -0/+251 |
* | | ARM optimised vp56_rac_get_prob() | Mans Rullgard | 2011-02-13 | 1 | -0/+92 |
* | | VP8: ARM NEON optimisations for dsp functions | Mans Rullgard | 2011-02-09 | 3 | -0/+2076 |
* | | ARM: add helper macro for declaring constant data | Mans Rullgard | 2011-02-04 | 1 | -0/+10 |
* | | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-04 | 8 | -434/+521 |
* | | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-02-02 | 6 | -22/+13 |
* | | Rearrange MpegEncContext to simplify access from asm | Mans Rullgard | 2011-01-30 | 2 | -23/+11 |
* | | ARM: update MpegEncContext offsets | Mans Rullgard | 2011-01-30 | 1 | -6/+6 |
* | | ARM: NEON: fix overflow in h264 16x16 planar pred | Mans Rullgard | 2011-01-26 | 1 | -2/+2 |