| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d' | Michael Niedermayer | 2014-04-05 | 1 | -2/+2 |
|\ |
|
| * | Remove a number of unnecessary dsputil.h #includes | Diego Biurrun | 2014-04-04 | 1 | -1/+2 |
* | | Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f' | Michael Niedermayer | 2014-04-04 | 1 | -3/+4 |
|\| |
|
| * | On2 VP7 decoder | Peter Ross | 2014-04-04 | 1 | -7/+10 |
* | | On2 VP7 decoder | Peter Ross | 2014-03-25 | 1 | -7/+9 |
* | | avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction | Yogender Kumar Gupta | 2014-03-18 | 1 | -0/+2 |
* | | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852' | Michael Niedermayer | 2014-03-14 | 1 | -3/+3 |
|\| |
|
| * | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -3/+3 |
* | | Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb' | Michael Niedermayer | 2014-01-06 | 1 | -8/+5 |
|\| |
|
| * | h264: do not use 422 functions for monochrome | Anton Khirnov | 2014-01-06 | 1 | -5/+5 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -2/+4 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+4 |
| * | h264pred: Add a few missing const declarations for ff_cropTbl derived pointers | Martin Storsjö | 2013-04-08 | 1 | -3/+3 |
| * | lavc: Make pointers to ff_cropTbl const | Martin Storsjö | 2013-04-08 | 1 | -3/+3 |
* | | h264pred: fix "warning: initialization discards const qualifier from pointer ... | Michael Niedermayer | 2013-04-03 | 1 | -6/+6 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+1 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -2/+0 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -2/+0 |
* | | h264 intra pred: add missing includes. | Ronald S. Bultje | 2013-02-11 | 1 | -0/+2 |
* | | h264: avoid a grayscale related if() in hl_decode_mb() | Michael Niedermayer | 2012-12-28 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-30 | 1 | -21/+58 |
|\| |
|
| * | Use ptrdiff_t instead of int for intra pred "stride" function parameter. | Ronald S. Bultje | 2012-10-29 | 1 | -21/+58 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -11/+11 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -11/+11 |
* | | h264pred: 12 and 14 bit support | Michael Niedermayer | 2012-07-10 | 1 | -0/+14 |
* | | h264pred: assert that depth is supported | Michael Niedermayer | 2012-07-03 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-22 | 1 | -4/+9 |
|\| |
|
| * | Support for lossless and inter H264 4:2:2. | Ronald S. Bultje | 2011-10-21 | 1 | -4/+9 |
| * | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -14/+37 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-10 | 1 | -7/+5 |
|\| |
|
| * | h264pred: use unsigned types for pixel values, fix signed overflows | Mans Rullgard | 2011-10-09 | 1 | -5/+5 |
| * | h264pred: remove unused variables | Mans Rullgard | 2011-10-09 | 1 | -2/+0 |
* | | h264dec: h264: 4:2:2 intra decoding | Baptiste Coudurier | 2011-08-15 | 1 | -14/+37 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -21/+343 |
|\| |
|
| * | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -124/+154 |
| * | Move the functions in h264pred.c into a new file h264pred_template.c. | Oskar Arvidsson | 2011-05-10 | 1 | -892/+5 |
| * | 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 | -120/+149 |
* | | Move the functions in h264pred.c into a new file h264pred_internal.h. | Oskar Arvidsson | 2011-04-10 | 1 | -1209/+1 |
|/ |
|
* | Whitespace cosmetics. | Ronald S. Bultje | 2010-12-29 | 1 | -3/+3 |
* | Support CODEC_FLAG_EMU_EDGE in VP8 decoder. | Ronald S. Bultje | 2010-12-28 | 1 | -2/+67 |
* | Add more int packing macros, name them consistently | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Fix linking if MMX is disabled. | Stefano Sabatini | 2010-06-27 | 1 | -1/+1 |
* | 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 | Jason Garrett-Glaser | 2010-06-25 | 1 | -0/+1 |
* | Reindent after r23721. | Ronald S. Bultje | 2010-06-22 | 1 | -3/+3 |
* | Rename PACK4x8() to PACK4UINT8(). | Ronald S. Bultje | 2010-06-22 | 1 | -1/+1 |