- 25 Jul, 2014 1 commit
-
-
Diego Biurrun authored
-
- 13 Jun, 2014 1 commit
-
-
Diego Biurrun authored
The new name more accurately describes what the file is about.
-
- 30 May, 2014 1 commit
-
-
Michael Niedermayer authored
See: 368f5035 See: similarity index 51% copy from libavcodec/dsputil.c copy to libavcodec/qpeldsp.c index 6d41dfc..0beeab8 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/qpeldsp.c @@ -1,9 +1,5 @@ /* - * DSP utils - * Copyright (c) 2000, 2001 Fabrice Bellard - * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> - * - * gmc & q-pel & 32/64 bit based MC by Michael Niedermayer <michaelni@gmx.at> + * quarterpel DSP functions * * This file is part of FFmpeg. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 May, 2014 6 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 27 May, 2014 2 commits
-
-
Diego Biurrun authored
Also shorten HuffYUV context member names to avoid clutter.
-
Diego Biurrun authored
Also shorten HuffYUV context member names to avoid clutter.
-
- 04 Apr, 2014 1 commit
-
-
Diego Biurrun authored
-
- 26 Mar, 2014 5 commits
-
-
Diego Biurrun authored
The functions are not used templatized.
-
Diego Biurrun authored
-
Diego Biurrun authored
The indirection makes no sense without multiple instantiation.
-
Diego Biurrun authored
This allows detemplatizing the bits that are not instantiated twice.
-
Diego Biurrun authored
Multiple inclusion makes no sense as it is only used in the 8-bit case.
-
- 22 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 20 Mar, 2014 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
This avoids recalculating the value over and over again.
-
- 13 Mar, 2014 7 commits
-
-
Diego Biurrun authored
Also switch from "tbl" to "tab" name suffixes.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The function is supposed to confirm that the compiler provided enough alignment, but in practice it is only run in certain code paths and insufficient alignment problems are restricted to legacy compilers.
-
Diego Biurrun authored
SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden.
-
Diego Biurrun authored
SH4 has been end-of-lifed and no more test machines are available.
-
- 20 Jan, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This also fixes masking the bits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Dec, 2013 1 commit
-
-
Diego Biurrun authored
The (optimized) functions are used nowhere else.
-
- 02 Dec, 2013 1 commit
-
-
Diego Biurrun authored
The table is MMX-specific and used nowhere else.
-
- 28 Nov, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes out of array accesses and integer overflows.
-
- 13 Nov, 2013 1 commit
-
-
Diego Biurrun authored
Alpha has been end-of-lifed and no more test machines are available.
-
- 08 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 05 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
Will be needed for jpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 Aug, 2013 1 commit
-
-
Diego Biurrun authored
-
- 28 Aug, 2013 1 commit
-
-
Diego Biurrun authored
Also give consistent names to init functions.
-
- 04 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 30 Apr, 2013 1 commit
-
-
Diego Biurrun authored
-