| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '2957d29f0531ccd8a6f4378293424dfd92db3044' | Michael Niedermayer | 2013-04-20 | 5 | -22/+14 |
|\ |
|
| * | alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 8 | -290/+378 |
* | | Move alpha half-pel assembly from dsputil to hpeldsp. | Ronald S. Bultje | 2013-03-13 | 7 | -280/+377 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 3 | -3/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 3 | -3/+0 |
* | | Merge commit '11dcecfcca0eca1a571792c4fa3c21fb2cfddddc' | Michael Niedermayer | 2013-02-25 | 1 | -0/+1 |
|\| |
|
| * | dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation | Diego Biurrun | 2013-02-24 | 1 | -0/+1 |
* | | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84' | Michael Niedermayer | 2013-02-06 | 2 | -2/+4 |
|\| |
|
| * | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 2 | -2/+4 |
* | | Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8' | Michael Niedermayer | 2013-02-06 | 2 | -8/+8 |
|\| |
|
| * | Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. | Diego Biurrun | 2013-02-05 | 2 | -6/+6 |
* | | Merge commit 'baf35bb4bc4fe7a2a4113c50989d11dd9ef81e76' | Michael Niedermayer | 2013-01-23 | 1 | -4/+4 |
|\| |
|
| * | dsputil: remove one array dimension from avg_no_rnd_pixels_tab. | Ronald S. Bultje | 2013-01-22 | 1 | -4/+4 |
* | | Merge commit '32ff6432284f713e9f837ee5b36fc8e9f1902836' | Michael Niedermayer | 2013-01-23 | 1 | -5/+0 |
|\| |
|
| * | dsputil: remove avg_no_rnd_pixels8. | Ronald S. Bultje | 2013-01-22 | 1 | -5/+0 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 6 | -32/+32 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 6 | -30/+30 |
* | | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f' | Michael Niedermayer | 2012-10-10 | 1 | -1/+2 |
|\| |
|
| * | build: non-x86: Only compile mpegvideo optimizations when necessary | Diego Biurrun | 2012-10-09 | 1 | -1/+2 |
* | | dsputil/me/pixels: Actually use av_restrict | Derek Buitenhuis | 2012-09-09 | 3 | -6/+6 |
* | | lowres2 support. | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
|\| |
|
| * | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-26 | 1 | -6/+6 |
|\| |
|
| * | build: prettyprinting cosmetics | Diego Biurrun | 2012-03-26 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 2 | -2/+2 |
|\| |
|
| * | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-22 | 1 | -2/+3 |
|\| |
|
| * | dsputil: update per-arch init funcs for non-h264 high bit depth | Mans Rullgard | 2011-07-21 | 1 | -1/+1 |
| * | dsputil: template get_pixels() for different bit depths | Mans Rullgard | 2011-07-21 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-21 | 1 | -1/+1 |
|\| |
|
| * | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -2/+2 |
|\| |
|
| * | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -0/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-02 | 1 | -3/+3 |
|\| |
|
| * | ALPHA: Replace sized int_fast integer types with plain int/unsigned. | Diego Biurrun | 2011-05-01 | 1 | -3/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-28 | 1 | -7/+7 |
|\| |
|
| * | simple_idct_alpha: Drop some useless casts. | Diego Biurrun | 2011-04-27 | 1 | -7/+7 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 9 | -36/+36 |
* | | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-04-10 | 1 | -0/+4 |
|/ |
|
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -3/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+3 |
* | Remove --enable-gprof flag | Måns Rullgård | 2010-06-26 | 2 | -20/+0 |
* | Simplify arch-specific object file lists | Måns Rullgård | 2010-03-16 | 1 | -1/+1 |
* | Move arch-specific makefile parts into $arch/Makefile | Måns Rullgård | 2010-03-16 | 1 | -0/+6 |
* | Alpha: move dsputil prototypes to a header file | Måns Rullgård | 2010-03-08 | 4 | -27/+55 |
* | Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. | Diego Biurrun | 2009-08-21 | 1 | -9/+4 |
* | Alpha: fix inline asm with DEC/Compaq/HP compiler | Måns Rullgård | 2009-02-21 | 1 | -24/+24 |
* | Alpha: fix pix_abs16 | Måns Rullgård | 2009-01-18 | 2 | -62/+55 |