44 Commits (3cb0bec6870cf0bb7879f7bfd4119ef39a02a464)

Author SHA1 Message Date
Vittorio Giovara 277ff7f5dc lavu: move internal define to the only places where it is used 10 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Michael Niedermayer 2d2b363c65 h263: remove unused ff_h263_find_resync_marker() 11 years ago
Anton Khirnov 28240a60c1 lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.h 11 years ago
Diego Biurrun c591d4575a avcodec: Replace local extern declarations for tables with header #includes 11 years ago
Ronald S. Bultje 8d061989dd lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs 12 years ago
Ronald S. Bultje e2789d3e33 split out ff_hwaccel_pixfmt_list_420[] over individual codecs. 12 years ago
Anton Khirnov ca1fe6c0e6 h263: remove an unused parameter from ff_h263_decode_init_vlc 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anuj Mittal ce19aec15b Check resync marker only when enabled. 12 years ago
Anton Khirnov af3d804f9f mpegvideo_enc: add cbp_rd flag to mpv_flags. 13 years ago
Martin Storsjö ddce8953a5 h263: Add ff_ prefix to nonstatic symbols 13 years ago
Reimar Döffinger 49baf44c24 Make ff_mba_* arrays const. 13 years ago
Anton Khirnov 1deb66c50c lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c 13 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Måns Rullgård 9c9a0840d0 Add lots of missing includes 15 years ago
Måns Rullgård bb174ff1f9 Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c 15 years ago
Michael Niedermayer fc53b6afee Split H263 encoder and decoder from common code. 15 years ago
Michael Niedermayer 101ada9abd Rename most non static h263 tables so their name contains h263. 15 years ago
Michael Niedermayer ca334dd14b Split the mpeg4 encoder and decoder off h263.c 15 years ago
Diego Biurrun 4052cbf161 Get rid of pointless CONFIG_ANY_H263 preprocessor definition. 15 years ago
Diego Biurrun 716d1c2a31 Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. 15 years ago
Diego Biurrun af8a008a68 Get rid of pointless CONFIG_WMV_DECODER definition. 15 years ago
Diego Biurrun b928b1bb01 Simplify CONFIG_ANY_H263_DECODER preprocessor definition: 15 years ago
Diego Biurrun f34121f351 Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. 15 years ago
Diego Biurrun 735e36a3e4 Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Aurelien Jacobs eb75a69818 Avoid linking with h263.c functions when the relevant codecs 18 years ago