| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-02-16 | 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 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | 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 |
|/ |
|
* | Alpha: move dsputil prototypes to a header file | Måns Rullgård | 2010-03-08 | 1 | -22/+3 |
* | Alpha: fix pix_abs16 | Måns Rullgård | 2009-01-18 | 1 | -9/+3 |
* | Alpha: add ff_ prefix to idct functions | Måns Rullgård | 2009-01-18 | 1 | -6/+6 |
* | Alpha: indentation | Måns Rullgård | 2009-01-18 | 1 | -3/+3 |
* | Alpha: proper IDCT selection | Måns Rullgård | 2009-01-18 | 1 | -0/+4 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -3/+3 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -7/+7 |
* | interlaced motion estimation | Michael Niedermayer | 2003-12-30 | 1 | -15/+11 |
* | Use asms instead of builtins when compiling for generic Alpha. Less | Falk Hüffner | 2003-09-13 | 1 | -4/+0 |
* | build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) | Sam Hocevar | 2003-06-29 | 1 | -1/+2 |
* | the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ... | Michael Niedermayer | 2003-06-21 | 1 | -0/+1 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -1/+7 |
* | Implement sad8x8 and sad16x16 with pix_abs. | Falk Hüffner | 2003-01-10 | 1 | -0/+12 |
* | Kludge around compilation failure on Alpha. | Falk Hüffner | 2002-11-27 | 1 | -10/+17 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -52/+52 |
* | Move Alpha optimized IDCT to own file. Based on a patch by Måns | Falk Hüffner | 2002-10-11 | 1 | -2/+0 |
* | Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win | Falk Hüffner | 2002-09-29 | 1 | -2/+2 |
* | Synthesize pixels16 functions from pixels functions. | Falk Hüffner | 2002-09-13 | 1 | -10/+45 |
* | Adapt to new 8/16 table scheme. | Falk Hüffner | 2002-09-13 | 1 | -19/+19 |
* | MVI optimizations for motion estimation. | Falk Hüffner | 2002-07-29 | 1 | -0/+18 |
* | Remove support for variable BSIZE and INCR, as sub_pixels_* is no | Falk Hüffner | 2002-07-13 | 1 | -47/+47 |
* | * Improve xy2 routines slightly | Falk Hüffner | 2002-07-13 | 1 | -43/+46 |
* | Implement clear_blocks_axp. | Falk Hüffner | 2002-07-05 | 1 | -0/+20 |
* | Use updated motion compensation routines. | Falk Hüffner | 2002-07-03 | 1 | -99/+114 |
* | Assembly version of put_pixels. This is currently the function that | Falk Hüffner | 2002-07-01 | 1 | -2/+4 |
* | Implement put_pixels_clamped and add_pixels_clamped in Assembler. This | Falk Hüffner | 2002-07-01 | 1 | -42/+64 |
* | Ugly hack to make the assembler accept MVI instructions. | Falk Hüffner | 2002-06-24 | 1 | -1/+6 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -10/+10 |
* | Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> | Nick Kurshev | 2002-01-20 | 1 | -0/+223 |