201 Commits (680981832fecc55fadb110574dc5241a54bef3f9)

Author SHA1 Message Date
Michael Niedermayer e22113cf1d mpegvideo_enc: : switch to ff_alloc_packet2() 13 years ago
Michael Niedermayer bf3a404572 mpegvideo: fix constness error in ff_MPV_encode_picture() 13 years ago
Diego Biurrun 47c0ac96aa Replace AVFrame pointer casts by proper struct member accesses. 13 years ago
Martin Storsjö bdc1220eeb h263enc: Add an option for outputting info about MBs as side data 13 years ago
Anton Khirnov 23bfcc066d mpegvideo_enc: add quantizer_noise_shaping private option. 13 years ago
Anton Khirnov 63efd83ae1 mpegvideo_enc: add chroma/luma_elim_threshold private options. 13 years ago
Anton Khirnov af3d804f9f mpegvideo_enc: add cbp_rd flag to mpv_flags. 13 years ago
Anton Khirnov ff71a383ac mpegvideo_enc: add qp_rd flag to mpv_flags. 13 years ago
Anton Khirnov a249f0cc23 mpegvideo_enc: add strict_gop flag to mpv_flags. 13 years ago
Anton Khirnov ed019b8e5b lavc: add -mpv_flags to mpegvideo_enc-based encoders. 13 years ago
Anton Khirnov 5d42ac7ffb mpegvideo_enc: only allocate output packet when we know there will be output 13 years ago
Anton Khirnov 445a7d48b1 mpegvideo_enc: switch to encode2(). 13 years ago
Anton Khirnov 5455384219 mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö 6c28d65754 rv: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 04d3822524 msmpeg4: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö d6c8dcb8ac mpeg12: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 6f13a371ec mpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
Martin Storsjö 3e2efacdd8 libavcodec: Prefix fdct_ifast, fdct_ifast248 13 years ago
Martin Storsjö 99560a4caa libavcodec: Add ff_ prefix to some nonstatic symbols 13 years ago
Martin Storsjö ddce8953a5 h263: Add ff_ prefix to nonstatic symbols 13 years ago
Carl Eugen Hoyos 52719dae8a Support encoding BGR24 and BGR0 in ljpeg. 13 years ago
Michael Niedermayer f21b6159cf mpegvideoenc: Fail if a buffer size is specified without a max rate. 13 years ago
Anton Khirnov 9ce2a91b84 lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft. 13 years ago
Stefano Sabatini 9f7144b44c lavc/mpegvideo_enc: improve log message in case of too large GOP 13 years ago
Anton Khirnov 0c71cc6526 mpegvideo_enc: ifdef out/replace references to deprecated codec flags. 13 years ago
Janne Grunau 881a5e047d mpegenc: use avctx->slices as number of slices 13 years ago
Michael Niedermayer 157f29f9a6 Revert "mpegvideo: Do not error out on default values of thread_count." 13 years ago
Michael Niedermayer ca0350f49b mpegvideo: Do not error out on default values of thread_count. 13 years ago
Aneesh Dogra 9342ecf02e mpegvideo_enc: K&R cosmetics (line 1000-2000). 13 years ago
Aneesh Dogra bd96be6e27 mpegvideo_enc: K&R cosmetics 13 years ago
Diego Biurrun 1ce1578e4e mpegvideo_enc: separate declarations and statements 13 years ago
Andrey Utkin 4f820131fa mpegvideo: remove abort() in ff_find_unused_picture() 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Michael Niedermayer 02ce07f8c4 amvenc: support videos with heights that are not a multiple of 16. 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Mans Rullgard 05795f35be mpegvideo_enc: fix a signed overflow 13 years ago
Michael Niedermayer a2eae0ffd4 amvenc: another quant table fix 13 years ago
Michael Niedermayer 2aaf32f52f mpegvideo: support encoding with chroma intra tables that differ from luma. 13 years ago
Michael Niedermayer a2f27818b5 amvenc: fix quant tables 13 years ago
Michael Niedermayer f2f28861da AMV video encoder. 13 years ago
Michael Niedermayer f9bb7395a1 mpeg4videoenc: remove forgotten return -1 13 years ago
Michael Niedermayer 394781a897 mpeg4videoenc: guess a good aspect when we cant store the exact one. 13 years ago
Diego Biurrun 95a06eb4d5 Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. 13 years ago
Anton Khirnov 4bcee8e7f8 h263/p encoder: add 'structured_slices' private option. 14 years ago
Anton Khirnov 0d904de89d h263/p encoder: add 'obmc' private option. 14 years ago
Anton Khirnov e3922d1110 h263p encoder: add 'aiv' private option. 14 years ago
Anton Khirnov 9bb2d1a3f0 h263p encoder: add 'umv' private option. 14 years ago
Anton Khirnov 0e5d37309f mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. 14 years ago