| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '6a8561dbd7c078eb75985f7011ad1ad3fda9e223' | Michael Niedermayer | 2013-04-24 | 1 | -54/+0 |
|\ |
|
| * | x86: Factorize duplicated inline assembly snippets | Martin Storsjö | 2013-04-23 | 1 | -54/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-23 | 1 | -8/+4 |
|\| |
|
| * | x86: Move some conditional code around to avoid unused variable warnings | Diego Biurrun | 2013-04-22 | 1 | -15/+12 |
* | | Merge commit '78fa0bd0f7067868943c0899907e313414492426' | Michael Niedermayer | 2013-04-22 | 1 | -4/+4 |
|\| |
|
| * | x86: cavs: Put mmx-specific code into its own init function | Diego Biurrun | 2013-04-22 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-22 | 1 | -2/+0 |
|\| |
|
| * | x86: Remove some duplicate function declarations | Diego Biurrun | 2013-04-22 | 1 | -2/+0 |
| * | x86: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 1 | -203/+10 |
| * | x86: Move constants to the only place where they are used | Ronald S. Bultje | 2013-04-15 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
|\| |
|
| * | x86: dsputil: Move some ifdefs to avoid unused variable warnings | Diego Biurrun | 2013-04-12 | 1 | -2/+2 |
* | | Merge commit '2004c7c8f763280ff3ba675ea21cf25396528fd3' | Michael Niedermayer | 2013-04-12 | 1 | -2/+1 |
|\| |
|
| * | x86: dsputil: cosmetics: Remove two pointless variable indirections | Diego Biurrun | 2013-04-12 | 1 | -4/+2 |
* | | Merge commit 'c51a3a5bd9a5b404176ff343ecadb80b2553b256' | Michael Niedermayer | 2013-04-12 | 1 | -10/+1 |
|\| |
|
| * | x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations | Diego Biurrun | 2013-04-12 | 1 | -9/+0 |
* | | Merge commit 'e027032fc6a49db5a4ce12fc3e09ffb86ff20522' | Michael Niedermayer | 2013-04-12 | 1 | -5/+3 |
|\| |
|
| * | x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable place | Diego Biurrun | 2013-04-12 | 1 | -5/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-11 | 1 | -3/+0 |
|\| |
|
| * | dsputil: Make dsputil selectable | Ronald S. Bultje | 2013-04-10 | 1 | -25/+0 |
* | | dsputil_mmx: remove unused variables | Michael Niedermayer | 2013-03-13 | 1 | -2/+0 |
* | | Merge commit 'a8b6015823e628047a45916404c00044c5e80415' | Michael Niedermayer | 2013-03-13 | 1 | -41/+41 |
|\| |
|
| * | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -43/+43 |
* | | Move x86 half-pel assembly from dsputil to hpeldsp. | Ronald S. Bultje | 2013-03-13 | 1 | -203/+10 |
* | | vp3: use hpeldsp instead of dsputil for half-pel functions. | Ronald S. Bultje | 2013-03-13 | 1 | -3/+0 |
* | | Merge commit 'de27d2b92fa97deb2856d18e9f5f19586ce45a0f' | Michael Niedermayer | 2013-03-13 | 1 | -45/+0 |
|\| |
|
* | | dsputil: make selectable. | Ronald S. Bultje | 2013-03-12 | 1 | -22/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-27 | 1 | -5/+0 |
|\| |
|
| * | x86: dsputil: Drop some unused function #defines | Diego Biurrun | 2013-02-26 | 1 | -5/+0 |
* | | Merge commit '845cfc92f908791714b8c4c8a49c91b8c64b685e' | Michael Niedermayer | 2013-02-27 | 1 | -6/+1 |
|\| |
|
| * | x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext | Diego Biurrun | 2013-02-26 | 1 | -6/+1 |
* | | Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd' | Michael Niedermayer | 2013-02-27 | 1 | -8/+0 |
|\| |
|
| * | x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c | Diego Biurrun | 2013-02-26 | 1 | -8/+0 |
* | | Merge commit '31a23a0dc663bd42bf593275971b4277a479b73d' | Michael Niedermayer | 2013-02-27 | 1 | -12/+4 |
|\| |
|
| * | x86: dsputil_mmx: Remove leftover inline assembly fragments | Martin Storsjö | 2013-02-27 | 1 | -12/+4 |
* | | Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243' | Michael Niedermayer | 2013-02-19 | 1 | -1/+1 |
|\| |
|
| * | x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size param | Daniel Kang | 2013-02-18 | 1 | -1/+1 |
* | | Move ff_emulated_edge_mc prototypes to videodsp. | Ronald S. Bultje | 2013-02-11 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-07 | 1 | -177/+8 |
|\| |
|
| * | dsputil: x86: Convert h263 loop filter to yasm | Daniel Kang | 2013-02-06 | 1 | -177/+8 |
* | | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27' | Michael Niedermayer | 2013-02-07 | 1 | -98/+0 |
|\| |
|
| * | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -98/+0 |
* | | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84' | Michael Niedermayer | 2013-02-06 | 1 | -14/+17 |
|\| |
|
| * | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 1 | -14/+17 |
* | | dsputil: fixup half a dozen bugs with ptrdiff vs int linesize | Michael Niedermayer | 2013-02-06 | 1 | -2/+2 |
* | | Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8' | Michael Niedermayer | 2013-02-06 | 1 | -25/+25 |
|\| |
|
| * | Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. | Diego Biurrun | 2013-02-05 | 1 | -25/+25 |
| * | dsputil: add missing HAVE_YASM guard | Daniel Kang | 2013-01-27 | 1 | -0/+2 |
* | | dirac/x86: fix compile without yasm | Michael Niedermayer | 2013-01-30 | 1 | -1/+2 |
* | | dirac/x86: fix compile without inline asm | Michael Niedermayer | 2013-01-30 | 1 | -0/+2 |