summaryrefslogtreecommitdiff
path: root/libavcodec/h263.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-12
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* h263: Convert function to macroVittorio Giovara2015-04-28
* h263: Drop commented-out code and a related otherwise unused functionVittorio Giovara2015-04-28
* lavu: move internal define to the only places where it is usedVittorio Giovara2014-11-24
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.hAnton Khirnov2013-10-31
* avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-15
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-06
* h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* lavc: move get_b_cbp() from h263.h to mpeg4videoenc.cAnton Khirnov2011-10-23
* 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