| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b' | Michael Niedermayer | 2014-09-03 | 1 | -11/+4 |
|\ |
|
| * | idctdsp: Add global function pointers for {add|put}_pixels_clamped functions | Diego Biurrun | 2014-09-02 | 1 | -7/+0 |
* | | Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6' | Michael Niedermayer | 2014-08-15 | 1 | -0/+18 |
|\| |
|
| * | build: Add explanatory comments to (optimization) blocks in the Makefiles | Diego Biurrun | 2014-08-15 | 1 | -0/+18 |
* | | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' | Michael Niedermayer | 2014-08-15 | 3 | -4/+4 |
|\| |
|
| * | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 3 | -4/+4 |
* | | avcodec/idctdsp: make add/put_pixels_clamped_c internal functions | James Almer | 2014-08-13 | 1 | -8/+8 |
* | | avcodec: Change get_pixels() to ptrdiff_t linesize | Michael Niedermayer | 2014-08-06 | 1 | -1/+1 |
* | | Merge commit 'adf8227cf4e7b4fccb2ad88e1e09b6dc00dd00ed' | Michael Niedermayer | 2014-08-05 | 2 | -6/+3 |
|\| |
|
| * | vc-1: Add platform-specific start code search routine to VC1DSPContext. | Ben Avison | 2014-08-04 | 1 | -0/+3 |
* | | Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8' | Michael Niedermayer | 2014-08-05 | 3 | -4/+29 |
|\| |
|
| * | h264: Move start code search functions into separate source files. | Ben Avison | 2014-08-04 | 4 | -6/+31 |
* | | avcodec/arm/idctdsp_init_arm*: Only select non bitexact IDCTs by default when... | Michael Niedermayer | 2014-07-27 | 2 | -2/+2 |
* | | Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac' | Michael Niedermayer | 2014-07-25 | 2 | -66/+68 |
|\| |
|
| * | qpeldsp: Mark source pointer in qpel_mc_func function pointer const | Diego Biurrun | 2014-07-25 | 2 | -66/+68 |
* | | Merge commit '6869612f5c7d4d2f20f69a5658328a761deadb1c' | Michael Niedermayer | 2014-07-22 | 1 | -5/+1 |
|\| |
|
| * | arm: Macroize the test for 'setend' CPU instruction support | Ben Avison | 2014-07-21 | 1 | -5/+1 |
* | | Merge commit '81b9bf319226fe03436c80aaa8a2c91767cab7ce' | Michael Niedermayer | 2014-07-21 | 1 | -0/+40 |
|\| |
|
| * | dct-test: Move arch-specific bits into arch-specific subdirectories | Diego Biurrun | 2014-07-21 | 1 | -0/+40 |
* | | Merge commit '4de8b60684ce13dff3e3d372dae4f49b9e53f755' | Michael Niedermayer | 2014-07-21 | 5 | -15/+44 |
|\| |
|
| * | idct: Move arm-specific declarations to a header in the arm directory | Diego Biurrun | 2014-07-20 | 5 | -15/+44 |
* | | Merge commit '8b0dd4942aac320d1ca3c40fa7ea1be342c71273' | Michael Niedermayer | 2014-07-18 | 4 | -20/+20 |
|\| |
|
| * | idctdsp: prettyprinting cosmetics | Diego Biurrun | 2014-07-18 | 4 | -20/+20 |
* | | Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae' | Michael Niedermayer | 2014-07-18 | 4 | -5/+5 |
|\| |
|
| * | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 4 | -5/+5 |
* | | Merge commit '7e18a727d2c2a19f22fcf68875d1b05fd2eafcef' | Michael Niedermayer | 2014-07-18 | 2 | -3/+3 |
|\| |
|
| * | arm: cosmetics: Consistently use lowercase for shift operators | Martin Storsjö | 2014-07-18 | 2 | -3/+3 |
* | | Merge commit 'fe67f3fbb5f9f6a6b60f837f6bc5e087ac11f3bf' | Michael Niedermayer | 2014-07-18 | 1 | -1/+1 |
|\| |
|
| * | arm: cosmetics: Fix a misaligned asm operand | Martin Storsjö | 2014-07-18 | 1 | -1/+1 |
* | | Merge commit '87552d54d3337c3241e8a9e1a05df16eaa821496' | Michael Niedermayer | 2014-07-18 | 2 | -17/+255 |
|\| |
|
| * | armv6: Accelerate ff_fft_calc for general case (nbits != 4) | Ben Avison | 2014-07-18 | 2 | -17/+255 |
| * | armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6) | Ben Avison | 2014-07-18 | 1 | -2/+144 |
* | | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 3 | -5/+4 |
|\| |
|
| * | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 3 | -5/+4 |
* | | Merge commit 'adff0a8166345bb9513f0f658043fb6387e90122' | Michael Niedermayer | 2014-07-16 | 4 | -91/+28 |
|\| |
|
| * | arm: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-16 | 4 | -91/+28 |
* | | armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6) | Ben Avison | 2014-07-13 | 1 | -2/+144 |
* | | Merge commit '1173320249745eab01c901a39054fc0fced33c87' | Michael Niedermayer | 2014-07-11 | 3 | -7/+4 |
|\| |
|
| * | dsputil: Drop unused bit_depth parameter from all init functions | Diego Biurrun | 2014-07-11 | 3 | -7/+4 |
* | | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e' | Michael Niedermayer | 2014-07-10 | 5 | -63/+120 |
|\| |
|
| * | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 5 | -63/+120 |
* | | Merge commit '79fce1ec8abd017593c003917fc123f7119a78d6' | Michael Niedermayer | 2014-07-08 | 1 | -1/+5 |
|\| |
|
| * | arm: Avoid using the 'setend' instruction on ARMv7 and newer | Martin Storsjö | 2014-07-08 | 1 | -1/+5 |
* | | Merge commit 'c166148409fe8f0dbccef2fe684286a40ba1e37d' | Michael Niedermayer | 2014-07-07 | 5 | -61/+116 |
|\| |
|
| * | dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc | Diego Biurrun | 2014-07-06 | 5 | -61/+116 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 13 | -128/+250 |
|\| |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 13 | -128/+250 |
* | | Merge commit 'f23d26a6864128001b03876b0b92fffe131f2060' | Michael Niedermayer | 2014-06-23 | 1 | -4/+56 |
|\| |
|
| * | h264: avoid using uninitialized memory in NEON chroma mc | Janne Grunau | 2014-06-23 | 1 | -4/+56 |
* | | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' | Michael Niedermayer | 2014-06-22 | 7 | -55/+168 |
|\| |
|