292 Commits (11c191b52ce0768370e38a2726132f9223e701f6)

Author SHA1 Message Date
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
Anton Khirnov 9ce2a91b84 lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft. 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
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
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
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
Anton Khirnov 4623420d84 mpeg4enc: add 'data_partitioning' private option. 14 years ago
Anton Khirnov 88262ca87d mpeg2enc: add 'non_linear_quant' private option 14 years ago
Anton Khirnov 297d9cb3dc mpeg12enc: add intra_vlc private option. 14 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Mans Rullgard 0a72533e98 jfdctint: add 10-bit version 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 14 years ago
Anton Khirnov 0b950fe240 lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard 0d5c349ac4 put_bits: remove ALT_BITSTREAM_WRITER 14 years ago
Diego Biurrun be73d76b34 cosmetics: fix some then/than typos 14 years ago
Ronald S. Bultje 83a8b3002f mpegvideoenc: fix multislice fate tests with threading disabled. 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Alex Converse 8c51620f21 Remove h263_msmpeg4 from MpegEncContext. 14 years ago
Anton Khirnov 57aa765971 lavc: remove msmpeg4v1 encoder. 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Ronald S. Bultje 94f7451a3a Introduce slice threads flag. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Christophe Massiot 55bad0c602 Pass VBV delay to the calling application via ctx 14 years ago
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago