| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '6a4430407404bfe55581e66a86a496c9adf6fb44' | Michael Niedermayer | 2013-02-09 | 1 | -0/+2 |
|\ |
|
| * | dsputil: Move ff_h264_idct function declarations to a separate header | Diego Biurrun | 2013-02-07 | 1 | -0/+2 |
* | | h264idct: 12 and 14 bit support | Michael Niedermayer | 2012-07-10 | 1 | -0/+8 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -3/+3 |
|\| |
|
| * | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -0/+10 |
| * | Move the functions in h264idct into a new file h264idct_template.c. | Oskar Arvidsson | 2011-05-10 | 1 | -248/+1 |
| * | Choose h264 chroma dc dequant function dynamically. | Oskar Arvidsson | 2011-05-10 | 1 | -0/+22 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-20 | 1 | -22/+0 |
* | | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-04-10 | 1 | -0/+10 |
* | | Move the functions in h264idct into a new file h264idct_internal.h. | Oskar Arvidsson | 2011-04-10 | 1 | -248/+1 |
* | | Choose h264 chroma dc dequant function dynamically. | Oskar Arvidsson | 2011-04-10 | 1 | -0/+22 |
* | | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-21 | 1 | -22/+0 |
|/ |
|
* | H.264/SVQ3: make chroma DC work the same way as luma DC | Jason Garrett-Glaser | 2011-01-15 | 1 | -0/+22 |
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 1 | -0/+35 |
* | H.264: eliminate non-transposed scantable support. | Jason Garrett-Glaser | 2011-01-14 | 1 | -36/+36 |
* | Improve some uses of ff_cropTbl with constant offset | Måns Rullgård | 2010-06-22 | 1 | -4/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix filenames in Doxygen comments. | Diego Biurrun | 2009-01-26 | 1 | -1/+1 |
* | flatten an array, since gcc fails at optimizing multidimensional arrays | Loren Merritt | 2008-12-25 | 1 | -25/+24 |
* | H.264 idct functions that include the chroma, inter luma and intra16 luma loops | Michael Niedermayer | 2008-12-18 | 1 | -0/+52 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -1/+1 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | h264: special case dc-only idct. ~1% faster overall | Loren Merritt | 2006-02-10 | 1 | -0/+25 |
* | 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 | -2/+2 |
* | decode H.264 with 8x8 transform. | Loren Merritt | 2005-06-02 | 1 | -0/+71 |
* | move h264 idct to its own file and call via function pointer in DspContext | Michael Niedermayer | 2004-09-27 | 1 | -0/+70 |