summaryrefslogtreecommitdiff
path: root/libavcodec/h263.h
Commit message (Expand)AuthorAge
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Add lots of missing includesMåns Rullgård2010-03-08
* Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård2010-03-06
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-08
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
* Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun2009-12-30
* Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.Diego Biurrun2009-12-30
* Get rid of pointless CONFIG_WMV_DECODER definition.Diego Biurrun2009-12-30
* Simplify CONFIG_ANY_H263_DECODER preprocessor definition:Diego Biurrun2009-12-30
* Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun2009-12-28
* Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun2009-08-05
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs2007-07-10