| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -3/+3 |
* | Add lots of missing includes | Måns Rullgård | 2010-03-08 | 1 | -0/+6 |
* | Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c | Måns Rullgård | 2010-03-06 | 1 | -1/+0 |
* | Split H263 encoder and decoder from common code. | Michael Niedermayer | 2010-01-09 | 1 | -0/+68 |
* | Rename most non static h263 tables so their name contains h263. | Michael Niedermayer | 2010-01-08 | 1 | -11/+11 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 1 | -0/+178 |
* | Get rid of pointless CONFIG_ANY_H263 preprocessor definition. | Diego Biurrun | 2009-12-30 | 1 | -30/+0 |
* | Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. | Diego Biurrun | 2009-12-30 | 1 | -5/+1 |
* | Get rid of pointless CONFIG_WMV_DECODER definition. | Diego Biurrun | 2009-12-30 | 1 | -1/+2 |
* | Simplify CONFIG_ANY_H263_DECODER preprocessor definition: | Diego Biurrun | 2009-12-30 | 1 | -5/+0 |
* | Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. | Diego Biurrun | 2009-12-28 | 1 | -7/+1 |
* | Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or | Diego Biurrun | 2009-08-05 | 1 | -2/+0 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -17/+17 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Avoid linking with h263.c functions when the relevant codecs | Aurelien Jacobs | 2007-07-10 | 1 | -0/+46 |