| Commit message (Expand) | Author | Age | Files | Lines |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | ARM: add prefetch function using ARMv5 PLD instruction | Måns Rullgård | 2008-08-25 | 1 | -0/+17 |
* | ARM: optimised MAC64 and MLS64 | Måns Rullgård | 2008-07-15 | 1 | -0/+10 |
* | ARM: optimised MUL64 | Måns Rullgård | 2008-07-15 | 1 | -0/+9 |
* | ARM: ARMv6 optimised MULH | Måns Rullgård | 2008-07-15 | 1 | -0/+10 |
* | Simplify mm_support() for ARM (by Måns). | Benoit Fouet | 2008-06-30 | 1 | -5/+1 |
* | Define mm_support() for ARM. | Matthieu Castet | 2008-06-30 | 1 | -0/+9 |
* | convert DOS-style carriage return to Unix-style | Guillaume Poirier | 2008-06-17 | 1 | -208/+208 |
* | Add some initial optimizations for ARM VFP (floating | Siarhei Siamashka | 2008-05-11 | 2 | -0/+212 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 5 | -11/+11 |
* | Revert previous mistaken commit. | Diego Biurrun | 2008-05-09 | 4 | -10/+10 |
* | ipp.h is a system header, use <> when #including it. | Diego Biurrun | 2008-05-09 | 5 | -11/+11 |
* | cosmetics: __asm__ __volatile__ --> asm volatile | Diego Biurrun | 2008-04-17 | 4 | -20/+20 |
* | pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used | Matthieu Castet | 2008-03-24 | 1 | -0/+7 |
* | __asm __volatile -> asm volatile, improves code consistency and works | Reimar Döffinger | 2008-02-24 | 1 | -1/+1 |
* | fix indentation that was messed up by r11628 | Guillaume Poirier | 2008-01-27 | 1 | -32/+32 |
* | fix lowres decoding support on ARM CPUs | Siarhei Siamashka | 2008-01-27 | 1 | -0/+2 |
* | Remove mistakenly added multiple inclusion guards. | Diego Biurrun | 2007-12-28 | 1 | -4/+3 |
* | Misc spelling fixes, prefer American over British English. | Diego Biurrun | 2007-12-02 | 1 | -2/+2 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Add missing multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -0/+5 |
* | Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. | Tao Huang | 2007-09-05 | 2 | -29/+23 |
* | Fix links to ARM documentation | Guillaume Poirier | 2007-09-05 | 1 | -6/+0 |
* | license header consistency: Remove redundant "all rights reserved" statement | Diego Biurrun | 2007-07-12 | 1 | -1/+0 |
* | update my email address | Måns Rullgård | 2007-07-05 | 2 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -3/+3 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 1 | -1/+1 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 1 | -0/+5 |
* | Remove unused variables. | Diego Biurrun | 2007-06-05 | 1 | -2/+2 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 5 | -11/+11 |
* | add .type foo, %function directives for the benefit of debuggers | Måns Rullgård | 2007-04-19 | 2 | -0/+14 |
* | IWMMXT-specific dsputils clear_blocks function. | David Bateman | 2007-04-06 | 1 | -0/+21 |
* | iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but | Tim Chick | 2007-03-23 | 1 | -2/+7 |
* | enable iwmmxt support, removing mm_support() stub | Tim Chick | 2007-03-21 | 1 | -8/+4 |
* | oops, revert accidental checkin | Måns Rullgård | 2007-02-05 | 1 | -104/+40 |
* | fix multichannel decoding | Måns Rullgård | 2007-02-05 | 1 | -40/+104 |
* | missed a redundant load | Måns Rullgård | 2007-02-02 | 1 | -1/+1 |
* | save one cycle | Måns Rullgård | 2007-02-01 | 1 | -2/+6 |
* | remove redundant loads | Måns Rullgård | 2007-02-01 | 1 | -2/+8 |
* | optimize IDCT of rows with mostly zero coefficients | Måns Rullgård | 2007-01-31 | 1 | -2/+55 |
* | typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru | Måns Rullgård | 2007-01-29 | 1 | -3/+3 |
* | theoretically save one cycle | Måns Rullgård | 2007-01-29 | 1 | -2/+2 |
* | ARMv6 SIMD IDCT | Måns Rullgård | 2007-01-28 | 2 | -0/+400 |
* | add missing bit from commit r7423 | Guillaume Poirier | 2007-01-07 | 1 | -0/+213 |
* | Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) | Siarhei Siamashka | 2007-01-07 | 1 | -0/+3 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 2 | -6/+6 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 2 | -6/+6 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 9 | -36/+54 |