| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: integrate clear_blocks calls with IDCT. | Ronald S. Bultje | 2013-02-19 | 1 | -4/+4 |
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -6/+6 |
|\ |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-30 | 1 | -8/+10 |
|\| |
|
| * | Use ptrdiff_t instead of int for intra pred "stride" function parameter. | Ronald S. Bultje | 2012-10-29 | 1 | -8/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -36/+45 |
|\| |
|
| * | h264: K&R formatting cosmetics for header files (part I/II) | Diego Biurrun | 2012-05-10 | 1 | -36/+45 |
| * | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 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 | -3/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | h264dec: h264: 4:2:2 intra decoding | Baptiste Coudurier | 2011-08-15 | 1 | -3/+3 |
* | | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-04-10 | 1 | -3/+3 |
|/ |
|
* | Support CODEC_FLAG_EMU_EDGE in VP8 decoder. | Ronald S. Bultje | 2010-12-28 | 1 | -3/+19 |
* | 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 | Jason Garrett-Glaser | 2010-06-25 | 1 | -0/+1 |
* | Add intra prediction functions for VP8. | David Conrad | 2010-06-22 | 1 | -0/+2 |
* | Make "topright" argument to pred4x4() const. | David Conrad | 2010-06-22 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | ARM: NEON optimised H264 16x16, 8x8 pred | Måns Rullgård | 2009-12-02 | 1 | -0/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add missing headers to allow 'make checkheaders' to pass. | Diego Biurrun | 2009-01-07 | 1 | -0/+1 |
* | Horizontal and vertical prediction functions needed for new lossless mode | Michael Niedermayer | 2008-12-16 | 1 | -0/+5 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Support MBAFF + constrained intra prediction. | Michael Niedermayer | 2008-08-11 | 1 | -1/+6 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Correct spatial prediction mode in RV30/40 for vertical left direction | Kostya Shishkov | 2007-12-17 | 1 | -1/+2 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Move H.264 intra prediction functions into their own context | Kostya Shishkov | 2007-09-05 | 1 | -0/+76 |